WP Manifestindependent plugin directory

Rico Checkout V2

a wordpress plugin

by Rico · github.com/tuanhaviet22/rc

0stars
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/tuanhaviet22/rc/archive/refs/heads/main.zip

Readme

Rico Checkout V2

Custom isolated WooCommerce checkout page for /v2/.

Deploy/update

Build ZIP from this plugin directory's parent:

cd wp-content/plugins
zip -r ../../rico-checkout-v2.zip rico-checkout-v2 -x '*.DS_Store' -x '*/.git/*'

Upload the ZIP in WordPress Admin via:

Plugins → Add New → Upload Plugin → Replace current with uploaded

After updating, clear cache and verify:

  • /v2/ renders the V2 checkout for an admin user.
  • /kasse/ remains the original checkout.

Read the full README on GitHub →