Changeset 2346779
- Timestamp:
- 07/26/2020 04:41:25 PM (6 years ago)
- Location:
- wc-vimeo
- Files:
-
- 9 edited
-
tags/0.0.3/readme.txt (modified) (1 diff)
-
trunk/.git/COMMIT_EDITMSG (modified) (1 diff)
-
trunk/.git/index (modified) (previous)
-
trunk/.git/logs/HEAD (modified) (1 diff)
-
trunk/.git/logs/refs/heads/master (modified) (1 diff)
-
trunk/.git/logs/refs/remotes/origin/master (modified) (1 diff)
-
trunk/.git/refs/heads/master (modified) (1 diff)
-
trunk/.git/refs/remotes/origin/master (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-vimeo/tags/0.0.3/readme.txt
r2265563 r2346779 65 65 This plugin works by setting meta data from the Vimeo video on the Product when you select a video. There are many ways to deliver this meta data to your users on purchase of a product. 66 66 67 One way is to create an email template in your theme. See the sample gist here: [https://gist.github.com/ astolfivincent/42cc9359d6b616675d70659e6de6f7a4](https://gist.github.com/astolfivincent/42cc9359d6b616675d70659e6de6f7a4)67 One way is to create an email template in your theme. See the sample gist here: [https://gist.github.com/vastolf/42cc9359d6b616675d70659e6de6f7a4](https://gist.github.com/vastolf/42cc9359d6b616675d70659e6de6f7a4) 68 68 69 69 Copy the content of the gist. In your theme (or child theme's) folder create a file at `/woocommerce/emails/customer-completed-order.php` and copy the contents of the gist into that file. So the full directory would be `/wp-content/themes/{your theme or child theme}/woocommerce/emails/customer-completed-order.php` -
wc-vimeo/trunk/.git/COMMIT_EDITMSG
r2265563 r2346779 1 Fixing typos in readme 1 Updating github link -
wc-vimeo/trunk/.git/logs/HEAD
r2265563 r2346779 7 7 394fd71b89784b51a284aa2fe95a71ec43d17635 21414111554371f03e1b49687c2da96138639a5d Vincent Astolfi <astolfivincent@gmail.com> 1584930242 -0600 commit: 0.0.3: Update readme stable tag 8 8 21414111554371f03e1b49687c2da96138639a5d a36c444162fefc273683d1e3b0c55dbf4b6c0f18 Vincent Astolfi <astolfivincent@gmail.com> 1584931050 -0600 commit: Fixing typos in readme 9 a36c444162fefc273683d1e3b0c55dbf4b6c0f18 54f1ae2800a0bf66c6d67c612ca6a214ff789eff Vincent Astolfi <astolfivincent@gmail.com> 1595781384 -0600 commit: Updating github link -
wc-vimeo/trunk/.git/logs/refs/heads/master
r2265563 r2346779 6 6 394fd71b89784b51a284aa2fe95a71ec43d17635 21414111554371f03e1b49687c2da96138639a5d Vincent Astolfi <astolfivincent@gmail.com> 1584930242 -0600 commit: 0.0.3: Update readme stable tag 7 7 21414111554371f03e1b49687c2da96138639a5d a36c444162fefc273683d1e3b0c55dbf4b6c0f18 Vincent Astolfi <astolfivincent@gmail.com> 1584931050 -0600 commit: Fixing typos in readme 8 a36c444162fefc273683d1e3b0c55dbf4b6c0f18 54f1ae2800a0bf66c6d67c612ca6a214ff789eff Vincent Astolfi <astolfivincent@gmail.com> 1595781384 -0600 commit: Updating github link -
wc-vimeo/trunk/.git/logs/refs/remotes/origin/master
r2265563 r2346779 6 6 394fd71b89784b51a284aa2fe95a71ec43d17635 21414111554371f03e1b49687c2da96138639a5d Vincent Astolfi <astolfivincent@gmail.com> 1584930247 -0600 update by push 7 7 21414111554371f03e1b49687c2da96138639a5d a36c444162fefc273683d1e3b0c55dbf4b6c0f18 Vincent Astolfi <astolfivincent@gmail.com> 1584931055 -0600 update by push 8 a36c444162fefc273683d1e3b0c55dbf4b6c0f18 54f1ae2800a0bf66c6d67c612ca6a214ff789eff Vincent Astolfi <astolfivincent@gmail.com> 1595781405 -0600 update by push -
wc-vimeo/trunk/.git/refs/heads/master
r2265563 r2346779 1 a36c444162fefc273683d1e3b0c55dbf4b6c0f18 1 54f1ae2800a0bf66c6d67c612ca6a214ff789eff -
wc-vimeo/trunk/.git/refs/remotes/origin/master
r2265563 r2346779 1 a36c444162fefc273683d1e3b0c55dbf4b6c0f18 1 54f1ae2800a0bf66c6d67c612ca6a214ff789eff -
wc-vimeo/trunk/readme.txt
r2265563 r2346779 65 65 This plugin works by setting meta data from the Vimeo video on the Product when you select a video. There are many ways to deliver this meta data to your users on purchase of a product. 66 66 67 One way is to create an email template in your theme. See the sample gist here: [https://gist.github.com/ astolfivincent/42cc9359d6b616675d70659e6de6f7a4](https://gist.github.com/astolfivincent/42cc9359d6b616675d70659e6de6f7a4)67 One way is to create an email template in your theme. See the sample gist here: [https://gist.github.com/vastolf/42cc9359d6b616675d70659e6de6f7a4](https://gist.github.com/vastolf/42cc9359d6b616675d70659e6de6f7a4) 68 68 69 69 Copy the content of the gist. In your theme (or child theme's) folder create a file at `/woocommerce/emails/customer-completed-order.php` and copy the contents of the gist into that file. So the full directory would be `/wp-content/themes/{your theme or child theme}/woocommerce/emails/customer-completed-order.php`
Note: See TracChangeset
for help on using the changeset viewer.