-
AuthorSearch Results
-
Topic: Single product layout
in forum WoodMart support forumwilanglyka
ParticipantJuly 7, 2025 at 10:05 am #672069I need help customising my product pages. For one of my products (or a few specific ones), I’d like to show additional information below the main product content, but I don’t want to use the default tabs (like “Description” or “Additional Information”). This extra info should be unique to each product and not appear globally on other product pages.
Could you please help me with:1.How I can add a custom section or block below the product info (not in tabs)?
2.Making sure this content is only shown for selected products, not all.
My goal is to have a clean layout where I can share tailored details (e.g., usage tips, routines, ingredient highlights) without affecting the layout or content of other products.
Thank you!
Topic: Single product layout
in forum WoodMart support forumwilanglyka
ParticipantJuly 7, 2025 at 10:05 am #672068I need help customizing my product pages. For one of my products (or a few specific ones), I’d like to show additional information below the main product content, but I don’t want to use the default tabs (like “Description” or “Additional Information”). This extra info should be unique to each product and not appear globally on other product pages.
Could you please help me with:
1.How I can add a custom section or block below the product info (not in tabs)?
2.Making sure this content is only shown for selected products, not all.
My goal is to have a clean layout where I can share tailored details (e.g., usage tips, routines, ingredient highlights) without affecting the layout or content of other products.
Thank you!
Hello, thank you for your response.
The issue with the cross (x) sign appearing for out-of-stock items does not seem to be caused by any installed plugins. Could you kindly investigate this issue further?
The “Estimate Delivery” feature is not working properly. Although the feature is enabled, it doesn’t appear on any product pages. We’ve also tested it as a guest user, and it’s still not visible. All of our products have Estimate Delivery information assigned, and you can check any of them. Additionally, the feature does not show up at all on mobile devices.
Could you please assist us with these issues?
Topic: General
in forum WoodMart support forumaumarketingpro
ParticipantMay 16, 2025 at 5:37 am #661055Hi,
Can you please help with the following?
1. Cart and Checkout Pages:Increase White Space: I would like to add more white space to these pages for improved readability.
Shipping Price Visibility: The shipping price is not displaying on the checkout page. Could you please assist in resolving this?
Product Description Removal: I wish to hide the product descriptions on the checkout page.
How can I make the text of cart – checkout small letters?
2. Product Page Customization:
Hide Reviews: I have disabled the reviews section, but two lines remain visible. I would like to remove these.
Remove Additional Information Tab: I prefer not to display the ‘Additional Information’ tab on the product page.
Hide Color Options: I would like to stop displaying color options for products.
Customize Add to Cart Button: Is it possible to enlarge the ‘Add to Cart’ button for better visibility?
3. Collection Page Adjustments:
Image Size Reduction: The product images are currently too large. I would like to resize them for a more balanced layout.
Category Display: I want to display only the main and relevant sub-categories, excluding unrelated ones.
Where can I hide the amount of products showing? And I want to display 4-5 categories smaller how can I do this?4. Button Customization:
Fix Button Alignment: There are two buttons—’Read More’ and ‘Buy Now’—that I would like to fix in place without any hover effects.
5. Side Cart Typography:
There’s a word show that I would like to hide it.
6. Filter
Where cam I change the Show sidebar text?
Where can I add more filter attributes?7. Can I make the search tab fixed? and that it doesn’t pop up?
Attached you can find a video that illustrates all the issues.
Thank you.
Regards,Hello,
Navigate to Theme Settings > Shop > Variable products > set the as Grid swatch attribute to display https://prnt.sc/YqWQY2EvNQ2j
Additionally, Navigate to Theme Settings > Product Archive > Products Styles > Choose the style “Show Summary on Hover” and choose the “ Hover content” Additional Information. In this way you can show the additional content in archive pages.
https://ibb.co/hFb3kmhnBest Regards
Topic: Related product – Single product
in forum WoodMart support forumHello,
I’ve noticed an issue with the display of related products on the single product page.
Additional information:
– The product page layout is defined using the “Single Product Layout”.
– It includes a “Product (grid or carousel)” block, which is responsible for displaying related products -> https://prnt.sc/KhhT4RKIJuaa – https://prnt.sc/-FwGayXda-D5Issue 1:
– In the product settings, the “Related Products” section has been filled in, yet different, unrelated products are being displayed -> https://prnt.sc/LuruX_LeN2mF – https://prnt.sc/PcgIjjLZ4ojxIssue 2:
– Instead of the main product, individual product variants are being shown. I would like only the main product to be displayed, not its specific variants.Hi lensepeind,
Thanks for reaching to us.
There are 3 default tabs of WooCommerce:
+ The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.
+ Description Tab: This is the main description on the product page.
+ Reviews: Used to show customers’s reviews.
You can read more here https://woocommerce.com/document/editing-product-data-tabs/
If you want to add additional tabs for specific product, you can add Tab via Product Setting https://prnt.sc/exIlSVXRC9_d
You can use Product tabs widget to display Description and Product attributes (Additional Information).
If you want to display custom attributes, which are separate Product > Attributes, you can create custom table via HTML Block > select via Custom Tab in Product Settings.
By using HTML Blocks feature https://prnt.sc/OCK8vL0RgRB2 Here is documentation about HTML Blocks https://xtemos.com/docs-topic/html-blocks-usage/
Please note that it used as Static information, in case you want to create additional for specific products, you can combine with Theme Presets Here is our article on how to use presets: https://xtemos.com/docs-topic/theme-settings-presets/
Best Regards,
lensepeind
ParticipantMarch 27, 2025 at 2:47 pm #649569hello i am creating single product layout and i want to add thease tabs like theme have by default but unable to find this pls help how to add this tabs like additional information shipping and description….screen shot attached
Attachments:
You must be logged in to view attached files.In reply to: Product additional information table
Hello,
1. Navigate to Products > Attributes.
2. Click Configure terms for the attribute you want.
3. For each term (value), click Edit.
4. You’ll see a field labeled Attribute Icon – upload your desired icon here.
https://ibb.co/FqXybJVjOnce this is done, the icons you upload will automatically appear in the Additional Information Table on the single product page: https://ibb.co/gkKdzCy
Best Regards,
In reply to: single product tabs and description
Hello,
Navigate to Theme Settings > Single product > Tabs and add the additional tabs.
Also, Go to products > Edit Product > On the edit product page, check the Product Settings > Tabs tab and create a custom tab for each product separately, and add the content: https://ibb.co/z53zhnm
For additional information content, Please add the below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS. change the values as per your requirements.
.single-product .shop_attributes tr { justify-content: left !important; } .single-product .shop_attributes td { text-align: left !important; } .single-product .shop_attributes { --wd-attr-v-gap: 15px; /* Adjust vertical gap */ --wd-attr-h-gap: 20px; /* Adjust horizontal gap */ } .single-product .shop_attributes tr { gap: 5px 55px !important; /* Adjust row spacing */ padding-bottom: 10px !important; margin-bottom: 20px !important; }
Best Regards,
Hello Woodmart Support Team,
I’m experiencing an issue with the dynamic discounts feature on single product pages. I’ve configured exactly three discount rules for a specific product (based on brand conditions), but on the frontend, there’s an additional fourth column showing “51+” with a 0% discount. This extra column is not defined in my rules and I’d like it removed or disabled.
Steps to Reproduce
Go to “Products” → “Discount Rules” (or the relevant section in Woodmart’s settings if you’re using a built-in feature).
Add three rules (e.g., “From 6” → “12% off,” “From 12” → “25% off,” “From 20” → “5% off”).
Condition: I set the condition to Include → Product Brand → [Brand Name].
Save changes and then view the single product page.
I see the three columns corresponding to my rules, plus a 51+ column that shows 0% discount.
Expected Behavior
I only want to display the three discount columns I explicitly created.Actual Behavior
A fourth column for “51+” automatically appears, showing 0% discount, which confuses customers.Request
Could you please advise how to:Prevent or remove that extra “51+” column.
Show only the discount tiers I have set in the rules.
Thank you for your help! If you need any further information or a staging environment to test, please let me know.In reply to: Additional Information Tab
I have added attributes to every product, but the Additional Information Tab is not displayed on any product page.
This tab is not displayed on the preloaded products at the prebuild site Retail.
Please advise what the problem is.Of course,
The credentials you requested can be found in the “extra information” section.
The current status of the issue is as follows:
info 1: I have uploaded my full product catalog to the staging site (staging site url in extra iformation area).
info 2: I have noticed that the functionality of my products is not as expected, particularly regarding variable products.Problem description:
–> Although I believe I have set up everything correctly in your theme, the “Min Max Step Quantity Limit Manager for WooCommerce” plugin, and WooCommerce itself, I am experiencing issues when selecting a product variation in quick buy mode or preview mode. The minimum quantities, and sometimes the step values, do not update correctly. This issue appears primarily on variable products and mainly outside the shop page. I should mention that the page where this occurs is not an archive page, which I suspect might play a role.–> On the shop page, the functionality is mostly as expected, with a few exceptions where minimum quantities for variable products do not always refresh correctly.
Please let me know if I can provide any additional information to help resolve the issue as soon as possible.
Note: I have also reached out to the support team of the “Min Max Step Quantity Limit Manager for WooCommerce” plugin to investigate any potential incompatibility on their end.
I am available for any further information you may need.
In reply to: Question about product specification presentation
Hello,
As mentioned in my previous reply, try using the Product Additional Information Table widget in the layout to achieve a similar look to the demo with the image and title: https://ibb.co/SnD1sNb
These Product Additional Information tables are added in the custom layout and edited in Elementor. They automatically pull data from the Product Attributes section: https://ibb.co/nNvgjyYV
Additionally, you can include more details by utilizing the Data Source option in the Elementor widget:
https://ibb.co/sdJ2vJ1GPlease note that this widget cannot be used directly within the Product Tabs component, However, you can separately add the Product Additional Information Table widget in the layout to achieve the structured design seen in the demo.
But alternatively, create a custom tab for every product from Products > Edit Product > On the edit product page, check the Product Settings > Tabs tab and create a custom tab for each product separately and add the content.
https://ibb.co/z53zhnmBest Regards,
Dear Aizaz Imtiaz Awan,
I changed the theme to a default one, specifically Twenty Twenty-Five, to check the functionalities I mentioned earlier. However, the “Quick Add to Cart” and “Quick Preview” features are provided by your premium theme.
The “Quick Add to Cart” and “Quick Preview” work flawlessly on archive pages like the shop page. You can easily verify this by testing the two products I have on the site. One is a variable product with different variations, and the other is a simple product with a decimal step.
The issue occurs when these products are loaded outside of archive pages, such as through the “Ajax Products Tabs” element offered by your theme or in the “Related Products” section on a single product page.
When the variable product, Test Variable Product, is loaded there, the min and max values seem to update correctly whenever an attribute value is changed(checked with inspect element on quantity field). However, the step value appears to be overridden to 1.Note: If I add the product to the cart, the step value works correctly within the cart widget.
Note 2: I see that the scripts responsible for updating the min, max, and step values are defined by
WooCommerce’s woocommerceQuantity.min.js script and the alg-wc-pq-variable.js script. I’m not sure if the order in which these scripts are loaded affects the behavior.Could you please let me know if you have any idea why this is happening and how to fix it?
Would you need any additional information or any specific actions from my side to assist in resolving this issue?Thank you.
In reply to: Need help with multiple things on the woodmart theme
Hi,
1. To populate the product tabs with the appropriate products, they must fall under the corresponding selected data source:
– All products – all the existing products would be displayed.
– Featured products – products marked as featured in Dashboard → Products → products having star sign. (screenshot: https://xtemos.com/wp-content/uploads/2024/08/Featured_Products.jpg)
– Sale Products – Products having regular and sale price (screenshot https://xtemos.com/wp-content/uploads/2024/08/Sales_Product.jpg).
– Products with NEW label – in order to show products with this label, you will need to activate labels in Theme Settings → Shop > Product labels → “New” label on products > “On”. Then it is necessary to configure a product to have a “New” label: enter the product editing mode, navigate down to Product Settings (custom meta box from theme) and mark up the checkbox for Add “New” label. (screenshot: https://xtemos.com/wp-content/uploads/2022/10/new-label-products-wd-7.jpg)
– Bestsellers – products most often purchased.
– List of ID – option to manually insert product regardless of category, tag, or product type.
– Top rated products – Products that have a review rating.2. In your screenshot, you are showing the Main menu element of the header builder (screenshot: https://imgur.com/yD3D51J). This element will display the WordPress menu assigned as “Main” in the WordPress menu settings. The “Main” menu is the one set using the “Main menu” option on the WordPress menu editing page (screenshot: https://monosnap.com/file/nyViaFQs6zb8cLHQqJBhhbNPwu18I3).
The menu you see by default after importing our demo content is called “Main navigation”, and it can be selected in the dropdown menu on the WordPress menu editing page (screenshot: https://monosnap.com/file/uYO4mjnl73YzHl6VyckJHKGhe4gkrj).
Additionally, for basic knowledge about creating menus on WordPress, you can refer to the official documentation: https://codex.wordpress.org/WordPress_Menu_User_Guide. More about WoodMart header builder functionality can be found in the WoodMart header builder documentation section https://xtemos.com/docs-cat/header-builder/?theme=woodmart.
3. By default, after importing our demo content, the “Browse categories” element in the header builder contains the “Categories” menu. The “Categories” menu includes all WooCommerce product categories present in the standard demo content.
You can edit the name, description, and image of categories in the respective WooCommerce section located at Dashboard → Products → Categories → “Your category name”.
The option responsible for the category icon when displayed as a menu in the header is called “Image for header menu” (screenshot: https://monosnap.com/file/cfEtzOrQiu4WqPEwMRRcoCB8EjWquX). Additional information can be found in our documentation: https://xtemos.com/docs-topic/product-category-menu/.
4. To change the featured image for blog posts, you need to:
- Navigate to the particular blog post that you want to change.
- Click the “Edit Post” button in the admin panel. (screenshot https://monosnap.com/file/SHzFRWlFEoH09wcvcFcgMpGkivfbvK)
- Add or replace the image in the panel on the right. (screenshot: https://monosnap.com/file/5dcG6jF7qogX9OGh5VpIZU5RvpSniI)
Kind Regards
In reply to: Shipping Methods Not Displaying Correctly
Updated message :
I’m experiencing issues with my WooCommerce store, specifically with shipping and payment methods not displaying correctly at checkout. Despite setting up shipping zones and methods for all relevant regions, the shipping field remains blank, and I’m seeing the following error message for payments:
“Sorry, it seems that there are no available payment methods.”Details of My Setup:
Shipping Zones:All regions, including Albania, are configured correctly with specific shipping methods assigned.
Debug mode for shipping shows no errors, and all products have weights, dimensions, and shipping enabled.
Payment Methods:Payment gateways (e.g., PayPal, Stripe) are configured and enabled for all zones.
Debugging logs for payment gateways show no errors, and the currency matches the supported currencies for the gateways.
Despite this, payment methods are not appearing at checkout.
Caching and Optimisation:Caching plugins and optimisation features have been disabled, and checkout pages have been excluded from caching.
Plugins and Themes:I’ve disabled all non-essential plugins and switched to the Storefront theme, but the issue persists.
Customisation Tools:I use Customily for product personalisation. I have tested checkout functionality with it disabled, but the issue remains unresolved.
Additional Information:
I’ve reviewed the WooCommerce system status to ensure that PHP is updated (7.4+), there are no outdated templates, and all database tables are functioning correctly.Could you please advise on how to resolve this? I’d be happy to provide any further information or screenshots if needed.
Thank you for your assistance!
Best regards,
Topic: Shipping Methods Not Displaying Correctly
in forum WoodMart support forumjosephdickinsonuk
ParticipantJanuary 18, 2025 at 5:31 pm #630815Hi there
I hope you’re well.
I’m experiencing issues with my WooCommerce store, specifically with shipping and payment methods not displaying correctly at checkout. Despite setting up shipping zones and methods for all relevant regions, the shipping field remains blank, and I’m seeing the following error message for payments:
“Sorry, it seems that there are no available payment methods.”Here are the details of my setup:
Shipping Zones:
All regions, including Albania, are configured correctly with specific shipping methods assigned.
Debug mode for shipping shows no errors, and all products have weights, dimensions, and shipping enabled.
Caching and Optimisation:Caching plugins and optimisation features have been disabled, and checkout pages have been excluded from caching.
Plugins and Themes:I’ve disabled all non-essential plugins and switched to the Storefront theme, but the issue persists.
Customisation Tools:I use Customily for product personalisation. I have tested checkout functionality with it disabled, but the issue remains unresolved.
Additionally, I’ve checked the WooCommerce system status, ensured PHP is updated, and confirmed that payment gateways are configured correctly for the regions I ship to.Could you please advise on how to resolve this? I’d be happy to provide any further information or screenshots if needed.
Thank you for your assistance!
Best regards,
JoeIn reply to: Want to switch from one theme to another
Hi skulkarni,
Thank you for reaching out to us with your query.
It is indeed possible to import a new demo to your site while retaining your existing products and text, even old demo content can be saved . However, I recommend taking a complete backup of your current site before proceeding with the import to ensure that no data is lost accidentally.
Another way can be creating a staging site (full copy of live site), there you will be able to do a test import. Please note that in case you skip old demo content deleting, new pages and images will be imported with additional IDs, which means some images can be messed up on newly imported pages.
Maybe it is better not to run a full new import, but to take particular sections from different demos using
Additional pages
import https://xtemos.com/docs-topic/installation-process/I hope this information is helpful.
Regards,
aimanryache
ParticipantNovember 18, 2024 at 10:28 am #612827Dear Support Team,
I am encountering several issues with my WoodMart template, and I would appreciate your assistance in resolving them:
Discount Table Not Visible:
I have configured the discount table settings for my products, but the table is not displaying correctly on the product page, as shown in the attached screenshots. For reference, I have included an example of how the discount table should appear versus how it currently appears on my website.“Buy Now” Button Customization:
I would like to customize or rename the “Buy Now” button to better suit my website’s language (Arabic). Could you please guide me on where I can modify the button text and behavior?Cart and Checkout Navigation Issue:
When I click on “View Cart” or “Proceed to Checkout,” the page does not redirect to the appropriate pages. Instead, it reloads the current page. Could you help identify what might be causing this issue and how to fix it?Additional Information:
The primary language of my website is Arabic.
I have attached screenshots for your reference.
Thank you in advance for your assistance. Please let me know if you need further details to resolve these issues.Best regards,
Attachments:
You must be logged in to view attached files.smart.sharukhkhan786
ParticipantNovember 9, 2024 at 3:07 pm #611041I’m creating an e-commerce website to sell computers. I want to add attributes that include tooltips for extra information, which is great, but I’d also like to display a message below some attribute value.
For example:
RAM: 32GB
Under the “32GB” label, I’d like to add a note like this:32GB RAM
You will find 2 RAM sticks (16GB x 2) inside the box. Install them with clean hands.Additionally, I want to display a similar product comparison list on the product page. Could you please guide me on how to set this up?
One more thing, how can I link any website URL on any attribute value or attribute? I sent you all the screenshots
Attachments:
You must be logged in to view attached files.tradeadaptkorea
ParticipantOctober 28, 2024 at 5:54 am #607915I am looking to redesign our set product page to better highlight the product and improve user experience. I’d appreciate your advice on implementing the following elements, particularly using Elementor, if possible. Here’s the layout we aim to achieve:
1. Main Image as a Banner
We want the main product image to appear at the top, similar to a banner format, to instantly catch the viewer’s attention.
2. Display Set Product Details
Directly below the banner, display a summary section showing the product name, a call-to-action “Shop Now” button, and other set details. This section should clearly define the purpose of the set, such as “Get Back on Top.”
3. Rotating Review Ratings
Include a carousel or rotating display to showcase select customer review ratings, allowing users to see positive feedback as they scroll.
4. Followed by Product Detail Section
Integrate our existing product detail page seamlessly below these sections, ensuring continuity with the previously structured information.
5. Tabbed Information Section
Add tabs for Description, Supplement Facts, and How to Use. This will organize detailed information in an accessible, user-friendly format.
6. Related Products / More You Might Like
Insert a section displaying related products or recommendations that users might be interested in, based on their current viewing.
7. Full Product Reviews at the Bottom
Lastly, provide a comprehensive reviews section at the bottom, showing full customer testimonials.
Could you please let me know if these steps can be accomplished with Elementor? Additionally, if you have any best practices or specific widgets in Elementor that would work well for this setup, that would be very helpful.Please check the enclosed image file, as we would like to make our changes to match it exactly.
Thank you for your guidance!Topic: Visual changes on Composite Product pages
in forum WoodMart support forumwildguitars
ParticipantSeptember 22, 2024 at 9:02 am #599152Greetings XTemos team! I hope everyone is doing well.
I have recently installed WooCommerce’s official Composite Products plugin and I’ve begun working on a template page that I will then duplicate to many additional pages.
I have been corresponding with WooCommerce support about some visual changes that I’d like to make, and they replied that I would need to discuss this with the theme developer which is why I am reaching out today.
1. In the area that shows the image and description of the selected component, I would like the ratio between the two columns to be 50/50 or perhaps 60/40.
So instead of this: https://prnt.sc/lKcmvgpWBwnC
It would be this: https://prnt.sc/lKcmvgpWBwnC
Basically like a standard product page: https://prnt.sc/9sGBcHS4JAMJ2. For mobile, at the moment it is two columns as well.. This needs to be changed to one column, and the color preview image needs to be moved so that it will be underneath the description, and above the color select dropdown menu
Screenshot #1: https://prnt.sc/ITsCb8zI4w-i
Screenshot #2: https://prnt.sc/l4SbM-VAylTH3. The next/previous component buttons are nearly invisible at the moment and I would like to make them more prominent. https://prnt.sc/SylpFK42LEVg
4. In mobile view, if the component title is long and takes up two rows, the rows overlap and don’t have enough spacing between them: https://prnt.sc/_Q27NIDJtH2o
If you have any additional tips or opinions on how to make the composite product pages more visually appealing, I would appreciate it!
I have included the login information and product link in the private content.
Thanks in advance for your assistance.
Best regards,
TomIn reply to: Listing product’s specified attribute taxonomies
Hello,
“Show attributes table after short description” will display all assigned attributes. Currently, the Woodmart theme doesn’t support using shortcodes to list specific attributes in chosen places.
Alternatively, Try to use the Theme’s Layout Builder you can create Custom Layouts for WooCommerce pages like Shop, Category, Single Product page, Cart, and Checkouts. So, you can use that to create your own custom layouts for a single product page and use the “product additional information table” widget and include or exclude the products.
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Best Regards
-
This reply was modified 10 months, 1 week ago by
Aizaz Imtiaz Awan.
In reply to: Can’t change primary color
Hello Will31st,
1. Are you referring to change the background color to mobile only?
2. For the Product Archive page, please navigate to Theme Settings > Product archives -> Products styles, here you can enable Even product grid for desktop option to align products if they have different height components.
You can enable it for specific devices as well https://prnt.sc/ASt5z0mmasuz
Please refer to article for more details https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/
3. There are 3 default tabs of WooCommerce:
+ The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.
+ Description Tab: This is the main description on the product page.
+ Reviews: Used to show customers’s reviews.
Best Regards.
cuonggym148
ParticipantJune 30, 2024 at 7:32 pm #576542Hello,
I have this feature enabled: Products > Attributes > Edit Attribute > Enable the option “Enable archives”.
But in “Product additional information table” (in product pages) links of the archived attributes are not working.I searched the forum and found out that I need to run Patcher number 568367.
But It doesn’t work for many reasons.
Sometimes I see the Patch, but when I click on it, I get the errorPatch with this ID does't exist
,
Sometimes I get errorcURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received
Sometimes I don’t see any Patch version at all.
(please see screenshot)Additional information: these attribute links were working properly before I changed to Woodmart Theme
Please check and resolve for me
-
This topic was modified 1 year ago by
cuonggym148.
Attachments:
You must be logged in to view attached files.In reply to: Custom Product Attributes on product archiv site
Hello,
Navigate to Theme Settings > Product Archive > Products Styles > Choose the style “Show Summary on Hover” and choose the “ Hover content” Additional Information. In this way you can show the additional content in archive pages.
If you want to disable this on a mobile device. Try to use the theme preset feature of our theme \
Here is our documentation on how to use theme presets. https://xtemos.com/docs-topic/theme-settings-presets/Best Regards.
In reply to: two questions
Hi fedorvasiliev.ru,
Thanks for reaching to us.
1. Product images
– For the Product Archive page, please navigate to Theme Settings > Product archives -> Products styles, here you can enable
Even product grid for desktop
option to align products if they have different height components.– Basically the product images are controlled by WooCommerce and the WoodMart theme doesn’t influence this. The size of the thumbnail you set should be larger than the size of the product thumbnail displayed on the shop page. If the thumbnail size is smaller than what the default size expects, it may appear blurry or not display correctly.
You can find the sizes used on the demo here:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/and Regenerate thumbnails using the appropriate plugin. https://wordpress.org/plugins/regenerate-thumbnails/
Here is the WooCommerce Manual:
https://woocommerce.com/document/fixing-blurry-product-images/2. The code below will help you to reorder the tabs. Please try to add the code below in the functions.php file in your child theme.
/** * Reorder product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 ); function woo_reorder_tabs( $tabs ) { $tabs['reviews']['priority'] = 33; // Reviews first $tabs['description']['priority'] = 4; // Description second $tabs['additional_information']['priority'] = 5; // Additional information third // Additional Tabs are from Theme Settings $tabs['wd_additional_tab']['priority'] = 1; $tabs['wd_additional_tab_2']['priority'] = 2; return $tabs; }
Best Regards.
In reply to: Defaullt Product layout, how to change FBT products
Hi themassapothecary,
1. Additional information tab
There are 3 default tabs of WooCommerce:
+ The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.
+ Description Tab: This is the main description on the product page.
+ Reviews: Used to show customers’s reviews.
2. Please record video and share with me for better understanding.
3. Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.
4. Please read documentation article for more details https://xtemos.com/docs-topic/how-to-add-filters-are-in-custom-shop-page/
Currently, there is no option to filter products by tags from WoodMart theme.
Regards,
Topic: Shop & Cart Page Elementor issue.
in forum WoodMart support forumHi, I have this website https://gardeners4u.com which uses woodmart theme for the e-shop.
Below are some of the issues I am facing:
1) There are some filters on the sidebar which I don’t want on the shop page. This filter is not present in the widget area so how should I remove or customise this. (Attaching image for reference)2) There is a prefooter area in the shop page which I want to disable. I have disabled pre footer in theme settings but it’s still there in the shop page. (Attaching image for reference)
3) The shop and cart page is not editable with Elementor (PS: I have the elementor pro installed)
4) After adding products to cart I am getting some additional information in the cart page which I don’t want, I want to have them removed. How do I do this. (Attaching image for reference)
5) The checkout page seems broken. Help me understand how do I integrate my own checkout page with the theme.
I’m on an urgent basis to get this project done so a quick response will be helpful. Thank you.
-
AuthorSearch Results
-
Search Results
-
Topic: Single product layout
Topic: Single product layout
Topic: General