Forum Replies Created
-
AuthorPosts
-
August 23, 2019 at 12:43 am in reply to: 414 Request-URI Too Large when checking out with PayPal #79830
admin
KeymasterHi, Can you please share the URL of the page so we can try it and see the error in our browser?
August 21, 2019 at 2:37 am in reply to: WP Affiliate – Can I calculate the commission based on Sales less GST? #79828admin
KeymasterHi, Which e-commerce solution are you using to process the transaction?
August 21, 2019 at 2:29 am in reply to: Payment Gateway Bundle – can we specify a gateway for a specific product? #79736admin
KeymasterThat fancy shortcode should also work for Stripe subscription. I just tested it to make sure.
Just to be sure, can you please load fresh copies of the estore, extra shortcodes and the gateway bundle:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
admin
KeymasterJust to confirm, these are digital products correct?
You can edit the “Collect Details” page’s shortcode to add the following parameter in the shortcode which will hide the shipping info section:
show_shipping="0"
So the shortcode should look like the following after you edit it:
[wp_pg_process_order show_shipping=”0″]
admin
KeymasterIf you turn off the lightbox option in our plugin then it shouldn’t do any lightbox on the image. Do you have another plugin or option in your theme that applies the lightbox on the image when you use the ajax option?
August 17, 2019 at 7:52 am in reply to: emember – Any shortcodes that can be used by an admin to fetch a user's info #79817admin
KeymasterThere is no option to set parameter like the way you are describing.
Since you are developing, I wanted to mention that we have the following API options to query member details and then update.
admin
KeymasterThe from email address is not something you should be looking at to filter things. Use the subject of the email and then the content in the email body to find a transaction if you want to.
The buyer and seller email subject and body is fully customization. You can use various merge tags in the email body field to include useful details in the seller email body. The following documentation explains the available email merge tags:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
If you want to change from email address for the seller email then that will likely introduce email delivery issue. We can still do it for you but it will need to be handled as a custom job.
August 16, 2019 at 12:48 am in reply to: emember – Any shortcodes that can be used by an admin to fetch a user's info #79815admin
KeymasterThe admin can view all the details of a member from the admin dashboard. Go to the members menu then edit a member’s profile. It will show you all the details of the profile in question.
August 15, 2019 at 12:06 am in reply to: eStore – Can I use "Allow Customers to Specify a Price" for subscriptions? #50525admin
KeymasterYes, it works for subscriptions also.
admin
KeymasterDo you know what action on your site triggers it? Do you get it all the time when a payment processed by WooCommerce?
August 8, 2019 at 4:48 am in reply to: estore – digital download link error with amazon s3 integration #79800admin
KeymasterI would like to check your settings. I have sent you an email for this.
August 7, 2019 at 12:48 am in reply to: estore – digital download link error with amazon s3 integration #79797admin
KeymasterJust to confirm, you are following this guide?
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-amazon-s3-integration-addon-4247
You are making those files “private” on your s3 account correct? (so it can be accessible only via API)
admin
KeymasterIf you have the “Use WordPress Mailing System” checkbox checked (which I think you do), then the plugin sends all emails using the “wp_mail” function which will go via SMTP. The only thing we can do is use the wp_mail function to execute the email sending code (which we already do).
What do you mean by “NOT SIGNED”?
admin
KeymasterThe “Thank you” page output has action hooks that can pass all the item details. So you can do some custom coding to output extra details if you need to.
If you give me a little more idea in terms of what you need to output there, I maybe able to help.
admin
KeymasterDo you also see the following entry in the debug log file when you test a password reset?
Member password reset email sent to : xxxx
Can you please install an SMTP plugin and configure that. It will enhance the delivery rate of all emails sent from your server. The following page has a section that has more info the SMTP option:
-
AuthorPosts