Plugin Directory

Changeset 2319792


Ignore:
Timestamp:
06/07/2020 01:37:25 PM (6 years ago)
Author:
wpwindowshopper
Message:

bug fix

Location:
wp-window-shopper/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-window-shopper/trunk/readme.txt

    r2319787 r2319792  
    33331. Install the plugin from your WordPress dashboard and activate it
    34342. Select the “Window Shopper” tab on the left side
    35 3. Click “New Template” and adjust the styling options to your linking
     353. Click “Create New” in the template section and adjust the styling options to your linking
    36364. 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 dashboard
     375. Next click “Create New” in the Product Box section in your WPWS dashboard
    38386. Select a previously created Template and fill in link, title and description
    39397. 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  
    8787  global $wpdb;
    8888  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);
    9090  return $result[0]->json;
    9191}
Note: See TracChangeset for help on using the changeset viewer.