• Resolved zenconcept

    (@zenconcept)


    Hi,
    I’ve spent a huge amount of time to verify and fix the issue that this plugin really does not change a lot…
    It mixes Payment details & Order in one step, leaving Order section empty.
    Can You please tell me, how to split this sections accordingly to step titles?

    Regards!

    • This topic was modified 3 years, 4 months ago by zenconcept.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    when editing the checkout page with Elementor and selecting the Checkout widget, would you please set the “Layout” option to “One column” in the widget’s settings? See this article. Let me know if this helps.

    Thread Starter zenconcept

    (@zenconcept)

    Hi,
    Thanks for reply, but it is already set for one column (btw. You should see this from the link). I believe it is a bug in widget, but the real question is – how to fix or workaround it?
    Do You want screenshots to deepen a view on the issue? Or can You click through the checkout to see, whats wrong?
    Regards.

    • This reply was modified 3 years, 3 months ago by zenconcept.
    Plugin Author SilkyPress

    (@diana_burduja)

    The Elementor Pro Checkout widget is very new. According to the changelog, it was added a month ago. Also, the widget is available only in the Elementor Pro.

    On the linked website I do see that the checkout is placed as one column, but in the HTML code I see the following comments: “open column-1”, “close column-1”, “open column-2” and “close column-2”. Therefore I could only assume that the “Layout” option is set to “Two columns”.

    Would you remove the Checkout widget and simply use the [woocommerce_checkout] shortcode instead?

    Thread Starter zenconcept

    (@zenconcept)

    Woow, it works, thanks!

    I have the Elementor Pro, but I accidently removed automatically created WooCommerce pages and used this widget, because I tried to recreate them with strong effort unfortunately.

    Great that this shortcode works!

    Thanks a lot!

    Plugin Author SilkyPress

    (@diana_burduja)

    Ok, I’m glad that works.

    Btw, if you need to recreate the WooCommerce pages, you can also use the “Create default WooCommerce pages” option on the “WP Admin -> WooCommerce -> Status -> Tools” page.

    Thread Starter zenconcept

    (@zenconcept)

    Great, thanks.

    Although, I have one more question. I have the Elementor Pro, to edit WooCOmmerce a little bit. But when I’m using a shortcode, then this violet buttons, totally not compliant with my graphics appears and I have no idea, where should I change their color?

    • This reply was modified 3 years, 3 months ago by zenconcept.
    • This reply was modified 3 years, 3 months ago by zenconcept.
    Plugin Author SilkyPress

    (@diana_burduja)

    The buttons color comes from the WooCommerce plugin. It is the same color as the “Add to cart” (“Dodaj do koszyka”) button on the product page.

    Normally the theme has some CSS rules defined for the <button> element or for elements with the “button” CSS class. It seems like the Hello theme doesn’t do that, but it relies on the CSS rules defined by Elementor.

    The color can be changed by adding the following CSS rule to your website:

    .woocommerce button.button.alt {
        background-color: #00a99d !important;
    }

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rule.

    Thread Starter zenconcept

    (@zenconcept)

    Hi,

    It worked, thanks a lot!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin mixes Payment details & Order, leaving Order empty’ is closed to new replies.