- This topic has 5 replies, 3 voices, and was last updated 12 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore NextGen Gallery – Add to cart button doesn't show
Tagged: add to cart button, NextGen Gallery
Instead of the Add to Cart button, I only get the code showing:
Price: 1.00 [wp-eStore:product_id:1:end]
All newest versions of WP, NextGen Gallery and WP eStore.
Used integration method 1.
gallery-wp-eStore.php is in place.
In the page I have [nggallery id=1 template=wp-eStore]
Tried with newest TwentyEleven theme: same result.
Product ID should be right (testing with only one product).
Find it here: [http://www.beta.galleriesjeanjarreau.com/?page_id=40]
Thanks in advance for your help.
Hi, The shortcode you are using is wrong (there is a typo). Please check the shortcode documentation and correct the shortcode:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
Let’s also determine if there is another plugin which is interfering with eStore.
Can you please try the plugin tests in the following link:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Also this is another forum post with a similar problem to yours:
https://support.tipsandtricks-hq.com/forums/topic/nextgen-gallery-integration-issue
Thanks for looking into this.
Now that reference page has different codes indeed. So now I used [wp_eStore_add_to_cart id=1] but still no result.
Why do these different codes exist? Was I using “old” code?
I don’t use other plugins (yet) and did the test with TwentyEleven theme.
I sent you an email to get site access so I can check it out.
The documentation tells you to use the following shortcode to display the add to card buttons below the nextgen images:
[wp_eStore:product_id:1:end]
I corrected this and now the buttons are showing fine.
Thanks!
Now for the record, I overlooked that tiny difference in the code.
Wrong: [wp-eStore:product_id:1:end]
Right: [wp_eStore:product_id:1:end]
Sorry.
Good support.