Home Forums Basel support forum Customize Product Page

Customize Product Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5407

    Aeriform
    Participant

    Hey guys!

    How possible would it be to customize the product pages to be able to have a slider at the top? And also maybe a sticky info bar at the bottom similar to the way this works:

    http://undonyc.com/product/backpack-ethnic-jacquard/

    I cant use visual composer in woocommerce products pages so I couldn’t add a slider on top, do you have different recommendations?

    #5413

    Artem Temos
    Keymaster

    Hello,

    Thank you for using our theme, the website looks awesome 🙂

    Currently the only one place you can use Visual Composer for your products it is “Description” field in admin panel (if you don’t see VC interface there you can turn it on in Visual Composer -> Role manager -> Post types).

    If you want to place your Visual Composer based content to the top on the product page you may need to perform additional customization. Edit (or override in the child theme) a file basel/woocommerce/content-single-product.php and place this code whenever you want to see the description

    <?php the_content(); ?>

    Hope this will help you.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)