Customizing; Help Me
Author | Posts |
---|---|
April 10, 2014 at 2:06 pm 18453 | |
Hi. I have two concerns that I cant seem to fix.
1. In the demo one of the products has the details instead of the add to cart as seen in this image. How can I do this?
![]() | |
April 10, 2014 at 3:28 pm 18456 | |
1. If your product is a variable product, then this happens. 2. Open /includes/template-tags.php and see at function Now add this function to your functions.php, should work. <label class="radio"> add_action( ‘woocommerce_register_form_start’, ‘dokan_seller_type_chose_registration’ ); Remember, you’ll lose the changes once any update comes. |