Changeset 3411810
- Timestamp:
- 12/05/2025 07:16:14 AM (3 months ago)
- Location:
- out-of-stock-affiliate-redirect
- Files:
-
- 4 added
- 2 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
trunk/out-of-stock-affiliate-redirect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
out-of-stock-affiliate-redirect/trunk/out-of-stock-affiliate-redirect.php
r3409816 r3411810 105 105 $btn_text = get_post_meta( $product->get_id(), '_oos_button_text', true ); 106 106 if ( empty( $btn_text ) ) { 107 $btn_text = __( 'Buy iton Amazon', 'out-of-stock-affiliate-redirect' );107 $btn_text = __( 'Buy on Amazon', 'out-of-stock-affiliate-redirect' ); 108 108 } 109 109 -
out-of-stock-affiliate-redirect/trunk/readme.txt
r3409852 r3411810 18 18 19 19 This lightweight plugin adds a simple field to your WooCommerce "Inventory" tab. If the product stock reaches 0, the "Add to Cart" button disappears (standard WooCommerce behavior), and our plugin inserts a call-to-action button linking to your backup source. 20 21 == Video Tutorial == 22 23 Watch how to use the Out of Stock Affiliate Redirect plugin: 24 25 https://www.youtube.com/watch?v=TiiC9NSL2WQ 20 26 21 27 = Features = … … 57 63 == Screenshots == 58 64 59 1. The main dashboard menu with instructions and features. 60 2. The input fields added to the WooCommerce Inventory tab. 61 3. The "Buy on Amazon" button appearing on an out-of-stock product. 65 1. Quick guide showing how to set up the Out of Stock Affiliate Redirect plugin. 66 2. Add your Alternative Buying URL directly in the WooCommerce product settings. 67 3. When a product is out of stock, the redirect button appears automatically. 68 4. Example of a standard out-of-stock product before enabling a redirect. 62 69 63 70 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.