Re: [ANN] SurfShop 1.6.1 Shopping Cart Released

2014-09-25 Thread SSC_perl
On Sep 21, 2014, at 5:07 PM, John W. Krahn wrote: If the unwanted elements are in the middle or left hand side of the list: ($null, $item) = join_cart_item('', '', '', $data); Then you could use undef as a place holder: (undef, $item) = join_cart_item('', '', '', $data); Thanks

Re: [ANN] SurfShop 1.6.1 Shopping Cart Released

2014-09-21 Thread John W. Krahn
SSC_perl wrote: Again, let us know what you think! Your feedback, as always, is appreciated. Regards, Frank Jance Hello Frank, It looks like you still have some of the same problems I pointed out last year in November. To begin, these files do not have a terminating newline, so

Re: [ANN] SurfShop 1.6.1 Shopping Cart Released

2014-09-07 Thread John SJ Anderson
fixes those problems. So, if you're interested in an open source Perl/MySQL shopping cart, check out our forum for more information: http://www.surfshopcart.com/forrumm/viewtopic.php?f=2 Again, let us know what you think! Your feedback, as always, is appreciated. Regards

[ANN] SurfShop 1.6.1 Shopping Cart Released

2014-09-06 Thread SSC_perl
pleased to say that version 1.6.1 fixes those problems. So, if you're interested in an open source Perl/MySQL shopping cart, check out our forum for more information: http://www.surfshopcart.com/forrumm/viewtopic.php?f=2 Again, let us know what you think! Your feedback

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-19 Thread John W. Krahn
SSC_perl wrote: Hi John, Hello, Thanks for getting back to me with your findings. I really appreciate it. I've gone through everything, made the changes that I could, and I have some questions to some of your remarks. You are using the value from readdir() without prepending the

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-19 Thread Jim Gibson
On Nov 18, 2013, at 2:02 PM, SSC_perl p...@surfshopcart.com wrote: Surf.pm:65: $cookie =~ Encode($cookie); Surf.pm:66: $value =~ Encode($value); Did you really mean to use the return value from Encode() as a regular expression? Unfortunately, I can't

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-19 Thread SSC_perl
On Nov 19, 2013, at 3:17 AM, John W. Krahn wrote: readdir() returns just the file names, without the path. Thanks, John. I didn't realize that. This morning, I found http://perldoc.perl.org/functions/readdir.html and read the following: If you're planning to filetest the return

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-19 Thread SSC_perl
On Nov 19, 2013, at 8:40 AM, Jim Gibson wrote: That’s all the analysis I have time for. I really appreciate the analysis. It gives me a lot to go on. Thanks, Frank

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-18 Thread SSC_perl
Hi John, Thanks for getting back to me with your findings. I really appreciate it. I've gone through everything, made the changes that I could, and I have some questions to some of your remarks. You are using the value from readdir() without prepending the path to the file name.

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-18 Thread Jim Gibson
On Nov 18, 2013, at 2:02 PM, SSC_perl wrote: Hi John, Thanks for getting back to me with your findings. I really appreciate it. I've gone through everything, made the changes that I could, and I have some questions to some of your remarks. You should be responding to the list,

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-14 Thread John W. Krahn
SSC_perl wrote: Hello, Hello, This is a one-time post to announce that the SurfShopPRO Perl shopping cart system is going open source. Our site hasn't been fully updated yet, but you can download the cart and check it our for yourself. We are looking for developers, designers

[OT] SurfShopPRO Perl shopping cart system is now open source

2013-10-28 Thread SSC_perl
Hello, This is a one-time post to announce that the SurfShopPRO Perl shopping cart system is going open source. Our site hasn't been fully updated yet, but you can download the cart and check it our for yourself. We are looking for developers, designers, and testers. http

perl based shopping cart

2012-05-08 Thread Chankey Pathak
Hi folks, One of my friend is having a problem, he is not in the mailing list so I am posting this problem on his behalf. Please check how can this problem be solved and let me know, I'll let him know the answer, thanks :) *Problem:* Where i work we use a perl based shopping cart (Cartit

Re: perl based shopping cart

2012-05-08 Thread Kartik Thakore
Perltidied and cleaned up for sanities sake: https://gist.github.com/2635922 Also are you sure strict and warnings is turned on Chankey?

Re: perl based shopping cart

