Home Forums WoodMart support forum EDITING PRODUCT PAGE

EDITING PRODUCT PAGE

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #134929

    Evgeny Sviridov
    Participant

    Hello! Is it possible on the product page instead of the button “В КОРЗИНУ” (screenshot 1) to make the button “ЗАКАЗАТЬ”, when clicked, which would pop up the window shown in screenshot 2?

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

    Hello,

    Yes, it is possible.

    1. Create HTML block https://xtemos.com/docs/woodmart/html-blocks-2/ with the popup

    2. Insert this HTML block into Extra block for product https://xtemos.com/docs/woodmart/product-page-options/#local_settings

    3. Please add this code to the Theme Settings > Custom CSS > Global to hide add to cart button:

    body .product-image-summary .cart {
       	display:none;
    }

    Best Regards

    #134979

    Evgeny Sviridov
    Participant

    But then, my button will be located in the block that I created. Is it possible to make a button in the same place where the button I hid is located?

    #135007

    Hello,

    Add HTML into After Add to cart area https://xtemos.com/docs/woodmart/html-blocks-2/#before_after and you will get the result like this http://prntscr.com/olokpj

    Best Regards

    #135055

    Evgeny Sviridov
    Participant

    Thank! Everything worked out. Please tell me the code in order to hide the price that the “WooCommerce” displays (I attach the screenshot).

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

    Hello,

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

    body .product-image-summary .cart {
       	display:none;
    }

    Best Regards

    #135066

    Evgeny Sviridov
    Participant

    Thanks, but I already added this code, now I need to hide the price.

    #135116

    Hello,

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

    body .product-image-summary .summary-inner>.price, 
    body .product-image-summary .woodmart-scroll-content>.price {
       display:none;
    }

    Remove this price from the content http://prntscr.com/olzg43 it cannot be removed with CSS

    Best Regards

    #135135

    Evgeny Sviridov
    Participant

    Thank! Everything worked out. Now I am interested in the next question. How to make available color choices. Do not tell me how I can do this?

    #135173

    Hello,

    A variable product is a product which has more than one option in attributes, for example, color, size, material. Instruction on how to create an attribute: https://docs.woocommerce.com/document/managing-product-taxonomies/ as soon as the necessary attributes are available, a variable product can be created https://docs.woocommerce.com/document/variable-product/

    By default, variable product attributes are presented as a dropdown in WooCommeerce. WoodMart theme suggests the option to present the attributes as swathes. Swatches are available in text, color or image format. Swatches can be configured for global attributes only.

    Swatches in the text format:

    Swatches are enabled in Dashboard -> Products -> Attributes -> chose the attribute -> Configure Items -> Edit -> Enable swatch

    Best Regards

    #135320

    Evgeny Sviridov
    Participant

    I did everything according to the instructions, that’s what I got (screenshot 1). Probably the code I added to Global Custom CSS hides the color selection attribute as I understand it?

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

    Hello,

    Please replace this code #135065 in the Theme Settings > Custom CSS > Global:

    .woocommerce-variation-add-to-cart{
    	display:none;
    }

    Best Regards

    #135383

    Evgeny Sviridov
    Participant

    Thank! The product page now looks like the one shown in the screenshot 1. Please tell me what I need to do to make the product page look like the one shown in the screenshot 2.

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

    Hello,

    You can have the attributes in this way: https://gyazo.com/60f188efb7631fd6d2c9f99422324610
    They will be both in the table and as the searches or add them manually in the table.

    The table option is enabled in the Theme Settings > Product page > Hide/show elements > Show attributes table after the short description

    Best Regards

    #135696

    Evgeny Sviridov
    Participant

    Thank! Please tell me, in the product card the price is presented, as shown in screenshot 1. Can I make the price, as shown in screenshot 2?

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

    Hello,

    The Woocommerce price has been hidden by your request #135116. The price on the screen is manually added into the short description of your product. So you can insert the price in any format

    Best Regards

    #138761

    Evgeny Sviridov
    Participant

    Thanks for the help, you helped solve my problem.

    #138781

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘EDITING PRODUCT PAGE’ is closed to new replies.