WooCommerce

Manually Setting Discounts for Specific Products

Below is code that will set the price in a product's description and the cart based upon cookies. It can, obviously, be changed to suit whatever is on sale. This can be placed into the functions.php file.   function getDiscountIndex(){ $discounts = array( array('cookie' => '24_sale', 'product_id' => '15753', 'discount' => 0.5), array('cookie' => '24_sale', […]

Credit Card Test Mode in WooCommerce

Click WooCommerce Settings Payments Click on Manage button next to Credit Card Scroll down and click checkbox "If turned on, all orders will be approved (marked as paid in Infusionsoft) and credit card will not be charged." Uncheck when you don't want to test anymore    

Remove Force SSL WooCommerce Notification

The “Force SSL” option will show up under WooCommerce > Settings > Advanced PROVIDED the site is not loading via HTTPS already. If the site does load over HTTPS, the “Force SSL” option will be hidden. If you’d like to toggle “Force SSL” regardless of whether the site is loading via HTTPS, then you’d need […]

Shop URL's Not Loading? Try This

define( 'WPE_GOVERNOR', false ); Add the above language to the wp_config.php file -------- ALSO - try messing with the permalinks

Apply WooCommerce Coupon Via URL

Install the plugin in the DropBox Follow instructions here: https://github.com/cedaro/woocommerce-coupon-links Enjoy.