ndjworldnews
Forum Replies Created
-
Hi Kristinubute;
Did you find a solution? I am also looking for a solution for the exact same issue. If you found one do you mind sharing it?
Thank you
Lode
Forum: Plugins
In reply to: [Coupon Box for WooCommerce] Don’t show popup on checkout pageHello mivtt;
As they say “better late than never”. So you’re cool!
I tried your suggestion and found the glitch. One of the plugins I use causes a conflict. It’s the woocommerce coupon auto-add and I got rid off it. Working fine now.
Thanks a lot.
Lode
Forum: Plugins
In reply to: [WooCommerce] variable used for shipping?Ok, i figured out that my instance_id = 3, which equals express shipping. Great what I need to know is how can I know if a customer clicked that option so that I can then adjust my delivery date accordingly.
Do I check for
if (instance_id == 3) : echo 'here goes the code'; else : echo 'here goes the other code'; endif;
Or how would I do that?
Thanks
Lode
Alright; thank you for your answer.
Lode
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] hide previous buttonHello Diana;
Thank you very much. Stay safe.
Lode
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Remove (Optional) from delivery labelHello Chetnapatel
Thank you for your response. Much appreciated.
Lode
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] show detail panelHi Damian;
Thanks. I do appreciate your time and your talent. Unfortunately, the code you offered does not make any change:
The images still overlap and the font-size is still too large.
Sample image to show what I mean.
Thanks.
Lode
Forum: Plugins
In reply to: [WooCommerce] Displaying Woocommerce messagesHello EtienneP
Thanks for the solution. You are now officially my hero.
Lode
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] show detail panelHi;
Just curious: do you guys answer support questions? I know this is a freebie still ….Thanks.
Lode
Forum: Themes and Templates
In reply to: [Storefront] Homepage different widthsWell by golly that certainly worked just dandy.
Thank you so very much.
Lode
Forum: Themes and Templates
In reply to: [Storefront] Homepage different widthsHello
Thanks for taking the time and the trouble to attend to my needs. I would like to remove the margins/paddings for (1) but only for that banner.
Thanks a bunch.
Lode
Hi Martha;
Thanks for letting me know.
Lode
Forum: Plugins
In reply to: [WooCommerce] Add Buy now button to variable pageWell I figured out how to add a buy button on the variable page using this snippet:
‘add_action( ‘woocommerce_single_variation’, ‘woocommerce_button_proceed_to_checkout’, 30 );’
but that only adds the button. When I click on it it routes to a page that reads:
“Oops that page can’t be found.”
Equally interesting is the link for the buy button shows mydomain/checkout but when I click on it it routes to mydomain/cart.
Any assistance would be greatly appreciated.
Thanks
Lode
Forum: Plugins
In reply to: [WooCommerce] Add Buy now button to variable pageHello Con;
Applied the code replacing the template with the one I need. It works wonderfully, except this code, as is clear, adds an additional add to cart button. I want a ‘buy now’ button in addition to the existing add to cart button already in the template.
How can I modify this code to reflect checkout instead of add to cart?
Any suggestions?
Thanks
Lode
Forum: Plugins
In reply to: [WooCommerce] Add Buy now button to variable pageHello Con;
Thanks for your answer. I will try that and see how it goes.
One way or another I will let you know.
Lode