Changeset 1964003
- Timestamp:
- 10/27/2018 08:34:22 AM (7 years ago)
- Location:
- rms-interaction/trunk
- Files:
-
- 2 edited
-
app/boot/RMSHook.php (modified) (1 diff)
-
rms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rms-interaction/trunk/app/boot/RMSHook.php
r1958514 r1964003 178 178 $item['price'] = $properties->product_line_subtotal/$properties->product_qty; 179 179 $item['name']=$product->name; 180 $item['description'] = get_post($properties->product_product_id)->post_excerpt;181 180 $item['image'] = wp_get_attachment_image_src( get_post_thumbnail_id( $properties->product_product_id ), 'single-post-thumbnail' )[0]; 182 181 $item['code'] = $properties->product_product_id; -
rms-interaction/trunk/rms.php
r1959608 r1964003 4 4 Plugin URI: https://rms.com.vn 5 5 Description: 6 Version: 1.6.2. 46 Version: 1.6.2.5 7 7 Author: Referral Marketing Solution (RMS) 8 8 */
Note: See TracChangeset
for help on using the changeset viewer.