• Resolved sunnylife

    (@sunnylife)


    Hello,

    The look and feel of my website final page [https://www.sabziadda.com/shop/vegetables-and-fruits/onion/] is very bad. I want to change it completely. Is there any way to get my page like this one:
    [https://www.shopclues.com/led-bulb-3-watt-white-set-of-6-pcs.html]

    Thanks
    sunnylife

Viewing 10 replies - 1 through 10 (of 10 total)
  • hannah

    (@hannahritner)

    Hey sunnylife,
    What aspects exactly are you wanting to change? Can you please be more specific?
    Thanks!

    Hannah

    Thread Starter sunnylife

    (@sunnylife)

    Hello,

    I want “delivery date” would be in the same line. Also, “Price and add to cart” option in the same line. I also want to hide “category”.
    link: [https://www.sabziadda.com/shop/vegetables-and-fruits/tomato/]

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    1, can you tell me a pincode example that I can enter so I can see the delivery date?

    2. Add this css in your theme options > advanced settings:

    .single_variation {
        float: left;
    }

    Kadence Themes

    Thread Starter sunnylife

    (@sunnylife)

    Hi,

    You can try these pin codes: “800001”, “800002” etc.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You can add this css:

    .delivery-info-wrap .delivery-info span {
        float: left;
        margin-right: 5px;
    }
    
    .delivery-info-wrap .delivery-info .delivery {
        font-weight: bold;
    }

    Kadence Themes

    Thread Starter sunnylife

    (@sunnylife)

    Thank You Kadence for your support. But, when I am changing the quantity using “+” button, the price is not changing. I want variable price when there is any alter in the selected quantity.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    That isn’t how woocommerce is set up. The price will always show for one. In your cart it will show the total but on the single product page the price just shows for one item.

    I have not seen anyone edit the way this works but you can contact woocommerce support it’s possible they have a solution.

    Kadence Themes

    Thread Starter sunnylife

    (@sunnylife)

    Okay!! Can I hide category ??

    hannah

    (@hannahritner)

    Hey sunnylife,
    Do you mean on the single product page? Try adding this css:

    .single-product span.posted_in {
        display: none !important;
    }

    Is that what you were thinking?

    Hannah

    Thread Starter sunnylife

    (@sunnylife)

    Thank you so much for your supports.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘final product page’ is closed to new replies.