I am preparing an affiliate website using the Flatsome template. Since Flatsome uses this extension, I need to solve one big problem.
When I add the product to the Wishlist, the BUY NOW button is missing, which would redirect (“target=_blank”) the customer to the partner store.
Is there a possibility to display a BUY NOW button for an external/affiliate product? With code?
Thank you in advance for your help.
]]>I got a recommandation for your plugin by a friend.
I have an issue with the “original” PayPal payment plugin from WooCommerce. It is not possible to use this plugin in Germany on a legal way. The German law requires a special wording on the Buy Now button. So, my request is, if it is possible with your plugin to add an individual text for the button. Do you have this option?
After some updates my “Buy now” buttons don’t appear anymore on my WooCommerce page. In my cart when I choose the option “PayPal” the checkout button just won’t appear. Is there any know solution to this?
https://kulturformat.de/kasse/
The option to pay via PayPal still exists!
Thank you!
]]>no “Buy now” button or H1 text on home page
home page should be: https://prnt.sc/hk8DfwFlVg5y:
how is my home page now: https://prnt.sc/ad2CZ2u8TkP4
how can I fix that?
many many thanks!
]]>I’m using advanced product fields plugin to add extra product fields to my woocommerce products.
I’ve added a “Buy Now” button alongside the “Add to Cart” button at the single product page by using the following code:
add_action ('woocommerce_after_add_to_cart_button', 'ecommercehints_buy_now', 10, 0);
function ecommercehints_buy_now() {
global $product;
if ( ! $product->is_type( 'simple' ) ) return;
echo '<a href="/cart/?add-to-cart='.$product->get_ID().'" class="button">Buy Now</a>';
};
The problem is, when a user clicks on the “Buy Now” button without filling in the required product fields it redirects to the cart page without adding the product to cart because its required fields weren’t filled.
How can I add a “Buy Now” button alongside the “Add to Cart” button when there are required fields?
The button needs to validate the required fields before redirection to cart.
Thank you.
]]>I have recently encountered a problem where I redirect the customer to the cart page upon clicking on the Buy Now button but instead of adding one product to the cart, it adds 2.
I would really appreciate your help on this matter.
Hoping to hear from you soon.
Lari
]]>