Forum Replies Created
-
AuthorPosts
-
adminKeymaster
You can use the following standard shortcode that can display any type of button for any gateway:
[wp_eStore_fancy_display id=”1″ type=”1″ style=”1″ gateway=”manual”]
This shortcode comes from the extra shortcodes addon. You can see details here:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
April 28, 2020 at 1:35 am in reply to: eStore – product specific thank you pages w/ manual checkout #71853adminKeymasterThe manual checkout process is a little different. The following should be helpful:
You can maybe use the product specific instructions feature:
https://www.tipsandtricks-hq.com/ecommerce/using-product-specific-instructions-in-wp-estore-3800
I am not 100% sure if the manual checkout will work for your particular situation.
adminKeymasterThe Export All Members Data option does dispatch a CSV file. It does the dispatch (download for you) using PHP. So something on this server is stopping that PHP dispatch from working correctly.
What is the PHP RAM memory limit for this server? Do you see any other errors in the server’s error log (which might contain more clues as to what is failing)?
April 24, 2020 at 12:30 am in reply to: eStore – Encrypted Download Not Working When BackWPUp plugin installed #80495adminKeymasterLooks like it a conflict with the Amazon S3 library. I think you have the eStore’s Amazon S3 integration addon. That addon includes the amazon s3 library. Which is also being included by the Backup plugin and they are both trying to load.
Are you using the S3 addon of eStore or you can deactivate that?
April 22, 2020 at 11:59 pm in reply to: Aligning to the Center of page | Galleries Layout & Gallery Layout #80388adminKeymasterUse the following CSS tweak in your site to make those gallery items center on the page.
#gallerybuy {
max-width: 775px !important;
margin-right: auto;
margin-left: auto;
}
You can insert the CSS tweaks in the following interface of your site:
Appearance -> Customize -> Additional CSS
Also, there are a few other templates available for the gallery. Try them to see if there is another one that you like better:
April 22, 2020 at 12:45 am in reply to: "There has been a critical error on your website." using shortcodes #80486adminKeymasterLooks like your site is running out of PHP RAM memory. Thats what the following error means:
PHP Fatal error: Allowed memory size of XXXX bytes exhausted
It can happen if you are using a shared hosting where the provider has allocated little PHP RAM memory for your plan. Please request your hosting provider to increase the PHP RAM memory limit. Then try again.
April 22, 2020 at 12:43 am in reply to: Customers NOT getting download email AND link not showing up on Thank You page. #61323adminKeymasterWe have just sent you an email with new download info. Let us know if you don’t receive it.
adminKeymasteradminKeymasterThis is already in the plugin now. Please use the following documentation to set it up:
https://www.tipsandtricks-hq.com/ecommerce/wp-payment-gateway-bundle-stripe-checkout-sca-setup-4645
April 19, 2020 at 1:06 am in reply to: Title: Problem with wp eMember plugin and wooCommerce in accounts #80477adminKeymasterokay so have you done the setup shown in the 2nd method in this page?
https://www.tipsandtricks-hq.com/wordpress-membership/woocommerce-wp-emember-integration-1013
1) Do you get an emember user record after a customer registers via WooCommerce?
2) Then if they log in and make a membership payment, do you see the member’s membership level get applied to the level they paid for?
April 19, 2020 at 12:40 am in reply to: eMember – Show the user all the levels he is a member of #80483adminKeymasterYou can use the following shortcode to show the additional membership levels of that user:
[wp_eMember_user_details user_info=”user_additional_membership_level_names”]
The following documentation should be useful (it shows another shortcode that you can use to list all the levels with their welcome pages (if applicable):
April 18, 2020 at 12:14 am in reply to: Title: Problem with wp eMember plugin and wooCommerce in accounts #80475adminKeymasterThere are two potential user registration scenario option when using WooCommerce and WP eMember. It is explained in the following documentation:
https://www.tipsandtricks-hq.com/wordpress-membership/woocommerce-wp-emember-integration-1013
Which option are you using? Have you fully read the above mentioned page?
April 18, 2020 at 12:11 am in reply to: eStore – My slider disappears when eStore is activated #80474adminKeymasterThis normally happens if one of the plugins you are using is adding a JavaScript error to your usite. Please do the following to check it:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
April 17, 2020 at 1:10 am in reply to: Stripe Payments Plugin with paid Subscriptions Addon. – Coupon Shortcode #80472adminKeymasterThe stripe payments plugin doesn’t have an email merge tag for coupon code. At the moment it only offers the email merge tags shown in our documentation:
https://s-plugins.com/email-merge-tags-email-shortcodes-email-customization/
We have plans to add the {coupon_code} merge tag in there. Hopefully we will be able to add it in the next release.
Any modifications to the email merge tag will require a custom job.
April 17, 2020 at 12:33 am in reply to: Unable to download the shortcode due to account issue #80471adminKeymasterWe have sent it to you via the email. Let me know if you don’t receive it.
-
AuthorPosts