Home Forums WoodMart support forum Product catalog

Product catalog

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #540863

    shop
    Participant

    Hello!

    I have crinkles on my ecommerce site but different weights of 1kg, 1.5kg and 2kg. The thing is that I need to hide 3 identical crinkles in the catalog and show only 1. When the client will go to the product page they could choose the weight.
    How do I combine the products?

    Best regards,
    Alex

    Attachments:
    You must be logged in to view attached files.
    #540945

    Hello,

    You need to create a variable product for this purpose.
    https://woo.com/document/variable-product/

    If you have any questions feel free to contact us.

    Best Regards.

    #540978

    shop
    Participant

    Hello!
    Ok, I got it!

    One more question. Could you please write a css code to create a border in the “country” field?
    I’m sending you an example image.

    Best regards,
    Alex

    Attachments:
    You must be logged in to view attached files.
    #540998

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .select2-container--default .select2-selection {
        border: 1px solid #040404 !important;
    }

    Best Regards.

    #541000

    shop
    Participant

    Hi!
    Unfortunately it does not work.

    Best regards,
    Alex

    Attachments:
    You must be logged in to view attached files.
    #541006

    Hello,

    Can you please share some screenshot for better understanding and share the wp logins details so i will check on your site and give you a possible solution.

    Best Regards.

    #541014

    shop
    Participant

    Hi!

    #541277

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    #billing_country_field {
        border: 1px solid black;
    }

    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)