Changeset 3391238
- Timestamp:
- 11/06/2025 03:26:57 PM (5 months ago)
- Location:
- amaspace
- Files:
-
- 4 edited
-
tags/1.0.1/assets/js/template_script.js (modified) (1 diff)
-
tags/1.0.1/templates/template-ama-iframe.php (modified) (1 diff)
-
trunk/assets/js/template_script.js (modified) (1 diff)
-
trunk/templates/template-ama-iframe.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amaspace/tags/1.0.1/assets/js/template_script.js
r3391199 r3391238 46 46 }, 47 47 body: 48 "action=w c_add_to_cart&product_id=" +48 "action=woocommerce_add_to_cart&product_id=" + 49 49 encodeURIComponent(createdProductId), 50 50 }) -
amaspace/tags/1.0.1/templates/template-ama-iframe.php
r3391199 r3391238 6 6 plugins_url('../assets/js/template_script.js', __FILE__), 7 7 array(), 8 '1.0. 2',8 '1.0.3', 9 9 true 10 10 ); -
amaspace/trunk/assets/js/template_script.js
r3391199 r3391238 46 46 }, 47 47 body: 48 "action=w c_add_to_cart&product_id=" +48 "action=woocommerce_add_to_cart&product_id=" + 49 49 encodeURIComponent(createdProductId), 50 50 }) -
amaspace/trunk/templates/template-ama-iframe.php
r3391199 r3391238 6 6 plugins_url('../assets/js/template_script.js', __FILE__), 7 7 array(), 8 '1.0. 2',8 '1.0.3', 9 9 true 10 10 );
Note: See TracChangeset
for help on using the changeset viewer.