Home › Forums › WoodMart support forum › EDITING PRODUCT PAGE
EDITING PRODUCT PAGE
- This topic has 17 replies, 2 voices, and was last updated 5 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
July 29, 2019 at 11:41 am #134929
Evgeny SviridovParticipantHello! 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.July 29, 2019 at 1:23 pm #134948
Elise NoromitMemberHello,
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
July 29, 2019 at 4:13 pm #134979
Evgeny SviridovParticipantBut 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?
July 29, 2019 at 8:44 pm #135007
Elise NoromitMemberHello,
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
July 30, 2019 at 7:44 am #135055
Evgeny SviridovParticipantThank! 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.July 30, 2019 at 8:10 am #135065
Elise NoromitMemberHello,
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
July 30, 2019 at 8:19 am #135066
Evgeny SviridovParticipantThanks, but I already added this code, now I need to hide the price.
July 30, 2019 at 12:40 pm #135116
Elise NoromitMemberHello,
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
July 30, 2019 at 1:11 pm #135135
Evgeny SviridovParticipantThank! 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?
July 30, 2019 at 4:38 pm #135173
Elise NoromitMemberHello,
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
July 31, 2019 at 11:31 am #135320
Evgeny SviridovParticipantI 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.July 31, 2019 at 4:24 pm #135379
Elise NoromitMemberHello,
Please replace this code #135065 in the Theme Settings > Custom CSS > Global:
.woocommerce-variation-add-to-cart{ display:none; }
Best Regards
July 31, 2019 at 4:49 pm #135383
Evgeny SviridovParticipantThank! 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.July 31, 2019 at 8:05 pm #135412
Elise NoromitMemberHello,
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
August 2, 2019 at 8:09 am #135696
Evgeny SviridovParticipantThank! 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.August 2, 2019 at 10:28 am #135720
Elise NoromitMemberHello,
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
August 16, 2019 at 4:25 pm #138761
Evgeny SviridovParticipantThanks for the help, you helped solve my problem.
August 16, 2019 at 8:08 pm #138781
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘EDITING PRODUCT PAGE’ is closed to new replies.
- You must be logged in to create new topics. Login / Register