Prasad Nevase
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to make Widget Thumbnail Images to become linksI checked product related widgets. All product related widgets use
content-widget-product.php
template. If you closely check on front end, the title & thumbnail image already has link. Check this screenshot.Forum: Plugins
In reply to: [WooCommerce] Woocommerce signup not workingCan you share the website link please where the popup issue can be seen?
Forum: Plugins
In reply to: [WooCommerce] allign bottom of product imagesI tried following CSS in web inspector and it worked fine. The result looks like this. Please give it a try:
.cell { min-height: 350px; } .product { position: absolute; bottom: 20px; left: 15px; right: 15px; }
Forum: Plugins
In reply to: [WooCommerce] Goods with a price of 0Did you check the setting on backend? If not look at WooCommerce > Settings > Products > Display and in that select Sort by price (asc) option for Default Product Sorting.
Forum: Plugins
In reply to: [WooCommerce] Disable cart functionalityPlease check this answer on stackoverflow. You will also need to limit the item’s quantity to only one per order while setting up a product/service from backend.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce change list 2 with list 1 base on variationsGlad to know that you are all set. Please feel free to get in touch in future. For now you may change the status of this topic to resolved (check on left side).
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Categories Are Not Showing@williamews – The permalink suggestion was for another user. Could you please share your website front end link?
This is a good example why a separate topic shall be created for separate issue ??
- This reply was modified 8 years, 4 months ago by Prasad Nevase. Reason: Corrected the reply
Thanks for sharing the link.
Few questions:
- Have you written any custom js or php code to play with password strength meter?
- What is the need for this js?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Categories Are Not Showing@joelfelkins – please go to Settings > Permalinks and cross check if the Product Permalinks has the custom base selected with following value:
/store/%product_cat%
@williamews – could you please share your website front end link? I do not need admin access. I will try to judge from front regarding what may have caused this.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce change list 2 with list 1 base on variationsFor that you need to create Attribute 1.1 with values 2.1, 2.2, 2.3 and attribute 1.2 with values 2.4, 2.5
Then go to variations and from the drop down besides it select link all variations and click on “Go” button.
It will generate all possible variations for 1.1 and 1.2 with all values. Now remove 2.4 and 2.5 from from linked variations(not the values from parent attribute). And then save the product.
Visit the product on front end. You will see two drop downs. First one will have values 1.1 & 1.2 Now if you select 1.1 it will show only 2.1,2.2,2.3 and when you select 1.2 from first drop down then it will show 2.4 and 2.5
This can very well be mapped with T shirt product which is available in 2 colors and 3 sizes. Color & Size becomes attributes. And you can add values under it.
1. Color
2.1 Black
2.2 Green
2.3 RedSize
2.4 L
2.5 XLNow when you link all variations from variations section of edit product page, it will generate all possible permutations & combinations. But if you don’t sell XL size in Green Color then you can simply remove that from the generated variations. On front end when you select Red from color drop down, it will show only L. Whereas if you select other coloe it will show both sizes.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Categories Are Not ShowingCan you share your website link please?
Forum: Plugins
In reply to: [WooCommerce] Layered Nav not displayingOR you don’t have archives enabled for your product attributes. Please read this one carefully.
Forum: Plugins
In reply to: [WooCommerce] Layered Nav not displayingPlease see if the permalink settings which were discussed long ago on this thread helps you solve this. Here is another thread where flushing permalinks help resolve this issue.
Forum: Plugins
In reply to: [WooCommerce] Bugged checkout pageHi nicocaldo. Sorry to know that you are facing this issue. I closely checked and observed that you are using 15zine theme from the themeforest. Since this is not actually an issue associated with WooCommerce, I suggest you please get in touch with theme support for faster assistance.
Please feel free to revert if you face any trouble with WooCommerce plugin.
Please share the website link where you are facing problem.