Module: Shopping Basket and Paypal

Knilch

Joined: 2009-01-19
Posts: 44
Posted: Mon, 2013-01-14 13:34

Thanks for the time, Jeroen, it helps a bit but I am no coder. I don't know, what to put anywhere to get what I want. A checkbox with a fixed amount to tick would be ideal and absolutely satisfactory. I found some references for "allow_pickup" in the code but I have no idea what to add where to get a checkbox that would add a specific amount (better even adjustable in the configuration) to the order value.

jtenkate wrote:
I'm not sure I understand what you have in mind: you could code a checkbox similar to the 'allow pickup' checkbox, to indicate a foreign address. If the customer checks it, you add a fixed amount to the order. This is not a 'product'.
To do that, you must edit the checkout screen (in views) and modify the basket fuctions (in helpers) to get the right amount.

Hope that helps.
Best, Jeroen

 
blawler

Joined: 2013-02-19
Posts: 4
Posted: Tue, 2013-02-19 21:20

I have just got Gallery installed with a few test photos. I have also got the basket module installed and setup. My question is, is there a way to have the basket module process the paypal payment for a digital download? Thanks.

 
Rogier2712

Joined: 2011-12-28
Posts: 11
Posted: Mon, 2013-03-25 19:02

I saw some great additions in the GIT version of basket_plus. How does it work? Can the basket module be updated with this code?

 
jtenkate

Joined: 2010-12-06
Posts: 45
Posted: Mon, 2013-03-25 19:42

It's work in progress (and therefor still in my personal Gallery-contributions copy). It contains a lot of additions to the original Basket module, especially for the order workflow. This version still contains some hard coded Dutch email texts. Use at own risk ;-).

Regards, Jeroen

 
jtraser

Joined: 2013-06-28
Posts: 7
Posted: Thu, 2013-08-01 08:08

Hi,

i installed the basket module and did some tests.
I have a problem with the checkout form.
If i enter the email adress

in the checkout form and send the form. The email field becomes red (wrong email). Why?
Can you tell me the position of the check email fuction?

The second problem i have, is in the admin area. I cannot open the Postage Bands when i click on the tab and there is no error message in the log.

Please help.

Best regards
Joerg

 
thebadflo2

Joined: 2013-08-11
Posts: 1
Posted: Sun, 2013-08-11 14:34

There is a problem in the newest version with Gallery 3 (same problem as in http://galleryproject.org/node/111437) when you add photos to the basket:
There are two buttons for "Cancel" and if you click on "Cancel" it opens the same window as if you click "Add".

Does anyone know how to fix that?

 
Meelistoom

Joined: 2013-03-18
Posts: 6
Posted: Mon, 2013-08-19 16:33

Hi,

found a little problem. i have a lot of pictures in album and lets say i am on the 5th page (50 items per page) and i add picture to basket then it automatically after adding pic to basket goes to first page again. it is kind of annoing if you have to start all over again to get the position that you were before adding pic to basket.

also i know that there is postage selection option BUT postage can be set to item type. is it possible to add few radiobuttons on checkout that what kind of postage client wants. lets say client can select via postage servise or hand delivery or picks it up himself etc? in that case i dont need to send additional information in transaction reply e-mail that for postage select your option and write back to me.

Also idea: if i set some small size pictures as 'web size' and not to print at all and if user adds this type of pic to basket then when checkout he gets download link for the selected pictures.

best regards.
Meelis

 
Meelistoom

Joined: 2013-03-18
Posts: 6
Posted: Mon, 2013-08-19 16:34
Meelistoom wrote:
Hi,

found a little problem. i have a lot of pictures in album and lets say i am on the 5th page (50 items per page) and i add picture to basket then it automatically after adding pic to basket goes to first page again. it is kind of annoing if you have to start all over again to get the position that you were before adding pic to basket.

also i know that there is postage selection option BUT postage can be set to item type. is it possible to add few radiobuttons on checkout that what kind of postage client wants. lets say client can select via postage servise or hand delivery or picks it up himself etc? in that case i dont need to send additional information in transaction reply e-mail that for postage select your option and write back to me.

Also idea: if i set some small size pictures as 'web size' and not to print at all and if user adds this type of pic to basket then when checkout he gets download link for the selected pictures.

best regards.
Meelis

p.s i have Ubuntu Linux 12.04, gallery3 v3.0.9

 
missoni

Joined: 2013-09-06
Posts: 13
Posted: Fri, 2013-09-06 13:19

Hey!
I have downloaded the latest version of basket-rwedit. I need to translate all text into German and the strings seem to be capable of doing this, by being inclosed in t(..). But I cannot find a localization or a global language file. How do I correctly install another language to basket?
Thanks in advance for any help!

Pavlo

 
missoni

Joined: 2013-09-06
Posts: 13
Posted: Fri, 2013-09-06 13:30
missoni wrote:
Hey!
I have downloaded the latest version of basket-rwedit. I need to translate all text into German and the strings seem to be capable of doing this, by being inclosed in t(..). But I cannot find a localization or a global language file. How do I correctly install another language to basket?
Thanks in advance for any help!

Pavlo

Sorry for disturbance, I did not know about translation mode in Admin/Settings/Languages/Enable translation mode

Best regards,
Pavlo

 
jtraser

Joined: 2013-06-28
Posts: 7
Posted: Sat, 2013-09-07 09:50

Hey,
you have to edit the code in the modulfiles directly. The programmer forgot most of the text in the translationfile. You cannot use a languagefile.

Best regards
Joerg

 
net8

Joined: 2013-09-24
Posts: 1
Posted: Tue, 2013-09-24 21:11

Hi people, please anyone help me to remove image path and break lines in ordered item ?
When send a order to database, its possible put the name, price and product tipe in a unique line?
Excuse my bad english

 
slart

Joined: 2013-11-11
Posts: 112
Posted: Fri, 2013-12-20 09:04

Hello, how can I disable inputting the telephone number when ordering. Is this really a must? Why?

 
mikegilmore81

Joined: 2012-01-21
Posts: 10
Posted: Sun, 2014-02-23 17:16

I have a similar question, but I wanted to know what to change to make the address required. I'm selling photos and shipping them and I need the customers to include their whole address for shipping. Thanks in advance.

 
jtenkate

Joined: 2010-12-06
Posts: 45
Posted: Sun, 2014-02-23 20:06
mikegilmore81 wrote:
I have a similar question, but I wanted to know what to change to make the address required. I'm selling photos and shipping them and I need the customers to include their whole address for shipping. Thanks in advance.

Try the Basket Plus module, see the post here. The address fields are required when the customer doesn't check the pickup option.

Regards,
Jeroen

 
jtenkate

Joined: 2010-12-06
Posts: 45
Posted: Sun, 2014-02-23 20:05
slart wrote:
Hello, how can I disable inputting the telephone number when ordering. Is this really a must? Why?

I've added this in the Basket Plus module, see the post here. In the Basket configuration, uncheck the option 'Is Phone Req'.

Regards,
Jeroen

 
mikegilmore81

Joined: 2012-01-21
Posts: 10
Posted: Mon, 2014-02-24 01:48

Thanks jtenkate, I was able to find the section I needed to edit without changing to the Basket Plus module. Does the Basket Plus module have the option to include tax? Or do you know what I would have to add to the old Basket module to collect taxes? Thanks.

 
jtenkate

Joined: 2010-12-06
Posts: 45
Posted: Mon, 2014-02-24 20:21

No, there isn't a tax option (and I haven't seen a request for such option before). Why not use prices including taxes?
If you just need the amount of taxes at the end, it's quite simple (but only in Basket Plus ;-) )

