Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorYou can use the shortcode on a post or page. If you want to use it in a widget you need to only call the PHP function for that. Try calling the following PHP function from your widget and see how it goes –
<?php echo eStore_get_total_cart_item_qty(); ?>
wpCommerce
ModeratorPlease have a look on this post on how to capture Leads Using the Contact Form 7 and WP Affiliate Platform Plugins
wpCommerce
ModeratorYou can create a product page for a specific membership level (e.g silver membership) and allow access to that page for silver memebers. Now when when anyone logs in as silver member he/she will be able to view the page content and buy the products as well. Please have a look on these video tutorials to know how you can implement this –
wpCommerce
ModeratorCan you please post a link to the page where it’s happening? Also what exactly did you put in the currency field?
wpCommerce
ModeratorYou can specify a button link for your product which once clicked will take the customer to your shopping cart site. “Button link” field is under “Additional Product Details” of “Add/Edit Products”.
wpCommerce
ModeratorAre you using the “Enable Smart Thumbnail Option” feature in eStore settings?
Did you enter any information in the description section of the product (this is a requirement for fancy display)? The thumbnail may not load properly on the browser without a description. Try putting a description for the product with smart thumbnail image option checked and let me know how it goes.
Also please post a link to your product page where the image is not showing.
July 28, 2010 at 11:58 pm in reply to: Not receiving emails after purchase (using wishlist, wpestore & wpaffiliate) #22844wpCommerce
ModeratorCan you please make a “Test transaction” with debug turned on to see what actually happening? You can have a look on this post to know how to enable debug –
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
July 27, 2010 at 10:38 pm in reply to: Fancy3 and above not available after updated from eStore 2.8.9 to 4.0.5 #22829wpCommerce
Moderatorfancy 3 and fancy 4 displays are available in “Extra shortcode” plugin right now. You can use those extra shortcodes with WP eStore but you need to have “Extra shortcode” plugin installed for that. Just download and install the plugin like any other WordPress plugin (you don’t need to configure any settings or anything for that) and you will be able use those extra shortcodes. The Extra shortcode plugin and the extra shortcodes can be found here –
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
wpCommerce
ModeratorCan you please post a link to the page where you put the “subscription” button? It could also happen if you make a mistake while using the shortcode for the subscription button.
wpCommerce
ModeratorCan you please request for an update and see if it’s still happening? You can have a look on this post on how to get update –
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-do-you-get-an-update
July 27, 2010 at 1:25 am in reply to: Dowloaded file is corrupted when using the protected link #22790wpCommerce
Moderator“when you are trying to download the file using the encrypted link, the file is not readable”. Please have a look on this post to see what could cause the problem –
Downloaded file size is 0 (Zero) byte or 404 error or Other file download error
If you check “downloadable” option the digital content will be offered as an anonymous download (the customer won’t know where it is coming from). If it is unchecked the plugin will let the browser handle the download so your customer will be able to know the true URL of the product if they know what they are doing.
wpCommerce
ModeratorYou can restrict access to the content on your site (e.g post, page, category, comments) but can’t restrict directory yet.
wpCommerce
ModeratorIt would be better if you set up a “free membership” in WP eMember and put up a registration page using the [wp_eMember_registration_form:end] shortcode.
wpCommerce
ModeratorIn your shortcode you haven’t specified the correct product ID so eStore is not retrieving the product from the database. Remember you need to replace the “PRODUCT-ID” with the actual ID.. for example, 2
Please see this video tutorial from this page to learn more on how to insert a shortcode:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-quick-setup-and-usage-video-tutorial-593
wpCommerce
ModeratorCan you please post a link to the page where it’s happening?
-
AuthorPosts