Changeset 2319792
- Timestamp:
- 06/07/2020 01:37:25 PM (6 years ago)
- Location:
- wp-window-shopper/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-window-shopper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-window-shopper/trunk/readme.txt
r2319787 r2319792 33 33 1. Install the plugin from your WordPress dashboard and activate it 34 34 2. Select the “Window Shopper” tab on the left side 35 3. Click “ New Template”and adjust the styling options to your linking35 3. Click “Create New” in the template section and adjust the styling options to your linking 36 36 4. Click “Next” in the bottom right of your screen and finally name and save your template 37 5. Next click “ New Box”in your WPWS dashboard37 5. Next click “Create New” in the Product Box section in your WPWS dashboard 38 38 6. Select a previously created Template and fill in link, title and description 39 39 7. Click “Next” in the bottom right of your screen and finally name and save your box -
wp-window-shopper/trunk/wp-window-shopper.php
r2319785 r2319792 87 87 global $wpdb; 88 88 global $wpws_product_boxes_table_name; 89 $result = $wpdb->get_results("SELECT json from " . $wpws_product_boxes_table_name . " WHERE id =" . $ID);89 $result = $wpdb->get_results("SELECT json from " . $wpws_product_boxes_table_name . " WHERE id =" . $ID); 90 90 return $result[0]->json; 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.