This topic has 5 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
1.i have selecetd the shop page –> WooCommerce > Settings > Products > General–products page.
2.i did —- Appearance > Customize > WooCommerce > Product catalog > Shop page display > choose categories.
3.I needed 4 products categories in a row in product page -( http://saibabamachines.com.cp-45.webhostbox.net/products/ )
4.by following the steps it effecting all the product categories pages and the sidebar is missing. (for eg. http://saibabamachines.com.cp-45.webhostbox.net/product-category/cnc-lathes/ )
5.some link of send enquiry redirect to particular product pages but some link of send enquiry on home page its redirect to add to wishlist.(Remove add to wishlist link and it should redirect to particular product pages.)
6.or else how to give custom link to send enquiry on hover on product(http://saibabamachines.com.cp-45.webhostbox.net)
done with the above points please give solutions for the below points asap.
5.some link of send enquiry redirect to particular product pages but some link of send enquiry on home page its redirect to add to wishlist.(Remove add to wishlist link and it should redirect to particular product pages.)
6.or else how to give custom link to send enquiry on hover on product(http://saibabamachines.com.cp-45.webhostbox.net)
Hello,
Sorry for the delay due to the weekends. Please do not create duplicate requests.
You can edit (woopress/woocommerce/content-product-slider.php and woopress/woocommerce/content-product.php) via your child theme. Copy content-product-slider.php and content-product.php into child-theme/woocommerce folder and remove/change this line http://prntscr.com/mzct5g If the custom link should be the same for all products simply write it there. If every your product will have different custom links, you can set such link for all your products via Custom Fields https://prnt.sc/mzctxz and use this code http://prntscr.com/mzcv4w <a href="<?php echo get_post_meta( $post->ID, 'my-custom-link', true ); ?>">Custom-link</a>">Custom-link</a>
to display it here – https://prnt.sc/mzcvp8
Please note that additional customization is outside the scope of basic theme support according to ThemeForest support policy.
Regards
Custom field is not visible to provide link on product pages
http://prntscr.com/n0baip
Hello,
Please open Screen Options and enable Custom Fields there – http://prntscr.com/n0c8py
Regards
You must be logged in to reply to this topic.Log in/Sign up