Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#841 2015-07-23 09:55:20

gilibaus
Member
From: Italy
Registered: 2013-08-14
Posts: 91
Website

Re: yab_shop (simple textpattern shop with paypal support)

Hi, I just dropped v. 0.9 code into a new plugin via ied_plugin_composer and everything worked out fine. In version 0.81 there were 3 plugins to install, now 1 is all is needed? Thanks.

Offline

#842 2015-07-23 18:30:03

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,269
Website GitHub

Re: yab_shop (simple textpattern shop with paypal support)

gilibaus wrote #293632:

In version 0.81 there were 3 plugins to install, now 1 is all is needed?

Correct.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#843 2015-09-03 17:01:09

debeo
Member
Registered: 2012-09-24
Posts: 16

Re: yab_shop (simple textpattern shop with paypal support)

Hello!

Is there a way to add some checkboxes to the product which would alter the price?

Offline

#844 2015-09-07 10:53:19

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

Re: yab_shop (simple textpattern shop with paypal support)

Is there a way to add some checkboxes to the product which would alter the price?

No.

There a product variants, which enables you to change a price with a dropdown menu (select element).

Maybe with some JavaScript foo you could change/modify the select/options to checkboxes. But it’s not possible by default.

Offline

#845 2015-11-06 08:38:29

mikulas
Member
From: Czech republic
Registered: 2012-03-15
Posts: 38

Re: yab_shop (simple textpattern shop with paypal support)

I´m testing yab_shop plugin on Wamp server. But I receive warnings (although I write prices in decimal):

<txp: yab_shop, price /> -> Warning: number_format () expects parameter 1 to be double
C:\wamp\www\mysite\textpattern\lib\txplib_misc.php(812) : eval()'d code:1862 number_format()
C:\wamp\www\mysite\textpattern\lib\txplib_misc.php(812) : eval()'d code:652 yab_shop_currency_out()
C:\wamp\www\mysite\textpattern\lib\txplib_misc.php(812) : eval()'d code:599 yab_shop_custom_field()
C:\wamp\www\mysite\textpattern\lib\txplib_publish.php:426 yab_shop_price()
C:\wamp\www\mysite\textpattern\lib\txplib_publish.php:326 processTags()
C:\wamp\www\mysite\textpattern\lib\txplib_misc.php:1974 parse()
C:\wamp\www\mysite\textpattern\publish.php:877 parse_form()
C:\wamp\www\mysite\textpattern\publish.php:974 doArticles()
C:\wamp\www\mysite\textpattern\publish.php:608 parseArticles()
C:\wamp\www\mysite\textpattern\lib\txplib_publish.php:426 article()

Above that, field Shipping Costs is not filled and I can not change the quantity or delete product from cart.
My configuration is: Textpattern version: 4.5.7, PHP version 5.5.12, MySQL: 5.6.17, yab_shop 0.8.1.

Offline

#846 2015-11-07 00:59:18

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 228
Website

Re: yab_shop (simple textpattern shop with paypal support)

In the cart section do you have these tags:

<txp:yab_shop_checkout />
<txp:yab_shop_cart output="none" />

I remember it was required to have two tags in the cart section so that updating quantities and deleting products works properly.

Offline

#847 2015-12-02 05:23:37

webipedia
New Member
Registered: 2015-12-02
Posts: 1

Re: yab_shop (simple textpattern shop with paypal support)

Hello!

Im working on a website that uses the yab_shop plugin version 8.1. It was migrated over to another host and for some reason the shipping cost is no longer populating on the checkout page. Im new to Yab Shop and im not familiar with exactly how it works.

Before the switch the shipping was populated and functional. I believe it was based on the weight of the item and the zip code it was being shipped to.

After looking at the at the Yab_Shop Preferences and Yab_Shop L10n It appears the only option is a flat rate shipping. Is this correct?

There is a custom field in the textpattern database for the weight of each item.

If anyone can help me understand how this works or what to look for to make the shipping work, it would be greatly appreciated. Please feel free to ask any details that i have left out or you can message me privately.

Thanks
Webipedia

Offline

#848 2015-12-03 00:56:09

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 228
Website

Re: yab_shop (simple textpattern shop with paypal support)

If you can modify Textpattern’s settings, you could temporarily change Production status to debugging or testing mode. That way you can see if something causes errors.

I don’t think yab_shop has any such function that can calculate shipping cost by the delivery address or zip number. Or perhaps someone has coded that function to your website and it has stopped working.

Offline

#849 2015-12-03 06:33:59

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: yab_shop (simple textpattern shop with paypal support)

kuopassa wrote #296934:

I don’t think yab_shop has any such function that can calculate shipping cost by the delivery address or zip number.

I don’t think neither because the customer can still change his address on the Paypal payement page…


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#850 2016-03-24 06:30:39

dorka
Member
Registered: 2012-10-04
Posts: 90

Re: yab_shop (simple textpattern shop with paypal support)

Hi Trenc,
your plug in is doing realy a grate job. I am about to launch an e-shop using yab_shop and I it was easy and straight forward. Thanks.
I have a question: on your demo the properties and the select box with property prices is displayed only in the individual page of the product and it is not dispalyed in the list. How do I achieve this? Thanks again.

Last edited by dorka (2016-03-24 06:59:50)

Offline

#851 2016-03-24 06:58:06

dorka
Member
Registered: 2012-10-04
Posts: 90

Re: yab_shop (simple textpattern shop with paypal support)

waznelle wrote #175579:

And I know you are still working on it but would like to add “different freight/shipping costs” to the wish list.

+1. I need this feature pretty much, too.

Moderator’s annotation:
Added Textile markup for quotation for better understanding.
– Uli –

Last edited by dorka (2016-03-24 07:03:04)

Offline

#852 2016-03-24 07:34:27

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,909
Website

Re: yab_shop (simple textpattern shop with paypal support)

Plugin aside, which I’m not using yet, the whole PayPal shipping thing is confusing as hęll, and notably when different shipping regions are involved (e.g., EU country vs. EU vs. international). So anything that makes that process more clear and easy would be a significant addition to this plugin, and the plugin a great contribution to the Textpattern community, for sure. (Not that it’s not already.)

Offline

Board footer

Powered by FluxBB