clem90 on "eStore - Change the Checkout Button Image in the Shopping Cart"
Hi,Is it possible to remove the checkout button image and ad text with css class insted of image ? After, I can use css to custom this text.Thanks
View Articleadmin on "eStore - Change the Checkout Button Image in the Shopping Cart"
For the shopping cart, we use a button image. It will be very hard to change that to a text. You can use buy now buttons where the button is a text and it goes to the payment page directly (bypassing...
View Articleadmin on "How to Load the WP eStore's Language File from Another Folder"
If you are customizing the text/messages displayed by the plugin then this tweak maybe helpful.You can keep your customized copy of the language file in a different folder (outside the plugins folder)....
View ArticleSScott on "Can I have a price change on a specified date?"
Is it possible to set up a price for a product that will change based on the date? This would be used to have Early Registration pricing that will automatically change when the date for Regular...
View Articlewzp on "Can I have a price change on a specified date?"
Would any of these solutions work for you?https://www.tipsandtricks-hq.com/forum/topic/estore-increase-product-price-after-a-certain-date
View ArticleSScott on "Can I have a price change on a specified date?"
Since the client only has a few classes that have price variations and the rest of her products have a set price I don't want to spend $40 for the add-on. It seems like the simplest solution is for me...
View Articleclem90 on "eStore - How to Use a Text Link to Accommodate the Purchase of a...
Hi, Is it possible to add more than one product in the cart with a text link ? With a code like this after the url: ?wp_eStore_add_to_cart=31&wp_eStore_add_to_cart=34I have try but it don't work...
View Articlewzp on "eStore - How to Use a Text Link to Accommodate the Purchase of a...
No, only one product per link is supported. Have you considered creating a "bundled product" and then creating a link with the bundled product...
View Articleclem90 on "eStore - How to Use a Text Link to Accommodate the Purchase of a...
Yes, I have see this post but all my product are in a membership level. (lots of pages with videos, PDF, mp3...)I can't sell more than one membership level in a product. I have see this in different...
View Articlekw0 on "Check whether Shopping Cart is empty & Collect Customer Input"
1. Can I check whether the Shopping Cart contains products or now during page refreshing? 2. I would like to collect Phone No. from the customer but I cannot find the Collect Customer Input Add-on on...
View Articleadmin on "Check whether Shopping Cart is empty & Collect Customer Input"
1. You can use the following PHP function to determine if the cart is empty or contains item(s):eStore_get_total_cart_item_qty()If it returns 0 then the cart is empty.2. There is a buy button in that...
View ArticleGPStrackersims on "Reasons for a pending PayPal payment"
HelloWhen I get these messages they don't make sense, I think the code is wrong in email code.Before this line the message is fine.===== PayPal parameters for this transaction...
View Articleadmin on "Reasons for a pending PayPal payment"
That one you posted was for the following reason:recurring_payment_suspended_due_to_max_failed_paymentBasically that subscription charge is failing. You will always have some customers who will...
View ArticleDanielo2908 on "Funds have not been cleared yet."
I am new. I had the problem with paypal but i approved the payment manually. How long does it take until the buyer can use his purchase? Because i approved the payment 15 minutes ago but i still cannot...
View Articlewzp on "Funds have not been cleared yet."
PayPal has the "final word" on whether or not payment methods are approved. How was the purchased paid for, what was the amount, the country of origin for both the seller/buyer and payment...
View Articleadmin on "Funds have not been cleared yet."
The following tutorial should help you correct/complete your PayPal account setup so funds can automatically clear after payment:https://www.tipsandtricks-hq.com/paypal-funds-still-pending-10357
View Articleh on "Selling Items for $0.0 (Giving products for Free)"
Hi, thank you for great plugin. Im using the squeeze form to send digital product links to my B2B customers. Overall it works great. I only have the following questions:1) How do I change the font size...
View Articleadmin on "Selling Items for $0.0 (Giving products for Free)"
You can add the custom CSS code in the following interface of your site:WP Admin Dashboard -> Appearance -> Customize -> Additional CSSThe example CSS your showed looks fine to me. You will...
View Articleh on "Selling Items for $0.0 (Giving products for Free)"
Hi admin, the url is [removed]. Please remove the URL from this reply when you have read it. Thanks,
View Articleadmin on "Selling Items for $0.0 (Giving products for Free)"
The following CSS tweak will set a font-size of 14px for the input fields. It will also make the background-color white..free_download_form_standard .eStore_text_input { font-size: 14px;...
View Article