Forum Replies Created
-
AuthorPosts
-
admin
KeymasterYou should be able to use the digital variation field as normal one with a bit of workaround. Try using the same URL value as the one entered in the “Digital Product URL” field of that product for each of the options in the digital variation section. This way regardless of what variation the customer picks, it will deliver that same file (essentially the digital variation becomes a normal one as it doesn’t deliver a different file based on the variation). This document will explain how to use the digital variation:
admin
KeymasterPlease post a link to your registration page so I can check if you have JavaScript conflict on the page (this is one of the common causes for this to happen).
admin
KeymasterAre you using it with eStore? If you are then eStore has an option to set the 2nd tier commission on a per product basis. I am trying to understand what sort of setup you have in terms of the conversion so I get better understand the need.
December 7, 2011 at 4:16 am in reply to: Processing Orders, Printing Shipping Labels and Receipts #37858admin
KeymasterIt is possible to have cron job that does what you explained but since you are not a developer the following option might be easier for you.
Most drop shipping companies have a method whereby they accept the payment notification (IPN) to be sent to one of their API/Script and they can do the drop shipping for that transaction.
WP eStore has a feature that allows you to send the payment notification (IPN) to a 3rd party URL or script. Simply use that feature and eStore will forward the instant payment notification (IPN) to this 3rd party script everytime a payment for a eStore product is completed.
Check the following settings:
WP eStore Settings -> 3rd Party Integration -> POST IPN to a 3rd Party Application
admin
KeymasterOpen the “wp_eStore1.php” file and search for the following line of code:
return $symbol.number_format($price, 2, $decimal, $thousands_sep);
Once you find it change it to the following:
return $symbol.number_format($price);
That should round the price to the price without the decimal places.
December 7, 2011 at 3:03 am in reply to: Instant Digital Delivery Feature with 2Checkout as payment gateway #39274admin
KeymasterYes, it should work for 2Checkout too as long as you have the IPN setup in your 2Checkout account correctly. What version of eStore are you using?
admin
KeymasterWe recently added this API to the plugin so haven’t created the official documentation for it. I will create a documentation for it within the next two days.
admin
KeymasterPlease don’t share your license key here. You simply go to the following URL then fill in the form (you can specify your license key in the message body section):
admin
KeymasterI have sent you an email to get site access so I can troubleshoot this. Please send details about the amount of RAM that is available to PHP on your hosting account.
December 6, 2011 at 10:01 am in reply to: WP eStore Encrypted Links Fail With WP PDF Stamper Encrypted Downloads #39187admin
KeymasterSome server’s only allow CURL to be used on external sites (they don’t allow it internally). I have updated PDF Stamper to go around that. Load a fresh build of eStore and the PDF stamper plugins and give it another go:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
admin
KeymasterThe banner images are listed in a table (one banner in each row). Each row has a banner name and a small preview so I am not sure how you want to stack just the images. What will happen to the names?
admin
KeymasterThe price is rounded to two decimal places (this is a standard practice for price amount). If you don’t want to use decimal place then it should be doable with a custom tweak. Are you using a “Add to Cart” type button?
admin
KeymasterLead capture is only available with Contact Form7 and Gravity Froms at the moment:
admin
KeymasterI am not sure what http://coopedition.com is but our available GetResponse integration is explained on the documentation site of the respective plugin. It will only do what is documented:
WP eMember – http://www.tipsandtricks-hq.com/wordpress-membership/?p=283
WP Affiliate – http://www.tipsandtricks-hq.com/wordpress-affiliate/?p=457
admin
KeymasterDid you load a fresh build of the plugin first as mentioned in the previous post?
-
AuthorPosts