- This topic has 2 replies, 2 voices, and was last updated 14 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Fatal Error in estore_shopping_cart function
I am placing this code:
<?php echo eStore_shopping_cart(); ?>
.. within my sidebar, and am receiving the following error:
Fatal error: Call to undefined function estore_shopping_cart() in /home/myurl/public_html/wp-content/themes/default/sidebar.php on line 7
Can you please help?
Thanks! – Scott
To me it looks like the function name you placed in the sidebar has a lowercase “s” for eStore. Make sure you have copied and pasted the following exactly as it is:
<?php echo eStore_shopping_cart(); ?>
The other possibility is that your version of eStore is old and doesn’t have this function. I have replied to your other thread which should help with this:
https://support.tipsandtricks-hq.com/forums/topic/how-do-i-download-latest-version-of-plugin
Hi Admin,
Thank you for your response.
The solution was to update my plugin. All is working now
Thank you! – Scott