no add to cart or product + - buttons
Hello,
I have been using pagelines framework for a year or two and had no
problems,,
I have recently installed your great shop to a few of my clients
website, and found that the product pages are not showing the blue
add to cart buttons or the + - button to add more products to
shop..
i have this problem with a few websites using the page lines framework,
It would be great if some body could help out with this problem
this is one of the websites that i am having problems with..
www.miguellopezfineart.com
here is one of the products
http://www.miguellopezfineart.com/product/beauty-remains-miguel-lopez/
as you will see i have tried to add a button to make it work, but it does not work,,
many thanks in advance
david Hopkins
Support Staff 2 Posted by chriscct7 on 23 Aug, 2012 11:51 AM
We need a copy of your debug.log and Jigoshop System Info as per this
Thanks,
-Chris
3 Posted by david hopkins on 23 Aug, 2012 12:34 PM
I am not sure what it is really, i just added some code to the wp config file and then saw that this url is what you might need.
http://www.miguellopezfineart.com/wp-content/debug.log
i upgraded the jigoshop this morning and i am using a pagelines framework, that has its own plugin.
4 Posted by David Hopkins on 23 Aug, 2012 02:32 PM
Hello Chris,
Here is the system information.
Begin System Info
5 Posted by david Hopkins on 23 Aug, 2012 02:35 PM
Hello Chris, sorry that was the wrong website,, here it is for miguellopezfineart.com
Begin System Info
6 Posted by Stacey on 24 Aug, 2012 05:06 AM
I am having the same issue. In the above log I do see plugins that arent compatible with Jigoshop. I checked mine but hope I didn't miss any. The link to check is http://forum.jigoshop.com/kb/testings/list-of-wordpress-plugins-non...
Begin System Info
7 Posted by Stacey on 24 Aug, 2012 05:31 AM
I notice that even the tutorial doesn't have the add to cart button in it's example and thats exactly what mines is doing as well. http://forum.jigoshop.com/kb/creating-products/variable-products
8 Posted by jakedrake on 27 Aug, 2012 05:37 AM
I'm having the same problem here with the add to cart button and js 1.3.1. I changed my theme to twentyeleven and voila the swinging buttons reappear. Have you all tried that yet? I have been using Restaurant theme by Organic Themes without any trouble on 1.1 and can even downgrade to return the functionality but something must be different in the 131 that doesn't like this theme. If stacey and David can return their add to cart buttons by changing the theme then we may have a starting point.
Support Staff 9 Posted by chriscct7 on 27 Aug, 2012 11:46 AM
Hi guys,
This is entirely a theme issue. The demo and the KB images are a little out of date (which we are working on fixing. If switching to another theme fixes the issue, you need to talk with your theme authors. I know these all work on both Twenty Twelve and Freshshop.
-Chris
10 Posted by jakedrake on 27 Aug, 2012 06:04 PM
Not to hijack this thread but I found out what was causing the missing button in my case. I had overridden the jigoshop_variable_add_to_cart function in my functions.php in order to remove the display of the variable attribute name (in my case, "size") next to the variable name. Looks like there are a couple extra lines in JS 1.3.1 addtocart function so I simply copied over the newer function and made the same change to it and now the add to cart button is functional again!
Gotta tweak some css apparently that has changed in between versions but at least the buttons back. Oh I also had to upgrade my theme to the latest version too.
Hope this helps anybody else having the same issue.
11 Posted by Zach Melis on 28 Aug, 2012 06:54 PM
Well I am having the same problem and I got the theme from a compatible with jigoshop list so that doesn't make a lick of sense to me.
Support Staff 12 Posted by chriscct7 on 28 Aug, 2012 06:57 PM
If it works in the 2011 theme then it is a theme issue
-Chris
13 Posted by Stacey on 29 Aug, 2012 01:15 AM
Im using a twenty11 child theme and having the issue.
14 Posted by Zach Melis on 29 Aug, 2012 01:47 PM
I understand your point Chris however telling me that its just a theme issue does me absolutely no good. Plus if that is the case I am even more upset because the theme I am using is LISTED on the Jigoshop website as compatible with jigoshop when obviously this isn't the case because one of its BASE functions are not working correctly. Now does anybody have and ideas as to how I, and obviously many others based on how many threads exist about this topic, can possibly overcome this issue.
15 Posted by jakedrake on 29 Aug, 2012 02:02 PM
Zach, check your functions.php in your theme and make sure you have not overridden any of the jigoshop functions. If you have, then try to find the new version of the function in JS1.3 and move it to your functions.php and make the same changes to it. This is what caused and solved the same issue for me.
Also check that you haven't over overridden an entire jigoshop template file in your theme folder. Check this link:
http://forum.jigoshop.com/kb/customize-jigoshop/theming-with-jigoshop
Support Staff 16 Posted by Jeff on 29 Aug, 2012 03:14 PM
Hmm, playing catch up with this ...
@David Hopkins -- the link you provide seems to be showing an add to cart button. Is this resolved for you?
If so, you should deactivate your debug log as it is growing in leaps and bounds. ;-)
(you can just delete this file via FTP and it will start over again as well)
@Stacey -- the link you provided to the tutorial won't show an add to cart button as nothing has been selected for the variations in that screenshot yet. Once selections are made, then yes, an add to cart button should appear. If that is your problem in that one isn't appearing, provide a link to a product please.
@Zach Melis -- same for you, provide a link to one of your products that this isn't functioning for please.
@All -- This functionality all works, certainly. A number of things can come into play for it not working, and I'll take a quick look, perhaps we can spot something.
17 Posted by Stacey on 29 Aug, 2012 06:41 PM
Thanks Jigoshop team for looking into this. The link i set up for testing the feature is here: https://virtualstarr.com/product/z-for-testing
Support Staff 18 Posted by Jeff on 30 Aug, 2012 02:00 AM
Stacey, do you have any variable products that work? Is it just this one?
The pop-up of the add to cart is javascript controlled. You certainly have a lot of other javascript on the site. I can't seem to even select any text on your page.
It's possible the apostrophe in the attribute names is interfering (Intl'). As a test, remove them from the attributes and lets see what happens.
Do you have SSL enabled on the site? There are a lot of insecure content errors in the console.
Support Staff 19 Posted by Jeff on 30 Aug, 2012 12:22 PM
Noticed you changed it Stacey. You are getting one javascript error in the console that is concerning. Could you try disabling SSL and trying it then?
Which version of Jigoshop do you have? Have you upgraded to Jigoshop 1.3.2?
20 Posted by Zach Melis on 30 Aug, 2012 02:04 PM
http://www.tekhnedesign.com/BuildingArea5/product/honda-trx-450-r-e... is not working properly.
21 Posted by Stacey on 31 Aug, 2012 03:25 AM
I disabled the SSL and still no button. What I mean by this is that I chose not to force SSL on Jigoshop. outside of this I have no idea what to do.
Jigoshop Version: 1.3.1
WordPress Version: 3.4.1