Advertisement
afsarwebdev

woocommerce add to cart button

Apr 13th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //wc add to cart button
  2. // section class="woocommerce"
  3.  
  4. <a href="<?php echo $product->add_to_cart_url(); ?>" value="<?php echo esc_attr($product->get_id); ?>" class="button product_type_simple add_to_cart_button ajax_add_to_cart add-cart" data-product_id="<?php echo get_the_ID(); ?>"><?php _e('Add to cart', 'ic-core'); ?></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement