Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#361 2009-08-17 14:40:38

trenc
Plugin Author
From: Malmö
Registered: 2008-02-27
Posts: 572
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi Kevin,

yab_shop don’t support donations. Donations are handled by an special donation button supported by paypal. But technically it is almost the same. The difference are: with donation buttons you can have the ability to spend a fix amount or an ammount a donator will give (You can select this in you paypal account on creating the donation button). And donations works with every paypal account, yab_shop does only work with a business account.

Offline

#362 2009-08-17 14:41:36

kevinpotts
Member
From: Ghost Coast
Registered: 2004-12-07
Posts: 370

Re: yab_shop (simple textpattern shop with paypal support)

Trenc — thanks very much for the reply. This helps!


Kevin
(graphicpush)

Offline

#363 2009-08-26 12:03:49

Exiladler
Member
From: somewhere in Europe
Registered: 2006-08-20
Posts: 56
Website

Re: yab_shop (simple textpattern shop with paypal support)

Great plugin, are there any plans to make this work with IPN in the near future? I am looking to make my live easier as the shop i am setting up will increase the number of digital products over time.

If this could work/integrate linklokipn, then I would be 100% happy.

Regards
Peter

Offline

#364 2009-08-26 14:45:31

trenc
Plugin Author
From: Malmö
Registered: 2008-02-27
Posts: 572
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi Peter,

it’s planned, yes. But in near future? I’m afraid: not. I’m little bit bit busy with some projects this time.

Offline

#365 2009-08-30 17:05:30

FireFusion
Member
Registered: 2005-05-10
Posts: 698

Re: yab_shop (simple textpattern shop with paypal support)

Hey Pete,

you should try linklokipn with this cart for the perfect combo :)

Offline

#366 2009-09-13 22:06:32

psimsy
Member
From: Londinium
Registered: 2004-12-27
Posts: 13

Re: yab_shop (simple textpattern shop with paypal support)

Couple of issues.. They may have already been covered so sorry for any duplication, it’s a long thread.

1. In the checkout I can’t update the quantity or delete the item. It just returns the original quantity and doesn’t update. I tried turning off the ‘send headers’ in txp prefs, but still no luck.

2. In checkout. It’s displaying tax at 19% even though I have changed it to uk 17.5% in the yab_shop prefs. Any ideas why it’s not updating?

Any help my appreciated.

Offline

#367 2009-09-14 08:27:54

trenc
Plugin Author
From: Malmö
Registered: 2008-02-27
Posts: 572
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi psimsy,

1. In the checkout I can’t update the quantity or delete the item. It just returns the original quantity and doesn’t update. I tried turning off the ‘send headers’ in txp prefs, but still no luck.

Be sure a <txp:yab_shop_cart /> is called in the checkout section. If not, please place <txp:yab_shop_cart output="none" /> in the checkout section, it’s mandatory.

2. In checkout. It’s displaying tax at 19% even though I have changed it to uk 17.5% in the yab_shop prefs. Any ideas why it’s not updating?

Hm, without a deeper inspection I can’t say why. Sorry! But you can try a normal integer value like ‘17’, if this will work so maybe something goes wrong in the code.

trenc

Offline

#368 2009-09-14 11:16:27

woof
Member
Registered: 2004-08-01
Posts: 128

Re: yab_shop (simple textpattern shop with paypal support)

psimsy wrote:

2. In checkout. It’s displaying tax at 19% even though I have changed it to uk 17.5% in the yab_shop prefs. Any ideas why it’s not updating?

Perhaps you are referring to the text label (as opposed to the calculated value)? If so check your language settings (“Yab_Shop L10n” tab) in the Extensions tab.

Offline

#369 2009-09-15 19:16:42

psimsy
Member
From: Londinium
Registered: 2004-12-27
Posts: 13

Re: yab_shop (simple textpattern shop with paypal support)

Thanks trenc & woof

1. I now see it needs BOTH <txp:yab_shop_cart output="none" /> AND <txp:yab_shop_checkout /> in the checkout page.

2. My error the 19% is set in config. Sorry.

Thanks for your patience.

Offline

#370 2009-09-28 16:45:23

dl33
Member
Registered: 2006-06-17
Posts: 192
Website

Re: yab_shop (simple textpattern shop with paypal support)

Just updated to txp4.2 on a local server and getting a couple of warnings.

On every page: (This one also doesn’t disappear when switching the site to live mode and therefore prevents the site from validating.)

Ein Fehler trat auf beim Laden des Plugins: yab_shop_core -> : Assigning the return value of new by reference is deprecated on line 998

On the checkout page and on the article page:

 <txp:yab_shop_checkout/> ->  Warning: number_format() expects parameter 1 to be double, string given  on line 1904

Last edited by dl33 (2009-09-29 03:09:21)

Offline

#371 2009-09-30 10:56:03

trenc
Plugin Author
From: Malmö
Registered: 2008-02-27
Posts: 572
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi dl33,

Ein Fehler trat auf beim Laden des Plugins: yab_shop_core -> : Assigning the return value of new by reference is deprecated on line1904

ah yes. You are using PHP 5.3.0.

Yab_shop is using a object references by & new Class() but these are deprecated in PHP 5.3.0.
Suppressing these E_STRICT and E_DEPRECATED warnings in textpattern live mode for PHP 5.3.0 is patched in revision 3217

But I will patch this in yab_shop by a next version.

<txp:yab_shop_checkout/> ->  Warning: number_format() expects parameter 1 to be double, string given  on line 1904

You must write prices in decimal. So if a product will costs €12, so write the price as 12,00 or 12.00, then it should work.

Last edited by trenc (2009-09-30 10:56:36)

Offline

#372 2009-10-01 12:46:58

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: yab_shop (simple textpattern shop with paypal support)

I am seeing random behaviour when clicking on checkout with the cart. Sometimes the product is wrong, sometimes it says there is nothing in the cart, then suddenly there are 3 items…

Have <txp:yab_shop_cart output="none" /> and <txp:yab_shop_checkout /> in the checkout section, so that is not the issue…

Offline

Board footer

Powered by FluxBB