• Resolved igordmarques

    (@igordmarques)


    Gostaria de editar o posicionamento para que a informa??o de parcelamento fique exatamente em baixo do pre?o. Com posso fazer isso?

Viewing 1 replies (of 1 total)
  • Plugin Author carlosramosweb

    (@carlosramosweb)

    Olá, igordmarques (@igordmarques)
    Na fun??o public function __construct()tem

    add_action( 'woocommerce_after_shop_loop_item',  array( $this, 'woo_product_parceled_loop'), 10 );
    add_action( 'woocommerce_single_product_summary',  array( $this, 'woo_product_parceled_single_product'), 11 );
    add_action( 'woocommerce_cart_totals_after_order_total',  array( $this, 'woo_product_parceled_cart'), 20 );
Viewing 1 replies (of 1 total)
  • The topic ‘Editar posicionamento’ is closed to new replies.