eitacarlos
Forum Replies Created
-
Forum: Plugins
In reply to: [Sales Countdown Timer] try to add countdown after single product summaryno. i just want he stay fixed on page like on desktop
Forum: Plugins
In reply to: [Sales Countdown Timer] try to add countdown after single product summaryhello, so i need the counter not to be floating in the mobile version but rather to be fixed the same in the pc version.
how to do this?Forum: Plugins
In reply to: [Sales Countdown Timer] try to add countdown after single product summaryok, but now i need show up the counter time after the button! what command do i need to add right after these lines of code?
Forum: Plugins
In reply to: [Sales Countdown Timer] try to add countdown after single product summaryHi, so…
help with this!to add cart button on final page i add this code:7
/** excerpt position change **/ add_action( 'woocommerce_after_single_product_summary', 'woocommerce_template_single_add_to_cart' ); function woocommerce_template_single_add_to_cart () { echo '<form class="cart" action="https://upnid.com/go/p24070?p=7v1ke" method="get"> <button type="submit" class="single_add_to_cart_button button alt">Comprar</button> <input type="hidden" name="p" value="7v1ke" /> </form>'; } remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
the ‘woocommerce_after_single_product_summary’ is a location where button is.
and the ‘woocommerce_template_single_add_to_cart’ is the function that the button will do.So, how i add the code for the countdown show after the button?
- This reply was modified 4 years, 12 months ago by eitacarlos.
Forum: Plugins
In reply to: [Sales Countdown Timer] try to add countdown after single product summaryNo, i don’t have any plugin to edit position button on woocommerce! I just edited functions.php line to button show up next footer page.