Home › Forums › WoodMart support forum › Single Product Page
Single Product Page
- This topic has 5 replies, 2 voices, and was last updated 5 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 22, 2020 at 10:17 pm #169310
merishopParticipant1. How can I change “Related Products” text to “You May Also Like”?
https://prnt.sc/qrht262. I’m not planning to use long description or additional information. How can I remove the line shown in image.
https://prnt.sc/qrhuc03. Is it possible to show related products in a carousal?
https://prnt.sc/qrhuzr4. How can I move short description below add to cart button and add a 1px border around it?
https://prnt.sc/qrhvfsJanuary 23, 2020 at 10:15 am #169377
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
1) To change the Related Products to You May Also Like you have to use Loco translate plugin.
You need to go to Dashboard >> Loco Translate >> Theme >> WoodMart >> Search for your string and translate it and save the changes.Video tutorial for in depth guidance: https://www.youtube.com/watch?v=D3NsDdMzsls
2) Kindly share the page URL for that product.
3) For Related products section there are two designs available “Grid and slider”. If you want carousel for related products then you have to select “Slider” option for “Related product view” from Theme settings >> Product Page >> SHOW / HIDE ELEMENTS.
To display the related products section in your single product page you need to enable the “Show related products” option from Theme Settings >> Product Page >> SHOW / HIDE ELEMENTS.
Then you have to select a category from the product edit page as in the screenshot: https://jmp.sh/yqABzGC
For example, if you have three products and all of them are of the same category then in the related products section of all those three products the other remaining 2 products will be shown.
4) You cannot move the product description below the add to cart button because there is no such option available for this purpose. if you want to add a border around it you can add the following CSS code to Theme Settings >> Custom CSS >> Global.
.woocommerce-product-details__short-description { border: 1px solid black; }
Screenshot for clarification: https://www.screencast.com/t/regKn0IGf
Best Regards.
January 23, 2020 at 12:08 pm #169401
merishopParticipant2) Here is the link of product. I want to apply it to all products though.
January 23, 2020 at 1:31 pm #169422
Aizaz Imtiaz AwanKeymasterHello,
Sorry, But I haven’t seen any URL of the page attached with the message. Please check it and send me the URL so I can help you out accordingly. And please provide with admin panel login
details of the website.Best Regards.
January 23, 2020 at 4:36 pm #169453
merishopParticipantHere is product link: https://charkha.a2hosted.com/product/demo-product-title/
January 24, 2020 at 6:23 am #169535
Aizaz Imtiaz AwanKeymasterHello,
To remove those lines. You need to add the following CSS Code to Product Page CSS area.
Screenshot for Clarification: https://www.screencast.com/t/CVNZZtlQeh
.product-tabs-wrapper { display: none; }
Screenshot for Clarification: https://www.screencast.com/t/RSnIy7m5vMc
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register