- This topic has 2 replies, 2 voices, and was last updated 11 years, 8 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 › WP eStore Troubleshooting › Save and Retrieve coding area for custom coding
I’m looking for the code that access the following:
define(“ESTORE_WRONG_SHOPPING_CART_ID”, “The shopping cart ID you entered appears to be incorrect!”);
define(“ESTORE_SHOPPING_CART_SAVED”, “Your cart has been saved! “);
define(“ESTORE_SHOPPING_CART_ID”, “Shopping Cart ID”);
I know they are defined in the “eng.php” file, but where are the used/called from?
I’m trying to custom code the widget header and can’t seem to find these items
These definitions are used in JavaScript to show the message when someone uses the save and retrieve cart functionality. Open the “eStore_includes.php” file of eStore and look for the “ESTORE_SHOPPING_CART_SAVED” string to find there usage.
Great, thanks.