Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Inigo Gonzalez

    (@inigoini)

    Hi,

    I’m taking a look…

    Plugin Author Inigo Gonzalez

    (@inigoini)

    Hi,

    “Is Price defined by customer:” field is in Advanced tab.

    And it’s running!! in my test site, for detail product page (tcp-single-product.php) and catalogue page (loop-tcp-grid.php).

    Best regards

    Thread Starter alexnl

    (@alexnl)

    I had “price defined by customer” set, but I wasn’t calling tcp-single-product.php file in my loop.

    Got it all fixed.
    Thanks for getting back to me.

    Note, here is my code in case someone else has the same issue:
    <?php while ( have_posts() ) : the_post(); ?>
    <?php get_template_part( ‘includes/loop’ , ‘single-product’); ?>
    <?php endwhile; ?>

    then I copied tcp-single-product from the plugins/thecartpress/theme-templates/ to themes/name-of-theme/includes/

    and renamed it to loop-single-product.php

    Here’s the link to see what it looks like:
    https://www.pinosalon.com/product/gift-certificate/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘price defined by customer not appearing on product’ is closed to new replies.