2012-05-08 Thread 'lesleyb'
:) *Problem:* Where i work we use a perl based shopping cart (Cartit). It has a quantity discount feature however it is limited to the discount being applied to one item at a time (for example buy 25 or more of druk beads 10mm and get 10%off. Currently the shopping cart only applies the quantity

HELP ME SHOPPING CART

2004-12-01 Thread Daniel Hurtado Brenner
Hi friends: Excuse me my bad english. Well i have this little problem: I am trying to modify my shopping cart to add promotion product, this is if you buy this product you obtain other (gift). 1. When user click add the cart, in one promotion product, appear in his cart two product: his product

Re: How to add an item into Shopping cart

2004-03-24 Thread drieux
On Mar 22, 2004, at 5:53 PM, B. Fongo wrote: I'm working on a shopping cart, and yet to implement Apache::Session. But before then, I have a question on how to populate a shopping cart without the page reloading. Is there a way of achieving this using perl? Let me see if I get you correct here

How to add an item into Shopping cart

2004-03-22 Thread B. Fongo
I'm working on a shopping cart, and yet to implement Apache::Session. But before then, I have a question on how to populate a shopping cart without the page reloading. Is there a way of achieving this using perl? I believe it is possible to use JavaScript event-handler can be to keep track

Shopping cart image

2004-03-15 Thread Babale Fongo
Hello Can anymore give a source where I can download a free shopping cart image? I did some google search, but not successful. Most sites claim to have it for free, even though the do not. I Best Regards Babs

Re: Creating a shopping cart

2002-08-13 Thread zentara
On Mon, 12 Aug 2002 21:25:18 +0300, [EMAIL PROTECTED] (Octavian Rasnita) wrote: Thank you but I want to learn that. I want to learn how to work with a commerce partner, how should I write the shopping cart to be able to communicate with them, etc. Most of these online verification systems

Re: shopping cart

2002-08-13 Thread zentara
On Mon, 12 Aug 2002 16:10:59 -0500, [EMAIL PROTECTED] (Mariusz) wrote: hi everyone. I'm putting a simple shopping cart together that emails order on the checkout. Below is the logic of how it works and I was wondering if something could be simplified (especially the number of pre existing

Creating a shopping cart

2002-08-12 Thread Octavian Rasnita
Hi all, I have a question, not about Perl, but about CGI. Can you give me some hints where should I go to learn how to create a shopping cart? I don't think I have a problem with the Perl code, but I don't know how to validate a credit card, how do the transactions work, etc, to be able

Re: Creating a shopping cart

2002-08-12 Thread Connie Chan
, 2002 7:31 PM Subject: Creating a shopping cart Hi all, I have a question, not about Perl, but about CGI. Can you give me some hints where should I go to learn how to create a shopping cart? I don't think I have a problem with the Perl code, but I don't know how to validate a credit card

RE: Creating a shopping cart

2002-08-12 Thread Scot Robnett
and transaction processing for you - this is the communication point, or middle tier, between your shopping cart and the credit card company. If you are looking for a simple validation operation that shows you whether or not it is a legitimate card number (but does not approve or decline a transaction

Re: Creating a shopping cart

2002-08-12 Thread Scott Statland
: Creating a shopping cart Date: Mon, 12 Aug 2002 14:31:03 +0300 Hi all, I have a question, not about Perl, but about CGI. Can you give me some hints where should I go to learn how to create a shopping cart? I don't think I have a problem with the Perl code, but I don't know how to validate a credit card

shopping cart

2002-08-12 Thread Mariusz
hi everyone. I'm putting a simple shopping cart together that emails order on the checkout. Below is the logic of how it works and I was wondering if something could be simplified (especially the number of pre existing conditions for the whole thing to work, which are: user must accept cookies

Re: Shopping cart 2

2002-07-05 Thread Shawn
- Original Message - From: Jenda Krynicky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 5:05 PM Subject: Re: Shopping cart 2 From: anthony [EMAIL PROTECTED] what if the customer does NOT use cookies, i think you should make a file foreach custom

Re: Shopping cart 2

2002-07-04 Thread Eric Plowe
On Thursday, July 4, 2002, at 08:28 AM, Jenda Krynicky wrote: From: Eric Plowe [EMAIL PROTECTED] I have a suggested method for handling your shopping cart - I can't provide any code examples off hand (I am a asp/.net/vb/c++ programmer - waits for the flames :D ) here's what I do when I

Re: shopping cart

2002-07-03 Thread zentara
On Tue, 2 Jul 2002 22:39:41 -0500, [EMAIL PROTECTED] (Mariusz) wrote: I'm trying to built a simple shopping cart and I'm not sure where to start. I do not want to create a db at this point and the order will be simply e-mailed. Does this solution make any sense (that's what the cgi would do

RE: shopping cart

2002-07-03 Thread Langa Kentane
July 2002 05:40 To: perl Subject: shopping cart hi, I'm trying to built a simple shopping cart and I'm not sure where to start. I do not want to create a db at this point and the order will be simply e-mailed. Does this solution make any sense (that's what the cgi would do)? : 1

Shopping cart 2

2002-07-03 Thread Mariusz
Thank you for all the advice. I looked through free scripts and I found most of them too sophisticated for what I need. The site I'm working on will only collect orders and email them - then someone will call the customer, verify and process the order (they do not want to do credit cards over

Re: Shopping cart 2

2002-07-03 Thread anthony
Hi, what if the customer does NOT use cookies, i think you should make a file foreach custom with their IP address. and another script that check every now and then if the files has not been active for two whole hours then delete the file. Anthony -- To unsubscribe, e-mail: [EMAIL

Re: Shopping cart 2

2002-07-03 Thread Jenda Krynicky
From: anthony [EMAIL PROTECTED] what if the customer does NOT use cookies, i think you should make a file foreach custom with their IP address. and another script that check every now and then if the files has not been active for two whole hours then delete the file.

shopping cart

2002-07-02 Thread Mariusz
hi, I'm trying to built a simple shopping cart and I'm not sure where to start. I do not want to create a db at this point and the order will be simply e-mailed. Does this solution make any sense (that's what the cgi would do)? : 1. Create file called somehow so I could call it back when

RE: shopping cart

2002-07-02 Thread Toby Stuart
. I suggest you search for an existing shopping cart application on googlethere are plenty. I've never used a shopping cart so cannot recommend any one in particular. HTH Toby -Original Message- From: Mariusz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 1:40 PM To: perl

Perl shopping cart with MySQL and Cookie

2001-12-07 Thread Sodbayar Badarch
I am seeking for Perl shopping cart script which is use Mysql and cookie. Simple one. And MySQL must not have many tables. I really need it. Best Regards, Sodoo, __ Do You Yahoo!? Send your FREE holiday greetings online! http

Re: Perl shopping cart with MySQL and Cookie

2001-12-07 Thread Brent Michalski
BadarchTo: [EMAIL PROTECTED] fallen_mongol@cc: yahoo.com Subject: Perl shopping cart with MySQL