Forum Replies Created
-
AuthorPosts
-
adminKeymaster
There is a video on the eStore sales page labeled “Purchase Demo Video”:
This video shows how the checkout process of eStore works. More details on eStore checkout process is documented here:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-ecommerce-knowledgebase-523#express_checkout
You did read the sales page before purchasing it from that page right?
Running a test transaction with debug is the best way to find out what you are doing wrong. You seem to be doing this already which is good. Follow the checklist on this page to fix the debug issue so we can get debug output:
https://support.tipsandtricks-hq.com/forums/topic/what-to-do-if-the-debug-file-is-empty
adminKeymasterWP eStore products doesn’t have any knowledge of the actual page it is in (you can place a product where ever you like). This is something you have to control in the actual WordPress page (not eStore).
WordPress posts have a really easy way to create navigation option between them using the following function:
posts_nav_link
Here is an example use of this:
<div style="text-align:center;">
<?php posts_nav_link(' · ', 'previous page', 'next page'); ?>
</div>I am not sure if they work for actual WordPress pages too. Anyway, this WordPress codex page might help:
adminKeymasterThe following two links will explain how to use eStore with PayPal profile based shipping (profile based shipping allows you to setup region specific shipping and tax):
Shipping (check the 2nd option) – http://www.tipsandtricks-hq.com/ecommerce/how-the-shipping-cost-calculation-works-in-wordpress-estore-50
We don’t use outsourcing so really have no idea on that.
adminKeymasterSeptember 16, 2011 at 11:04 pm in reply to: Erroneous shipping charges in PayPal using the cart widget #36678adminKeymasterCan you please set zero (0) in the “Item Shipping Cost” field for that product and let me know so I can go back to that page and check it out?
September 16, 2011 at 10:55 pm in reply to: estore/pdf stamper – variation control (language) – 2 files/download #36684adminKeymasterCan you please post the content that you have in your “Digital Variation” field of the product?
adminKeymasterGlad to hear that your hosting provider fixed the php session issue. Are you using any caching plugin?
adminKeymasterI don’t see it when I go to your site. Does it only show up on a particular page?
adminKeymasterBrowsers (Firefox, chrome) are OS independent as they use the same rendering engine in the core so this won’t be an issue related to the OS. This issue could be related to caching. Do you have a caching plugin?
adminKeymasterWP eMember doesn’t have any backdoor channel to add users to the MailChimp list. eMember requires the presence of the user in order for him to be added to the list.
adminKeymasterFind the following block of CSS in the “wp_eStore_style.css” file:
.eStore_cart_checkout_button{
text-align:left;
}Once you find it change it to the following:
.eStore_cart_checkout_button{
text-align:left;
font-size:20px !important;
}You can use whatever font-size you want.
September 16, 2011 at 5:11 am in reply to: estore/pdf stamper – variation control (language) – 2 files/download #36682adminKeymasterI think this issue is related to the issue discussed here:
Will you please also update the plugin as suggested in the other thread and report to me what you see?
September 16, 2011 at 5:10 am in reply to: 2 downloads are purchased and only one link appears #36605adminKeymasterI have made some changes to eStore around the reuse of “already stamped copy of a file”. I added this enhancement few weeks ago to add kind of like a caching ability to improve stamping performance. I have updated the eStore plugin which should resolve the issue you are seeing.
Please get a new build of the eStore plugin from here. After the update test out the same transaction as before and let me know how it goes:
September 16, 2011 at 1:08 am in reply to: Erroneous shipping charges in PayPal using the cart widget #36676adminKeymasterPlease have a look at this post and provide some more details mentioned there:
September 16, 2011 at 12:52 am in reply to: 2 downloads are purchased and only one link appears #36604adminKeymasterI need to analyze the debug thoroughly. I will update this thread when I am done (I will also delete the debug information that you shared in your previous post).
-
AuthorPosts