Home › Forums › WoodMart support forum › Woocommerce Features
Woocommerce Features
- This topic has 23 replies, 2 voices, and was last updated 5 years, 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 28, 2019 at 1:58 am #152746
epicsmParticipantHello
I have a few questions to help me fine tune my shop that I am a bit stuck on.
1) Breadcrumbs on the single product page. I have switched this off in the Page Title settings page but it is still showing on a single product page. Is there another setting somewhere where I can hide the display?
2) The product label for New products. Is there somewhere I can set per category rather than on each individual product page as I have over 500 new products and would like to use the New label on them
3) On the accordian tabs on the single product page, how can I remove or hide the Additional Information tab? Just this single tab as I will add my own custom one to the page with html block
4) My prices are not showing with ‘Inc VAT’ at the end. I have set up it up in Woocomemrce Tax settings page but it is not displaying on any of the prices.
Many thanks, this is such a great theme
October 28, 2019 at 11:59 am #152885
Aizaz Imtiaz AwanKeymasterHello,
1) To hide the breadcrumbs from the single product page. Kindly insert the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.single-product .woocommerce-breadcrumb { display:none; }
2) The “New” label can only be used for products it can’t be displayed category wise. But you can use our theme’s “Products (carousel or grid)” element in html block and select the “Product with NEW label” option from the dropdown.
Then used that html shortcode in your product category description.
Screenshot for clarification: https://jmp.sh/cZyado9
So that specific category will only shown the new products.
3) When you set showing an attribute on the product page, Woocommerce generates an additional information tab and shows the attribute. Check and disable this in attributes added to products.
4) As you want to display “Inc VAT” at the end of price.
You need to put “Inc VAT” at WooCommerce >> Settings >> Tax >> Price display suffix.
Screenshot: https://jmp.sh/WLLLo0Z
After doing this must clear your site and browser cache.Best Regards.
October 28, 2019 at 1:59 pm #152934
epicsmParticipantHello
1) Thank you
2) What I meant was rather than adding a new label on each individual product page if there was a way I could set a range of products globally. On my new catalogue there are over 500 new products so to add the label individually 500 times would take a long time to process. My idea was to assign all new products into a category called for example, ‘New for 2019’ and with the new label to assign any products in ‘New for 2019’ category with the new label. If this is not possible to do please can I request this as a feature for future releases?
3) Sorry please can you tell me where I set showing an attribute on the product page?
4) I have added ‘inc VAT’ as a suffix but it is not showing on the prices and I cannot see why. Please see screenshot https://prnt.sc/pp6559
I have two more questions:
5) I have never been able to show on the related products section actual related products to the product i.e products from the same category. I think it is a woocommerce thing. Would you have any idea how I might be able to show related products from the same category? (rather than going through every product and assigning as an upsale as I have over 2,500 products)
6) I really do love the sub categories showing in the category title. This is so good. However I just need to hide the sub categories from displaying for the ‘shop’ page only as it it is showing every category and become a long list. Is there a css I can use to hide just for the shop page only? https://prnt.sc/pp6iw8
Many thanks with all your help
October 28, 2019 at 3:28 pm #152966
Aizaz Imtiaz AwanKeymasterMost Welcome,
2) I got your point. Currently it is not possible to directly create a product category which contains all the products which contains new label.
But it is possible to achieve if you create an html block and used the “Products (carousel or grid)” element and then select the “Product with NEW label” option from the dropdown.
Screenshot: https://jmp.sh/T5t9SQe
After that you can use the short code of that html block in the description of your new product category.
Screenshot: https://jmp.sh/2EYgtpx
3) You need to uncheck the “Visible on the product page” option form the Single product page attributes option.
Screenshot: https://jmp.sh/2UmqAtF
4) As your price suffix is not shown. It might be some third party plugin which conflicts with the default WooCommerce functionality. Could you please check this with some default theme like twenty-nineteen.
5) You need to select the same category for the products and they will be shown in the related products section.Or you can also use tags for the related products. There is no other way except for this option to display related products .
6) Yes, you can hide the sub-categories from the shop page title by enabling the “Show current category ancestors” option from the Theme Settings >> Shop >> SIDEBAR & PAGE TITLE.
Best Regards.
October 28, 2019 at 9:31 pm #153035
epicsmParticipantThank you for your replies.
2) I have followed the instructions but the green New badge icon is not appearing on the productimage.These are my settings https://prnt.sc/ppcbm5
3) Most of my products are simple and have no variations or attributes. This is what I am trying to hide https://prnt.sc/ppcgfx Just the default Woocommerce additional information tab.
4) I have found where the issue was. On each product the Tax Status field should be set to Taxable. On my products it was set to none. Took me a good while to find this!
5) Where do I select the same category? I would love to solve the related products so related products in the category are displayed
6) I have solved this by switching off the title on the ‘Shop’ page settings. I really love this feature so now the sub categories display on the categories title section except for the shop page
Many thanks
October 28, 2019 at 11:00 pm #153040
epicsmParticipantHello
6) I haven’t switched off the title on just the shop page and it has turned the title off on all pages. Is there any css or anything so the title with sub categories is off just on the woocommerce default ‘shop’ page but on for all the others?
October 29, 2019 at 6:59 am #153074
Aizaz Imtiaz AwanKeymasterMost Welcome,
2) I have seen you screenshot. You do not have to select a category from the categories or tag option. I described you to create an html block and then use the short code inside the specific category description from the Products >> Categories: https://jmp.sh/2EYgtpx
3) As you said that most of your products do not have variations. You can share the URL of specific product in which that tab exist so I can remove the “Additional Information” tab for you. Also share the login credentials of your site.
4) I’m glad that you resolved the issue by yourself. You are the best.
5) You can 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 these three products the other remaining 2 products will be shown.
6) We do not need to write CSS code to achieve this. You can simply display the title again by edit those pages title section.
Remember that if you switched off the title of shop page then the categories and subcategories also did not shown the title.
Best Regards.
October 30, 2019 at 12:38 am #153336
epicsmParticipantHello again!
2) I did this originally but the green sale badge did not display on the product so I added the category to see if this worked. I have removed the category and the green sales badge is still not displaying on the product/s in the New for 2019 category.
3) I found a php snippet which has removed the additional information tab
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘additional_information’] );
return $tabs;
}
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
add_filter(‘gettext’, ‘change_rp_text’, 10, 3);
add_filter(‘ngettext’, ‘change_rp_text’, 10, 3);5) This is a woocommerce thing and I was hoping you might have a resolution as it never works and I have selected categories. I have got around this problem now by renaming the title to ‘Other Products You Might Like’.
function change_rp_text($translated, $text, $domain)
{
if ($text === ‘Related products’ && $domain === ‘woocommerce’) {
$translated = esc_html__(‘Other Products You Might Like’, $domain);
}
return $translated;
}6) Where do I edit the page titles section I need to display? This is what I am trying to achieve https://prnt.sc/ppw9nb
Many thanks
October 30, 2019 at 6:44 am #153352
Aizaz Imtiaz AwanKeymasterHello,
2) Kindly share your login credentials so I can check and set an example category which displays all the products with NEW label.
3) I’m glad that you resolved the issue by yourself. You are the best. Thanks for sharing the code snippet that might help someone.
4) Deactivate your third party plugins and share you login credentials so I can test your related products section inside the product page and help you out and thanks for sharing that code here.
6) If you want to display the page title of the shop page. Then enable the “Shop title” option from the Theme Settings >> Shop >> SIDEBAR & PAGE TITLE and from the shop page title section you have to uncheck the “Disable Page title” option.
Screenshot for clarification: https://jmp.sh/KP7JIe6
But in your screenshot the title is not displaying so to achieve that look you can simply checked the “Disable Page title” option from the shop edit page and disable the “Shop title” from Theme Settings >> Shop >> SIDEBAR & PAGE TITLE.
Best Regards.
October 30, 2019 at 12:20 pm #153443
epicsmParticipantHello
Many thanks for your reply.
The login credentials is below in private credentials
For number 6) I have tried but it didn’t achieve what I was trying to. For the default woocomemrce ‘shop’ page when you click on ‘shop’ page I need the title off but on for all the other category pages the title on with sub categories.
Many thanks
October 30, 2019 at 12:58 pm #153453
Aizaz Imtiaz AwanKeymasterMost Welcome,
Your dashboard is not accessible it shown this: https://jmp.sh/bVSpZdt
Actually the categories and subcategories inherits the settings of shop page. So it is not possible to disable the title on shop page and enable the title on categories page.
Best Regards.
October 30, 2019 at 1:38 pm #153462
epicsmParticipantHello
My site is securely protected now after the malware attacks. Please can you send me your IP address and I can add it to the whitelist so you will be able to access.
Good to know the firewall is working!
6) The only reason I wanted to disable the title on the shop page was because it obviously shows all categories and became a long list. I’ll live with it and try to avoid links to my shop page as much as possible. I really love the sub categories showing in the title for all my categories and is also really helpful for potential customers.
Regards
October 30, 2019 at 2:00 pm #153468
Aizaz Imtiaz AwanKeymasterHello,
My IP Address: 192.168.43.172.
Yes your firewall is working. That’s why I can’t access.You can try the “Show current category ancestors” option from Theme Settings >> Shop >> SIDEBAR & PAGE TITLE.
Also if you do not want to display categories in page title you can disable it by disabling the option “Categories in page title” from Theme Settings >> Shop >> SIDEBAR & PAGE TITLE.
Best Regards.
October 30, 2019 at 2:09 pm #153481
epicsmParticipantHello
It won’t let me add your IP saying it is invalid. I have sent a ticket to support and will let you know when I have successfully added the IP
Thanks
October 30, 2019 at 2:24 pm #153487
Aizaz Imtiaz AwanKeymasterHello,
Waiting for your next reply.
Best Regards.
October 31, 2019 at 2:36 am #153626
epicsmParticipantHello
I am still waiting for the IP to be resolved.
In the meantime I am doing the menus and have a few questions:
10) Do you know a way of creating a menu with all the categories and sub categories without having to do it one by one on Appearance > Menu? I have 354 categories and it will take forever to add one by one the WordPress way. Plus a lot of categories are the same name eg, glass as there are glass products in a number of parent categories. When I search it brings up 10+ glass categories and it takes ages to find the one that relates to a particular category….. is there a way maybe using an html block or is there a plugin that does the job?
11) On the ‘Show Sidebar’ it did list the category hierarchy automatically when I imported the products but now it has lost them and is blank. I probably declicked a setting or something? How do I get the category hierarchy on the ‘Show Sidebar’?
12) Ive created a mega menu and need to change the text colour and size. I created an extra class called ‘mega-menu-categories’ and in the global css made the amendments but it doesn’t do it. Am I doing something wrong? https://prnt.sc/pqf9ac
13) I am trying to add a font awesome to a menu page but it just creates a blank space on the front end to the left of menu title. I added ‘fa-trophy’. When I try ‘fa fa-trophy’ it displays a different icon. What am I doing wrong? https://prnt.sc/pqf9si
Many thanks
October 31, 2019 at 7:15 am #153663
Aizaz Imtiaz AwanKeymasterHello,
10) No, there is no such option available currently which can create a menu which added all the categories and subcategories at once. You have to add your menu items one by one from the Appearance >> Menu. For the search issue. You can use unique name for categories. I can’t suggest you any third party plugin for this functionality. You can find it by yourself and test it in your site.
11) If you want to add the product categories in your sidebar. You need to go to Appearance >> Widgets >> Shop Page Widget Area and add the widget “Product Categories”.
Screenshot for clarification: https://jmp.sh/EvAkTMN
12) As you said you created a mega menu and you need to change the text color and size. You can simply change the size and text color directly by edit those items as you used the Wp-bakery page builder.
OR, If you want to change the color and size with the extra class. Then you can use your custom CSS code in the same page CSS settings. You do not need to use your code in the global custom CSS.
Screenshot: https://jmp.sh/TJmlsbn
13) You do not need to use “fa” while using a font in menus. Simply used the “trophy” and the “fa” will automatically added.
Best Regards.
October 31, 2019 at 1:10 pm #153859
epicsmParticipantHello
10) I wish WordPress would have a feature that you click and all the pages create as per your product category hierarchy. When you view all pages it is not in order of the hierarchy and in alphabet order. I’ll look into this further and have an idea that might work. On the mobile version I love the the 2 tabs for the side menu in Woodmart with the 2nd one showing all categories. I can get the main categories but want to perfect it and somehow get the sub categories too without needing to do it manually which will take forever
11) Thank you
12) I cannot get this to work. https://prnt.sc/pqn79k I cannot see anywhere on the settings where I can change normally https://prnt.sc/pqn894 When you login to my site please could you show me. The mega menu on the front end is ‘trophy categories’
13) Thank you (the one thing I did not try!)
I had a reply from Sucuri re the IP. Please see in private
Many thanks
October 31, 2019 at 1:59 pm #153882
Aizaz Imtiaz AwanKeymasterHello
10) I appreciate your suggestion to make the categories menu perfect. We will try to consider this in the nearest future update of theme.
11) Most Welcome.
12) While edit your mega menu with Wp-Bakery you can directly edit those elements by clicking on the pencil icon in which the text exist then change the color and font size. In case if there is no option for font size and color then you can create your custom class and change those things.
13) Most Welcome. Yes I have checked the private content. When I check my IP on your provided link it shows this IP “119.160.68.173”.
Best Regards.
October 31, 2019 at 2:24 pm #153895
epicsmParticipantHello
Ive added the IP to my whitelist so hopefully you can log in now?
Also I have just updated the theme to the latest version released yesterday. Please could you take a look at the category headings under ‘New for 2019’ on the home page as something has gone wrong and they are all bunched up. Maybe it is a new setting? https://prnt.sc/pqoj2n
Kind Regards
November 1, 2019 at 5:54 am #154011
Aizaz Imtiaz AwanKeymasterHello,
No, I can’t login it still shown “Access Denied – Sucuri Website Firewall”:
Yes, I have seen your site categories menu. It shown screwed. Try to switch to the parent version if you currently using child theme. Also try to undo your custom CSS code if you have any.
Then deactivate your third party plugins which are not required by the theme and clear your site and browser cache and then check back. This will surely fix the issue.
Best Regards.
November 1, 2019 at 12:31 pm #154109
epicsmParticipantHello
Please can you try and log in now?
I tried what you suggested and the customisation is still the same. Since the update it has affected other areas such the quantity button on single products. https://prnt.sc/pr3tb6
When I upgraded it did ask to upgrade a CSS file which I did and I think this is what has happened. I have gone back to a previous version and upgraded again but it hasn’t got rid of the problem
Regards
November 1, 2019 at 1:32 pm #154142
epicsmParticipantHello
I think I have resolved the CSS issue. By replacing the new style.css file with the one before I did the update. The customisation all looks to be back to normal now
Regards
November 1, 2019 at 2:04 pm #154148
Aizaz Imtiaz AwanKeymasterHello,
I’m glad that you resolved the styling issue by yourself. You are the best.
Feel free to write back for further assistance. we are always here to help you 🙂
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Woocommerce Features’ is closed to new replies.
- You must be logged in to create new topics. Login / Register