Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author JC

    (@coder426)

    Hi there,

    You can use the short code feature of the button and put it in your WordPress template file from where the reviews are coming.

    That way it is possible to change button’s position.

    Product review stars are coming from your theme files so you will need to update your template file.

    Thanks

    Thread Starter spuri123

    (@spuri123)

    Are you able to guide me to the file path for the template file for the reviews?

    I am using Astra

    Plugin Author JC

    (@coder426)

    Sure, i will let u know.

    Please use the support option in the plugin and share the logins.

    Will check and let u know which template you will need to change.

    Thanks

    Thread Starter spuri123

    (@spuri123)

    [Solved]
    Hi used the following code in the functions.php file basically changing the position to be under that of title, category, review stars without need of using shortcode

    remove_action(‘woocommerce_after_shop_loop_item’, ‘wcatcbll_woo_template_loop_custom_button’, 10 );
    add_action(‘woocommerce_after_shop_loop_item’, ‘wcatcbll_woo_template_loop_custom_button’, 11 );

    Thanks and Regards,
    Sid

    Plugin Author JC

    (@coder426)

    Thanks for letting me know.

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Position of the Custom Add to cart Button’ is closed to new replies.