Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Use an image URL (the image you want to show) in the “Text or Image to Show When the Cart is Empty” field of eStore settings.
Now, use the following shortcode:
[wp_eStore_cart]
adminKeymasterThe easiest is to reuse one of the existing language options that you won’t need. For example, if you don’t need the “Dutch” language then just copy and paste the content of the “rus.php” into the “nld.php” file. Now when you select “Dutch” in the eStore settings menu it will read that file which actually has your custom language. Let me know if that make sense.
Alternatively, you can send us the “rus.php” file that you created and we can add it to the plugin. You can get in touch with us via our contact form.
November 13, 2011 at 10:12 pm in reply to: Hosting digital goods in a non-web-accessible directory #30180adminKeymasterAbsolute path won’t work on variations.
adminKeymasterWhat version of eStore are you using? Is your database tables UTF-8? What exact product name are you using?
November 13, 2011 at 10:11 pm in reply to: Choosing Manual checkout will automatically change into second currency #38427adminKeymasterThere is no option in eStore to change the currency to a different one based on the gateway that is selected. Alternate option is to get a custom job done. Contact us using the contact form if you are interested to get quote for a custom job.
adminKeymasterUsing 777 permission on PHP files is definitely not a good idea. Obviously the permission settings on your server is misconfigured so contact your hosting provider to fix the root issue. All WordPress plugin should be able to execute with a file permission of “644”.
November 13, 2011 at 10:00 pm in reply to: Customized Customer's Status (Unpaid to Paid) to trigger automation #38354adminKeymasterCheck the “Automatically Update Customer & Products Database” option for the manual checkout and after the form submission the customers data will go into the “Manage Customers” section where you will be able to see the details of each customer. There will be a unique transaction ID for each transaction which will allow you to uniquely identify a transaction.
adminKeymasterAre you using the WordPress plugin uploader to upload the plugin zip file to your site?
November 13, 2011 at 1:25 am in reply to: How to give recurring commission with estore, emember, and affiliate plugin? #36744adminKeymasterWe don’t have an integration with “DirectoryPress” app. So this unofficial integration that the other users are using may be working for one time purchases fine but I don’t see how it can work with recurring payments. That would be the issue. We can only support you for the integration that we have on our documentation site:
http://www.tipsandtricks-hq.com/wordpress-affiliate/
We don’t really have much idea about unofficial hacks but I am pretty sure recurring commissions won’t work unless it has been hooked up with the IPN handling script correctly.
adminKeymasterSomehow your PHP Session data is getting messed up (Session data is suppose to be different for each user but in your case it is getting shared). I have a feeling this dual PHP environment setup that you have might be contributing to this. You may want to address this PHP session issue with your hosting provider.
adminKeymasterYou will find it inside the WP eStore plugins’s directory:
..../wp_content/plugins/wp-cart-for-digital-products/lib/gateway
November 12, 2011 at 10:11 pm in reply to: eStore, eMember, Affiliate Platform, pdf Stamper, and mailchimp integration #38403adminKeymasterSqueeze form submission doesn’t require a user to be logged in before he can use it.
There are shortcodes that will allow you to integrate a free download with PDF stamping capability:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
adminKeymasterPlease following this post and update the plugin first:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
What shortcode are you using?
This post will also be helpful for you:
adminKeymasterYeah, if you just create 4 subscription buttons with different recurring period it will do. Make sure to use “No Expiry or Until Cancelled” value in the “Membership Level Duration” field. More explanation on this here:
adminKeymasterAuthorize.net has a limitation on how many characters your item name can have. Obviously some of our item names are hitting that mark. Post a link to the product page that has the item with shows this error so I can see how long that product name is.
-
AuthorPosts