Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#481 2010-06-24 10:41:40

trenc
Plugin Author
From: ⛵️, currently Göteborg, SE
Registered: 2008-02-27
Posts: 574
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi Nathanael,

sorry to bother you again,

im setting up a website selling essential oils in the UK, so i have 10ml, 50ml, 100ml and 1000ml bottles. so i need to add a delivery charge per bottle eg: if one 10ml bottle cost £2 to send then 5 10ml bottles cost £10 to send, how do i do this? also i need the price of delivery to change automaticaly eg: 10ml cost £2 and 1000ml costs £5 etc. how do i do this??

Sorry, but Yab_Shop doesn’t support a shipping cost matrix. Say: Different shipping costs for different product properties are not suppoerted.


Digital nomad, sailing the world on a sailboat: 32fthome.com

Offline

#482 2010-06-24 13:27:59

JanDW
Plugin Author
From: Providence, RI, USA
Registered: 2008-07-18
Posts: 327
Website

Re: yab_shop (simple textpattern shop with paypal support)

I’m wondering whether the forwarded data ever filled out in the Paypal form

Thanks for your reply, Trenc. So this means it’s not filling it out for you either?

Have you ever experienced the different first screen issue, I’ve been experiencing?

Last edited by JanDW (2010-06-24 13:29:01)


TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX

Offline

#483 2010-06-28 09:00:32

trenc
Plugin Author
From: ⛵️, currently Göteborg, SE
Registered: 2008-02-27
Posts: 574
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi Jan,

So this means it’s not filling it out for you either?

Have you ever experienced the different first screen issue, I’ve been experiencing?

can’t say that. I don’t manage a live shop with an active Paypal account this time. But IIRC (at the time of developing the Paypal support) this behaviour never occurred to me. Seems to be new.


Digital nomad, sailing the world on a sailboat: 32fthome.com

Offline

#484 2010-07-06 06:56:05

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: yab_shop (simple textpattern shop with paypal support)

hey mates. tag error.“A problem occured while loading the plugin: yab_shop_core -> : Assigning the return value of new by reference is deprecated on line 998”

can any body knows how this error is being generated?

Offline

#485 2010-07-06 06:59:04

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: yab_shop (simple textpattern shop with paypal support)

hey jokob. tag error after i had install yab shop plugins. error is->“A problem occured while loading the plugin: yab_shop_core -> : Assigning the return value of new by reference is deprecated on line 998”

Can u help me to know how this error is being generated?

Offline

#486 2010-07-06 08:08:30

trenc
Plugin Author
From: ⛵️, currently Göteborg, SE
Registered: 2008-02-27
Posts: 574
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi Bijay,

yes. The Plugin is not PHP 5.3-ready. Do prevent this deprecating warning, go to line 998 in the plugin code and replace the

	$paypal = &new PayPalEWP();

with

	$paypal = new PayPalEWP();

Then this should work.


Digital nomad, sailing the world on a sailboat: 32fthome.com

Offline

#487 2010-07-06 11:21:39

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: yab_shop (simple textpattern shop with paypal support)

Thank u very much trenc really appreciated.

i replace it and solve that problem. again it showing some tag error
error is:“tag_error <txp:yab_shop_price /> -> Warning: number_format() expects parameter 1 to be double, string given on line 1778”

i don’t know what is the reason behind that. i had tried everything that i can do, but still i am unable to fixed the problem.
could u help me out?
cheers

Offline

#488 2010-07-06 16:08:54

ricoschette
Member
From: Estonia
Registered: 2005-09-17
Posts: 176

Re: yab_shop (simple textpattern shop with paypal support)

Is it possible to add another currency into this plugin.
It’s Lithuanian “Litt”: LTL

Cheers

EDIT: I think I found the place where I can do it myself.

Last edited by ricoschette (2010-07-06 16:13:09)

Offline

#489 2010-07-07 07:58:29

trenc
Plugin Author
From: ⛵️, currently Göteborg, SE
Registered: 2008-02-27
Posts: 574
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

Hi Bijay,

again it showing some tag error
error is:“tag_error <txp:yab_shop_price /> -> Warning: number_format() expects parameter 1 to be double, string given on line 1778”

i don’t know what is the reason behind that. i had tried everything that i can do, but still i am unable to fixed the problem.
could u help me out?

Yes I can. Please insert your prices as decimal. If a product will cost 12 €, so write 12.00 or 12,00 instead of 12.


Digital nomad, sailing the world on a sailboat: 32fthome.com

Offline

#490 2010-07-09 04:28:23

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: yab_shop (simple textpattern shop with paypal support)

hi trence .. Thank you very much for your valuable help. How can i make a drop down list using yabshop? Is it possible from yab shop plug in? For example,… Lets say, i have a one custom field property 1- as “Weight” and on that can i have like 200gm,300gm,400gm as the drop down list, and make them work when i choose any one of them?

Cheers…

Offline

#491 2010-07-09 05:58:56

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: yab_shop (simple textpattern shop with paypal support)

hey i solve the drop down problem , but how can i make it working, what i choose on the drop down menu?

Offline

#492 2010-07-09 06:13:09

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: yab_shop (simple textpattern shop with paypal support)

haha i had solved it mate.

cheers

Offline

Board footer

Powered by FluxBB