Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorThe roles and capabilities of WordPress multisite installation don’t seem to be working as it is described in the documentation here –
http://codex.wordpress.org/Roles_and_Capabilities
Anyway, you can adjust this easily. Please have a look at the following post which will explain –
wpCommerce
ModeratorPlease have a look at the following post (from step-4) which will explain –
https://support.tipsandtricks-hq.com/forums/topic/what-to-do-if-the-debug-file-is-empty
wpCommerce
ModeratorIt won’t overwrite your product details or settings. Everything will be same like it was before.
wpCommerce
ModeratorPlease open the “eStore_cart.php” and search for the line-
<a href='".$item['cartLink']."'>".$item['name']."</a>
Once you find it you can replace it by the following –
".$item['name']."
It’s not possible to expand the cart thumbnail image for Lightbox.
wpCommerce
ModeratorCan you please post a link to that page?
wpCommerce
ModeratorPlease have a look at the following post which will explain this-
There is a workaround for it in the recent version of the plugin. You can get a recent build from here –
wpCommerce
ModeratoreStore will provide the encrypted download links of the files to your customers. They will not know the actual URL of the files. So your files are safe.
wpCommerce
ModeratorPlease have a look at the following post which will explain this –
wpCommerce
ModeratorPlease create a checkout page with the notice you want to show and use this shortcode after the notice –
[wp_eStore_cart_when_not_empty]
Now go to WP eStore->Settings->General Settings. There is a field named “Checkout Page” where you need to specify the checkout page URL (URL of the page you just created). Also check the “Automatic redirection to checkout page” box. That should do it. Now after adding a product to the cart your customer will be redirected to the checkout page.
Let me know how it goes.
wpCommerce
ModeratorPlease get a recent version of eStore from here –
January 25, 2011 at 8:01 am in reply to: HELP! Digital Downloads Getting Corrupt or Downloading Empty #28363wpCommerce
ModeratorPlease have a look at the following post which will explain-
https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte
wpCommerce
ModeratorI guess you didn’t deactivate the plugin while upgrading to the latest version. The plugin was updated but the database structure wasn’t. So it can’t save the current product details to the old database. Can you please do a quick deactivation and reactivation of the plugin to see if that changes anything?
wpCommerce
ModeratorCan you please do a test transaction with the debug enabled and share the content of the “eStore_post_payment_debug.log” file? Also please let us know the affiliate id that you are using to test it out.
wpCommerce
ModeratorDoes it save if you modify any other field (e.g name, price) without touching the description?
Are you trying to use HTML in the product description field?
wpCommerce
ModeratorCan you please enable the debug and make a test transaction with the two items? Also please share the content of the debug file after the transaction.
The following post will explain about debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
-
AuthorPosts