Upturn Add To Cart page
A plugin that displays a page after a product is added to cart, with options to show cross sell products, sale products, bestsellers, and new products.
by Upturn Agency · github.com/upturnagency/upturn-addtocart · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/upturnagency/upturn-addtocart/archive/refs/heads/master.zipFrom the readme
Add To Cart plugin for WooCommerce by Upturn Agency
This plugin redirects the user to a page that shows cross sell products, bestsellers, news and products on sale.
Features
Display a countdown
You can display a reservation countdown below the product name to rush the customers to place their order. You can set the number of minutes to count down from in the plugin settings.
Install instructions
1. Upload the plugin zip to your WordPress installation
2. Set your preferred settings under WooCommerce - Settings - Products - Cross sells
3. Deactivate "Enable AJAX add to cart buttons on archives" under WooCommerce - Settings - Products - Display
How to add content to the cross sell page
We have added many actions you can hook into in the plugin.
- beforecrosssellactions
- beforecrosssellpage
- beforecrossselllocation1
- beforecrossselllocation2
- beforecrossselllocation3
- beforecrossselllocation4
Requirements
- WooCommerce 3.0.0 or higher
- PHP 7 or higher
Contribute
Styling of this plugin is done with .scss, and compiled with grunt.
To install grunt and needed modules run npm install in the /assets folder. Then run grunt.
To contribute make a fork of this repo, make your chang