Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi there,
Yes you can categorize your products in eStore by creating categories using the Category Management menu and then within each product configuration page you can assign each of your products to the relevant category.
Then you can use a special shortcode which displays the category of your choice, eg, the following shortcode will list all products in category 1.
[wp_eStore_category_products:category_id:1:end]
See this link for more info:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-product-categorization-431
PeterMemberHi,
When you create the second product it will have its own unique ID – for arguments sake let’s say it has value of 7.
Therefore to make the second product appear on your page simply use the same shortcode except this time use the ID for the second product. So your page might look like this:
[wp_eStore_fancy1 id= 6]
[wp_eStore_fancy1 id= 7]
[wp_eStore_cart_when_not_empty]
December 6, 2011 at 11:32 pm in reply to: eMember – multiple membership levels not working correctly #39304PeterMemberHi Terry,
Which version of eMember are you using?
Is your eMember integrated with eStore or are you using a simple PayPal button for your membership purchases?
PeterMemberHi,
Which version of the eMember plugin do you have?
PeterMemberHi,
The piece of code for the “Sign in” button is located in the fancy_login.php file.
See the line which goes like:
<p class="rememberme">
<input type="submit" tabindex="7" value="Sign in" class="emember_button" name="doLogin" id="doLogin">
December 6, 2011 at 9:52 am in reply to: Downloaded file size is 0 (Zero) byte or 404 error or Other file download error #19967PeterMemberHi,
Ok so it appears that you might have a write permission problem on your host because debug is not being written to the log files.
Could you please log into your host and temporarily set the permissions of the debug log files (NOT the directory) to 777? ie, I’m referring to the log files in the directory:
/wp-content/plugins/wp-cart-for-digital-products/
Then try your test again and see if you get some debug.
December 6, 2011 at 2:25 am in reply to: Downloaded file size is 0 (Zero) byte or 404 error or Other file download error #19965PeterMemberHi,
For the W3 Total Cache, when you say you already tried “Excluding the specified cookies” did you follow the workaround instructions? (shown in page below)
Regarding your request for guidance about the debug instructions given by wzp – it’s really quite simple and exactly as wzp has already outlined but I’ll try and add to his instructions:
1) Enable debug logs, and reset them.
To do this simply (check the “Enable Debug” checkbox) from the eStore settings menu.
Then to reset hit the “Reset Debug Log Files” button.
2) Use Admin Functions to manually generate a product download link.
To do this click on the Admin Functions link. Then in the first section enter your product ID and hit “generate link”.
3) Copy the generated link to your browser address bar.
(Using link in point 2 above)
4) Look in the download_manager_debug.log file
Click on the log file link and save the text file somewhere and then view it.
Hope that helps.
December 6, 2011 at 12:34 am in reply to: MailChimp autoresponder setting and segmented lists #18770PeterMemberHi, You can reference as many mailchimp lists as you wish. That is, you can specify a global list in your settings page to add everyone there and/or you can add them to a specific list on a per product basis (you can specify a list name on a per product basis by editing the product in question).
PeterMemberHi,
I think this is what you might be looking for…….
Look in the eMember_registration_utils.php.
In this file you will see a line which goes something like:
<td><input class="eMember_button submit" name="eMember_Register" type="submit" id="eMember_Register" value="<?php echo EMEMBER_REGISTRATION;?>" /></td>
PeterMemberHi Jane,
If I’m understanding you correctly, there are a couple of breaks after the description for the fancy4 display.
These are created within the code in the file shortcode_include.php of the extra shortcodes plugin.
If you go to the relevant piece of code beginning with:
function show_wp_eStore_fancy4($id,$button_type=1,$show_price=1,$restriction='')
You will see the breaks just after the following description line:
$output .= html_entity_decode($ret_product->description, ENT_COMPAT,"UTF-8");</p>
Then you can simply remove one of the “<br >”.
I hope this is what you were referring to.
December 5, 2011 at 6:19 am in reply to: WARNING: Cannot locate file download.php in the eStore plugin directory. #39193PeterMemberHi,
Have you by any chance modified the default value of the “Download Validation Script Location” field in your eStore settings page?
Sometimes an incorrect value in this field can cause such an error.
It is usually recommended you simply leave this field with the default setting. If you don’t know how to set it to default this post should help:
December 5, 2011 at 4:02 am in reply to: WP eStore Encrypted Links Fail With WP PDF Stamper Encrypted Downloads #39180PeterMemberHi there,
Looks like you are getting a “500 Server Error”.
This is something which needs to be addressed with your host provider.
Please see this link for more info:
Error 500 – Internal server error (What it means and What to do)
Also your logs appear to indicate that there is no space left on your host.
PeterMemberHi again, Regarding your configuration setup request, please contact us using the contact form explaining the details of what you require.
December 4, 2011 at 11:52 pm in reply to: Plugin could not be activated because it triggered a fatal error. #39039PeterMemberHi,
So have you now been able to activate your plugin successfully?
PeterMemberHi,
You can use the Affiliate system for recurring sales too – it just requires some tweaks.
See “Option 2” on the following page for more:
-
AuthorPosts