Jeroen

 
wickdaman

Joined: 2013-07-01
Posts: 1
Posted: Tue, 2014-02-25 23:38

Hi folks,

Been looking around but cannot seem to find an answer for it (assuming it's still under "requests"):

Is there a way to add discount codes (e.g. "BUY123" to gain a 3 for 2 offer) into the Basket module? I'd love for this to appear on my checkouts as I used this a lot on Gallery2. Didn't realise I could not do this on Gallery3, but I really love Gallery3 more now...

Thanks :)

 
mikegilmore81

Joined: 2012-01-21
Posts: 10
Posted: Wed, 2014-02-26 23:20

OK Jeroen, I'm looking to change over to the Basket Plus module. To get the tax total during checkout, what do I need to add? I could just update the prices for the website, but then there would be two prices lists, and it would just be easier in the end to have the checkout do it automatically. And on another note, my customer also asked me if it would be possible to have the postage set up in a way that if someone orders more than 5 items total, then the shipping would be free. Anything under 5 items would be a flat $2.50 for the order. Just when you think things are working smoothly, they always want something a little different.

Thanks,
Mike

 
jtenkate

Joined: 2010-12-06
Posts: 45
Posted: Fri, 2014-02-28 12:33
wickdaman wrote:
Hi folks,

Been looking around but cannot seem to find an answer for it (assuming it's still under "requests"):

Is there a way to add discount codes (e.g. "BUY123" to gain a 3 for 2 offer) into the Basket module? I'd love for this to appear on my checkouts as I used this a lot on Gallery2. Didn't realise I could not do this on Gallery3, but I really love Gallery3 more now...

Thanks :)

It's on the 'wish list' for Basket Plus. It won't appear in the original Basket module.

Jeroen

 
jtenkate

Joined: 2010-12-06
Posts: 45
Posted: Fri, 2014-02-28 12:48
mikegilmore81 wrote:
OK Jeroen, I'm looking to change over to the Basket Plus module. To get the tax total during checkout, what do I need to add? I could just update the prices for the website, but then there would be two prices lists, and it would just be easier in the end to have the checkout do it automatically. And on another note, my customer also asked me if it would be possible to have the postage set up in a way that if someone orders more than 5 items total, then the shipping would be free. Anything under 5 items would be a flat $2.50 for the order. Just when you think things are working smoothly, they always want something a little different.

Thanks,
Mike

Hi Mike, as it's now a Basket Plus topic, I've added your and my comment in the Basket Plus post.

Jeroen