|
@@ -100,6 +100,7 @@ When a customer adds a photo product to the cart:
|
|
|
- On checkout, the file record is linked to the order and order item
|
|
- On checkout, the file record is linked to the order and order item
|
|
|
- In the order admin, order item thumbnails show the uploaded photo instead of the product image
|
|
- In the order admin, order item thumbnails show the uploaded photo instead of the product image
|
|
|
- The uploaded photo file name appears as order item metadata
|
|
- The uploaded photo file name appears as order item metadata
|
|
|
|
|
+- A **Download uploaded photo** button with the original file name is shown below the order item meta in admin
|
|
|
- Files linked to orders cannot be removed by the customer
|
|
- Files linked to orders cannot be removed by the customer
|
|
|
|
|
|
|
|
## Media Categories
|
|
## Media Categories
|
|
@@ -218,6 +219,7 @@ studiou-wc-free-photo-product/
|
|
|
| `woocommerce_store_api_checkout_order_processed` | Action | Links file record to order (block checkout) |
|
|
| `woocommerce_store_api_checkout_order_processed` | Action | Links file record to order (block checkout) |
|
|
|
| `woocommerce_thankyou` | Action | Fallback linking on thank-you page |
|
|
| `woocommerce_thankyou` | Action | Fallback linking on thank-you page |
|
|
|
| `woocommerce_admin_order_item_thumbnail` | Filter | Replaces order item thumbnail with uploaded photo |
|
|
| `woocommerce_admin_order_item_thumbnail` | Filter | Replaces order item thumbnail with uploaded photo |
|
|
|
|
|
+| `woocommerce_after_order_itemmeta` | Action | Shows download link for uploaded photo in order admin |
|
|
|
| `woocommerce_product_data_tabs` | Filter | Adds Free Photo product tab |
|
|
| `woocommerce_product_data_tabs` | Filter | Adds Free Photo product tab |
|
|
|
| `woocommerce_product_data_panels` | Action | Renders Free Photo settings panel |
|
|
| `woocommerce_product_data_panels` | Action | Renders Free Photo settings panel |
|
|
|
| `woocommerce_process_product_meta` | Action | Saves Free Photo product meta |
|
|
| `woocommerce_process_product_meta` | Action | Saves Free Photo product meta |
|