Advertisement
Guest User

sql

a guest
Nov 18th, 2020
800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 256.50 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.8.4
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: Jul 26, 2019 at 09:21 AM
  7. -- Server version: 10.1.37-MariaDB
  8. -- PHP Version: 7.3.0
  9. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  10. SET AUTOCOMMIT = 0;
  11. START TRANSACTION;
  12. SET time_zone = "+00:00";
  13. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  14. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  15. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  16. /*!40101 SET NAMES utf8mb4 */;
  17. --
  18. -- Database: `pedona_theme`
  19. --
  20. -- --------------------------------------------------------
  21. --
  22. -- Table structure for table `oc_extension`
  23. --
  24. DROP TABLE IF EXISTS `oc_extension`;
  25. CREATE TABLE IF NOT EXISTS `oc_extension` (
  26.   `extension_id` INT(11) NOT NULL AUTO_INCREMENT,
  27.   `type` VARCHAR(32) NOT NULL,
  28.   `code` VARCHAR(32) NOT NULL,
  29.   PRIMARY KEY (`extension_id`)
  30. ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=utf8;
  31. --
  32. -- Dumping data for table `oc_extension`
  33. --
  34. INSERT INTO `oc_extension` (`extension_id`, `type`, `code`) VALUES
  35. (1, 'payment', 'cod'),
  36. (2, 'total', 'shipping'),
  37. (3, 'total', 'sub_total'),
  38. (4, 'total', 'tax'),
  39. (5, 'total', 'total'),
  40. (6, 'module', 'banner'),
  41. (7, 'module', 'carousel'),
  42. (8, 'total', 'credit'),
  43. (9, 'shipping', 'flat'),
  44. (10, 'total', 'handling'),
  45. (11, 'total', 'low_order_fee'),
  46. (12, 'total', 'coupon'),
  47. (13, 'module', 'category'),
  48. (14, 'module', 'account'),
  49. (15, 'total', 'reward'),
  50. (16, 'total', 'voucher'),
  51. (17, 'payment', 'free_checkout'),
  52. (18, 'module', 'featured'),
  53. (19, 'module', 'slideshow'),
  54. (20, 'theme', 'default'),
  55. (21, 'dashboard', 'activity'),
  56. (22, 'dashboard', 'sale'),
  57. (23, 'dashboard', 'recent'),
  58. (24, 'dashboard', 'order'),
  59. (25, 'dashboard', 'online'),
  60. (26, 'dashboard', 'map'),
  61. (27, 'dashboard', 'customer'),
  62. (28, 'dashboard', 'chart'),
  63. (29, 'report', 'sale_coupon'),
  64. (31, 'report', 'customer_search'),
  65. (32, 'report', 'customer_transaction'),
  66. (33, 'report', 'product_purchased'),
  67. (34, 'report', 'product_viewed'),
  68. (35, 'report', 'sale_return'),
  69. (36, 'report', 'sale_order'),
  70. (37, 'report', 'sale_shipping'),
  71. (38, 'report', 'sale_tax'),
  72. (39, 'report', 'customer_activity'),
  73. (40, 'report', 'customer_order'),
  74. (41, 'report', 'customer_reward'),
  75. (42, 'advertise', 'google'),
  76. (43, 'module', 'ptcontrolpanel'),
  77. (44, 'module', 'ptlayoutbuilder'),
  78. (45, 'module', 'ptmenu'),
  79. (46, 'module', 'ptstaticblock'),
  80. (47, 'module', 'ptslider'),
  81. (48, 'module', 'ptblog'),
  82. (50, 'module', 'ptnewsletter'),
  83. (51, 'module', 'ptajaxlogin'),
  84. (52, 'module', 'ptsearch'),
  85. (66, 'module', 'ptproducts'),
  86. (56, 'module', 'html'),
  87. (64, 'module', 'pttestimonial'),
  88. (65, 'module', 'ptinstagram');
  89. -- --------------------------------------------------------
  90. --
  91. -- Table structure for table `oc_extension_install`
  92. --
  93. DROP TABLE IF EXISTS `oc_extension_install`;
  94. CREATE TABLE IF NOT EXISTS `oc_extension_install` (
  95.   `extension_install_id` INT(11) NOT NULL AUTO_INCREMENT,
  96.   `extension_download_id` INT(11) NOT NULL,
  97.   `filename` VARCHAR(255) NOT NULL,
  98.   `date_added` datetime NOT NULL,
  99.   PRIMARY KEY (`extension_install_id`)
  100. ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;
  101. --
  102. -- Dumping data for table `oc_extension_install`
  103. --
  104. INSERT INTO `oc_extension_install` (`extension_install_id`, `extension_download_id`, `filename`, `date_added`) VALUES
  105. (33, 0, 'ptcontrolpanel.ocmod.zip', '2019-03-20 10:39:14'),
  106. (9, 0, 'ptsearch.ocmod.zip', '2019-01-09 19:15:31'),
  107. (39, 0, 'ptthemecustom.ocmod.zip', '2019-06-16 09:51:22');
  108. -- --------------------------------------------------------
  109. --
  110. -- Table structure for table `oc_extension_path`
  111. --
  112. DROP TABLE IF EXISTS `oc_extension_path`;
  113. CREATE TABLE IF NOT EXISTS `oc_extension_path` (
  114.   `extension_path_id` INT(11) NOT NULL AUTO_INCREMENT,
  115.   `extension_install_id` INT(11) NOT NULL,
  116.   `path` VARCHAR(255) NOT NULL,
  117.   `date_added` datetime NOT NULL,
  118.   PRIMARY KEY (`extension_path_id`)
  119. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  120. -- --------------------------------------------------------
  121. --
  122. -- Table structure for table `oc_layout`
  123. --
  124. DROP TABLE IF EXISTS `oc_layout`;
  125. CREATE TABLE IF NOT EXISTS `oc_layout` (
  126.   `layout_id` INT(11) NOT NULL AUTO_INCREMENT,
  127.   `name` VARCHAR(64) NOT NULL,
  128.   PRIMARY KEY (`layout_id`)
  129. ) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=utf8;
  130. --
  131. -- Dumping data for table `oc_layout`
  132. --
  133. INSERT INTO `oc_layout` (`layout_id`, `name`) VALUES
  134. (23, 'Store 3 - Account Page Layout'),
  135. (24, 'Store 3 - Blog Post Page Layout'),
  136. (25, 'Store 3 - Category Page Layout'),
  137. (26, 'Store 3 - Default Page Layout'),
  138. (27, 'Store 3 - Home Page Layout'),
  139. (28, 'Store 3 - Mobile Layout'),
  140. (29, 'Store 3 - Product Page Layout');
  141. -- --------------------------------------------------------
  142. --
  143. -- Table structure for table `oc_layout_module`
  144. --
  145. DROP TABLE IF EXISTS `oc_layout_module`;
  146. CREATE TABLE IF NOT EXISTS `oc_layout_module` (
  147.   `layout_module_id` INT(11) NOT NULL AUTO_INCREMENT,
  148.   `layout_id` INT(11) NOT NULL,
  149.   `code` VARCHAR(64) NOT NULL,
  150.   `position` VARCHAR(14) NOT NULL,
  151.   `sort_order` INT(3) NOT NULL,
  152.   PRIMARY KEY (`layout_module_id`)
  153. ) ENGINE=MyISAM AUTO_INCREMENT=2558 DEFAULT CHARSET=utf8;
  154. --
  155. -- Dumping data for table `oc_layout_module`
  156. --
  157. INSERT INTO `oc_layout_module` (`layout_module_id`, `layout_id`, `code`, `position`, `sort_order`) VALUES
  158. (2142, 29, 'ptstaticblock.41', 'position7', 0),
  159. (1876, 28, 'ptstaticblock.45', 'position9', 0),
  160. (2141, 29, 'ptstaticblock.173', 'position6', 0),
  161. (2221, 23, 'account', 'column_right', 0),
  162. (2220, 23, 'ptstaticblock.45', 'position9', 0),
  163. (2172, 26, 'ptstaticblock.41', 'position7', 0),
  164. (2173, 26, 'ptstaticblock.45', 'position9', 0),
  165. (1874, 28, 'ptstaticblock.41', 'position7', 0),
  166. (1873, 28, 'ptstaticblock.173', 'position6', 0),
  167. (2157, 27, 'ptstaticblock.173', 'position6', 0),
  168. (1872, 28, 'ptnewsletter.42', 'position5', 0),
  169. (2156, 27, 'ptnewsletter.42', 'position5', 0),
  170. (2171, 26, 'ptstaticblock.173', 'position6', 0),
  171. (2191, 25, 'ptstaticblock.45', 'position9', 0),
  172. (1871, 28, 'ptmenu.35', 'position3', 0),
  173. (2170, 26, 'ptnewsletter.42', 'position5', 0),
  174. (2169, 26, 'ptmenu.35', 'position3', 0),
  175. (2155, 27, 'ptmenu.35', 'position3', 0),
  176. (2190, 25, 'ptstaticblock.41', 'position7', 0),
  177. (1870, 28, 'ptlayoutbuilder.68', 'content_top', 0),
  178. (2154, 27, 'ptmenu.211', 'position2', 0),
  179. (2168, 26, 'ptmenu.211', 'position2', 0),
  180. (2188, 25, 'ptnewsletter.42', 'position5', 0),
  181. (2219, 23, 'ptstaticblock.41', 'position7', 0),
  182. (2189, 25, 'ptstaticblock.173', 'position6', 0),
  183. (2140, 29, 'ptnewsletter.42', 'position5', 0),
  184. (2187, 25, 'ptmenu.35', 'position3', 0),
  185. (2218, 23, 'ptstaticblock.173', 'position6', 0),
  186. (2186, 25, 'ptmenu.211', 'position2', 0),
  187. (2217, 23, 'ptnewsletter.42', 'position5', 0),
  188. (2216, 23, 'ptmenu.35', 'position3', 0),
  189. (2557, 24, 'ptstaticblock.45', 'position9', 0),
  190. (2556, 24, 'ptstaticblock.41', 'position7', 0),
  191. (2555, 24, 'ptstaticblock.173', 'position6', 0),
  192. (2554, 24, 'ptnewsletter.42', 'position5', 0),
  193. (2139, 29, 'ptmenu.35', 'position3', 0),
  194. (2138, 29, 'ptmenu.211', 'position2', 0),
  195. (2143, 29, 'ptstaticblock.45', 'position9', 0),
  196. (2158, 27, 'ptstaticblock.41', 'position7', 0),
  197. (2152, 27, 'ptlayoutbuilder.63', 'content_top', 0),
  198. (2159, 27, 'ptstaticblock.45', 'position9', 0),
  199. (2184, 25, 'ptstaticblock.174', 'column_left', 1),
  200. (2183, 25, 'category', 'column_left', 0),
  201. (2553, 24, 'ptmenu.35', 'position3', 0),
  202. (2552, 24, 'ptmenu.211', 'position2', 0),
  203. (2215, 23, 'ptmenu.211', 'position2', 0);
  204. -- --------------------------------------------------------
  205. --
  206. -- Table structure for table `oc_layout_route`
  207. --
  208. DROP TABLE IF EXISTS `oc_layout_route`;
  209. CREATE TABLE IF NOT EXISTS `oc_layout_route` (
  210.   `layout_route_id` INT(11) NOT NULL AUTO_INCREMENT,
  211.   `layout_id` INT(11) NOT NULL,
  212.   `store_id` INT(11) NOT NULL,
  213.   `route` VARCHAR(64) NOT NULL,
  214.   PRIMARY KEY (`layout_route_id`)
  215. ) ENGINE=MyISAM AUTO_INCREMENT=513 DEFAULT CHARSET=utf8;
  216. --
  217. -- Dumping data for table `oc_layout_route`
  218. --
  219. INSERT INTO `oc_layout_route` (`layout_route_id`, `layout_id`, `store_id`, `route`) VALUES
  220. (446, 27, 0, 'common/home'),
  221. (410, 28, 0, 'plaza/responsive/mobile'),
  222. (444, 29, 0, 'product/product'),
  223. (450, 25, 0, 'product/category'),
  224. (448, 26, 0, ''),
  225. (454, 23, 0, 'account/%'),
  226. (512, 24, 0, 'plaza/blog/post');
  227. -- --------------------------------------------------------
  228. --
  229. -- Table structure for table `oc_modification`
  230. --
  231. DROP TABLE IF EXISTS `oc_modification`;
  232. CREATE TABLE IF NOT EXISTS `oc_modification` (
  233.   `modification_id` INT(11) NOT NULL AUTO_INCREMENT,
  234.   `extension_install_id` INT(11) NOT NULL,
  235.   `name` VARCHAR(64) NOT NULL,
  236.   `code` VARCHAR(64) NOT NULL,
  237.   `author` VARCHAR(64) NOT NULL,
  238.   `version` VARCHAR(32) NOT NULL,
  239.   `link` VARCHAR(255) NOT NULL,
  240.   `xml` mediumtext NOT NULL,
  241.   `status` tinyint(1) NOT NULL,
  242.   `date_added` datetime NOT NULL,
  243.   PRIMARY KEY (`modification_id`)
  244. ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;
  245. --
  246. -- Dumping data for table `oc_modification`
  247. --
  248. INSERT INTO `oc_modification` (`modification_id`, `extension_install_id`, `name`, `code`, `author`, `version`, `link`, `xml`, `status`, `date_added`) VALUES
  249. (9, 9, 'Plaza Ajax Search', 'plaza_ajax_search', 'Plaza Themes', '1.0', '', '<modification>\r\n    <name>Plaza Ajax Search</name>\r\n   <version>1.0</version>\r\n  <author>Plaza Themes</author>\r\n   <code>plaza_ajax_search</code>\r\n\r\n  <file path=\"catalog/controller/common/header.php\">\r\n        <operation>\r\n         <search ><![CDATA[$data[\'search\'] = $this->load->controller(\'common/search\');]]></search>\r\n           <add position=\"replace\"><![CDATA[\r\n             $search_status = $this->config->get(\'module_ptsearch_status\');\r\n                if($search_status) {\r\n                    $data[\'search\'] = $this->load->controller(\'extension/module/ptsearch\');\r\n                 $data[\'search_status\'] = true;\r\n                } else {\r\n                    $data[\'search\'] = $this->load->controller(\'common/search\');\r\n                 $data[\'search_status\'] = false;\r\n               }\r\n           ]]></add>\r\n       </operation>\r\n    </file> \r\n</modification>', 1, '2019-01-09 19:15:33');
  250. INSERT INTO `oc_modification` (`modification_id`, `extension_install_id`, `name`, `code`, `author`, `version`, `link`, `xml`, `status`, `date_added`) VALUES
  251. (33, 33, 'Plaza Control Panel', 'plaza_control_panel', 'Plaza Themes', '18.12.27', '', '<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<modification>\r\n    <code>plaza_control_panel</code>\r\n    <name>Plaza Control Panel</name>\r\n    <version>18.12.27</version>\r\n    <author>Plaza Themes</author>\r\n\r\n    <!-- Menu Left in Admin -->\r\n    <file path=\"admin/controller/common/column_left.php\">\r\n        <operation>\r\n            <search ><![CDATA[$catalog = array();]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            $this->load->language(\'plaza/adminmenu\');\r\n\r\n            if($this->user->hasPermission(\'access\', \'extension/module/ptcontrolpanel\')) {\r\n                $data[\'menus\'][] = array(\r\n                    \'id\'       => \'plaza-dashboard\',\r\n                    \'icon\'     => \'fa-plaza\',\r\n                    \'name\'     => $this->language->get(\'text_theme_dashboard\'),\r\n                    \'href\'     => $this->url->link(\'extension/module/ptcontrolpanel\', \'user_token=\' . $this->session->data[\'user_token\'], true)\r\n                );\r\n            }\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <!-- PRODUCT CONFIGURATION -->\r\n    <file path=\"admin/controller/catalog/product.php\"> <!-- Done -->\r\n        <operation>\r\n            <search ><![CDATA[public function index() {]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n        $this->load->model(\'plaza/controlpanel\');\r\n        $this->model_plaza_controlpanel->setupRotateImage();\r\n        $this->model_plaza_controlpanel->setupColorSwatches();\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search ><![CDATA[$this->load->language(\'catalog/product\');]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n                $this->load->language(\'plaza/rotateimage\');\r\n                $this->load->language(\'extension/module/ptcontrolpanel\');\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search ><![CDATA[\'sort_order\' => $product_image[\'sort_order\']]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n                \'is_rotate\' => $product_image[\'is_rotate\'],\r\n                \'product_option_value_id\' => $product_image[\'product_option_value_id\'],\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"admin/model/catalog/product.php\"> <!-- Done -->\r\n        <operation>\r\n            <search><![CDATA[$this->db->query(\"INSERT INTO \" . DB_PREFIX . \"product_image SET product_id = \'\" . (int)$product_id . \"\', image = \'\" . $this->db->escape($product_image[\'image\']) . \"\', sort_order = \'\" . (int)$product_image[\'sort_order\'] . \"\'\");]]></search>\r\n            <add position=\"replace\">\r\n                <![CDATA[\r\n                    if(isset($product_image[\'product_option_value_id\']) && $product_image[\'product_option_value_id\']) {\r\n                        $this->db->query(\"INSERT INTO \" . DB_PREFIX . \"product_image SET product_id = \'\" . (int)$product_id . \"\', image = \'\" . $this->db->escape($product_image[\'image\']) . \"\', sort_order = \'\" . (int)$product_image[\'sort_order\'] . \"\', is_rotate = \'\" . (int)$product_image[\'is_rotate\'] . \"\', product_option_value_id = \'\" . (int)$product_image[\'product_option_value_id\'] . \"\'\");\r\n                    } else {\r\n                        $this->db->query(\"INSERT INTO \" . DB_PREFIX . \"product_image SET product_id = \'\" . (int)$product_id . \"\', image = \'\" . $this->db->escape($product_image[\'image\']) . \"\', sort_order = \'\" . (int)$product_image[\'sort_order\'] . \"\', is_rotate = \'\" . (int)$product_image[\'is_rotate\'] . \"\'\");\r\n                    }\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"admin/view/template/catalog/product_form.twig\"> <!-- Done -->\r\n        <operation>\r\n            <search><![CDATA[<td class=\"text-right\">{{ entry_sort_order }}</td>]]></search>\r\n            <add position=\"after\">\r\n                <![CDATA[\r\n                    <td class=\"text-center\">{{ entry_option }}</td>\r\n                    <td class=\"text-center\">{{ entry_rotate }}</td>\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[<td class=\"text-left\"><button type=\"button\" onclick=\"$(\'#image-row{{ image_row }}\').remove();\" data-toggle=\"tooltip\" title=\"{{ button_remove }}\" class=\"btn btn-danger\"><i class=\"fa fa-minus-circle\"></i></button></td>]]></search>\r\n            <add position=\"before\">\r\n                <![CDATA[\r\n                    <!-- Swatches Options -->\r\n                    <td class=\"text-center\">\r\n                      <select class=\"form-control image-opt\" id=\"product-image-option-{{ image_row }}\" data-row=\"{{ image_row }}\" style=\"margin-bottom: 10px;\">\r\n                        <option value=\"0\">{{ text_choose_option }}</option>\r\n                        {% for product_option in product_options %}\r\n                          {% if product_option.type == \"select\" or product_option.type == \"radio\" %}\r\n                            <option value=\"{{ product_option.product_option_id }}\">{{ product_option.name }}</option>\r\n                          {% endif %}\r\n                        {% endfor %}\r\n                      </select>\r\n                      {% for product_option in product_options %}\r\n                        {% if product_option.type == \"select\" or product_option.type == \"radio\" %}\r\n                        <select class=\"form-control image-opt-value\" id=\"product-image-option-{{ image_row }}-{{ product_option.product_option_id }}\" data-row=\"{{ image_row }}\" data-type=\"{{ product_option.product_option_id }}\">\r\n                          <option value=\"0\">{{ text_choose_value }}</option>\r\n                          {% for po_value in product_option.product_option_value %}\r\n                            {% if option_values[product_option.option_id] %}\r\n                              {% for option_value in option_values[product_option.option_id] %}\r\n                                {% if option_value.option_value_id == po_value.option_value_id %}\r\n                                  <option value=\"{{ po_value.product_option_value_id }}\" {% if product_image.product_option_value_id == po_value.product_option_value_id %} selected=\"selected\" {% endif %}>{{ option_value.name }}</option>\r\n                                {% endif %}\r\n                              {% endfor %}\r\n                            {% endif %}\r\n                          {% endfor %}\r\n                        </select>\r\n                        {% endif %}\r\n                      {% endfor %}\r\n                    </td>\r\n\r\n                    <!-- Rotate Image -->\r\n                    <td class=\"text-center\">\r\n                      <select name=\"product_image[{{ image_row }}][is_rotate]\" class=\"form-control rotate-select\">\r\n                        {% if product_image.is_rotate and (product_image.is_rotate == 1) %}\r\n                        <option value=\"1\" selected=\"selected\">Yes</option>\r\n                        <option value=\"0\">No</option>\r\n                        {% else %}\r\n                        <option value=\"1\">Yes</option>\r\n                        <option value=\"0\" selected=\"selected\">No</option>\r\n                        {% endif %}\r\n                      </select>\r\n                    </td>\r\n                    <!-- End -->\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[function addImage() {]]></search>\r\n            <add position=\"before\">\r\n                <![CDATA[\r\n                    $(\'#tab-image tfoot td:first\').attr(\'colspan\', 4);\r\n\r\n                    // Swatches Options\r\n                    $(\'.image-opt-value\').hide();\r\n                    $(\'.image-opt-value\').each(function () {\r\n                      var row = $(this).data(\'row\');\r\n                      $(this).find(\'option\').each(function () {\r\n                        if($(this).attr(\"selected\") == \'selected\') {\r\n                          var option_id = $(this).closest(\'.image-opt-value\').data(\'type\');\r\n                          $(\'#product-image-option-\' + row).find(\"option[value=\'\" + option_id + \"\']\").attr(\'selected\', \'selected\');\r\n                          $(this).closest(\'.image-opt-value\').attr(\'name\', \'product_image[\' + row + \'][product_option_value_id]\').show();\r\n                        }\r\n                      });\r\n                    });\r\n\r\n                    $(\'.image-opt\').change(function () {\r\n                      var row = $(this).data(\'row\');\r\n                      var id_select = $(this).attr(\'id\');\r\n                      var product_option_id = $(this).val();\r\n                      $(\'#image-row\' + row).find(\'.image-opt-value\').removeAttr(\'name\').hide();\r\n                      $(\'#\' + id_select + \"-\" + product_option_id).attr(\'name\', \'product_image[\' + row + \'][product_option_value_id]\').show();\r\n                    });\r\n\r\n                    $(\'.rotate-select\').change(function() {\r\n                      var value = $(this).val();\r\n                      if(value == 1) {\r\n                        $(\'.rotate-select\').val(0);\r\n                        $(this).val(1);\r\n                      }\r\n                    });\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$(\'#images tbody\').append(html);]]></search>\r\n            <add position=\"after\">\r\n                <![CDATA[\r\n                    // Swatches Options\r\n                    $(\'.image-opt\').change(function () {\r\n                      var row = $(this).data(\'row\');\r\n                      var id_select = $(this).attr(\'id\');\r\n                      var product_option_id = $(this).val();\r\n                      $(\'#image-row\' + row).find(\'.image-opt-value\').removeAttr(\'name\').hide();\r\n                      $(\'#\' + id_select + \"-\" + product_option_id).attr(\'name\', \'product_image[\' + row + \'][product_option_value_id]\').show();\r\n                    });\r\n\r\n                    $(\'.rotate-select\').change(function() {\r\n                      var value = $(this).val();\r\n                      if(value == 1) {\r\n                        $(\'.rotate-select\').val(0);\r\n                        $(this).val(1);\r\n                      }\r\n                    });\r\n                    //End\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[html += \'  <td class=\"text-left\"><button type=\"button\" onclick=\"$(\\\'#image-row\' + image_row  + \'\\\').remove();\" data-toggle=\"tooltip\" title=\"{{ button_remove }}\" class=\"btn btn-danger\"><i class=\"fa fa-minus-circle\"></i></button></td>\';]]></search>\r\n            <add position=\"before\">\r\n                <![CDATA[\r\n                    // Swatches Options\r\n                    html += \'  <td class=\"text-center\">\';\r\n                    html += \'    <select class=\"form-control image-opt\" id=\"product-image-option-\' + image_row + \'\" data-row=\"\' + image_row + \'\" style=\"margin-bottom: 10px;\">\';\r\n                    html += \'       <option value=\"0\">{{ text_choose_option }}</option>\';\r\n                    {% for product_option in product_options %}\r\n                    {% if product_option.type == \"select\" or product_option.type == \"radio\" %}\r\n                    html += \'       <option value=\"{{ product_option.product_option_id }}\">{{ product_option.name }}</option>\';\r\n                    {% endif %}\r\n                    {% endfor %}\r\n                    html += \'    </select>\';\r\n                    {% for product_option in product_options %}\r\n                    {% if product_option.type == \"select\" or product_option.type == \"radio\" %}\r\n                    html += \'    <select class=\"form-control image-opt-value\" id=\"product-image-option-\' + image_row + \'-{{ product_option.product_option_id }}\" data-row=\"\' + image_row + \'\" data-type=\"{{ product_option.product_option_id }}\" style=\"display: none;\">\';\r\n                    html += \'       <option value=\"0\">{{ text_choose_value }}</option>\';\r\n                    {% for po_value in product_option.product_option_value %}\r\n                    {% if option_values[product_option.option_id] %}\r\n                    {% for option_value in option_values[product_option.option_id] %}\r\n                    {% if option_value.option_value_id == po_value.option_value_id %}\r\n                    html += \'       <option value=\"{{ po_value.product_option_value_id }}\">{{ option_value.name }}</option>\';\r\n                    {% endif %}\r\n                    {% endfor %}\r\n                    {% endif %}\r\n                    {% endfor %}\r\n                    html += \'    </select>\';\r\n                    {% endif %}\r\n                    {% endfor %}\r\n                    html += \'  </td>\';\r\n\r\n                    html += \' <td class=\"text-center\">\';\r\n                    html += \'   <select name=\"product_image[\' + image_row + \'][is_rotate]\" class=\"form-control rotate-select\">\';\r\n                    html += \'     <option value=\"1\">{{ text_yes }}</option>\';\r\n                    html += \'     <option value=\"0\" selected=\"selected\">{{ text_no }}</option>\';\r\n                    html += \'   </select>\';\r\n                    html += \' </td>\';\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/product/product.php\"> <!-- Done -->\r\n        <operation>\r\n            <search><![CDATA[$data[\'heading_title\'] = $product_info[\'name\'];]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            /* Plaza Product Configuration */\r\n            $this->load->model(\'tool/image\');\r\n            $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            /* Catalog Mode */\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_product_price\')[$store_id])) {\r\n                $data[\'show_product_price\'] = (int) $this->config->get(\'module_ptcontrolpanel_product_price\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_price\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_product_cart\')[$store_id])) {\r\n                $data[\'show_product_button_cart\'] = (int) $this->config->get(\'module_ptcontrolpanel_product_cart\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_button_cart\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_product_wishlist\')[$store_id])) {\r\n                $data[\'show_product_button_wishlist\'] = (int) $this->config->get(\'module_ptcontrolpanel_product_wishlist\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_button_wishlist\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_product_compare\')[$store_id])) {\r\n                $data[\'show_product_button_compare\'] = (int) $this->config->get(\'module_ptcontrolpanel_product_compare\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_button_compare\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_product_options\')[$store_id])) {\r\n                $data[\'show_product_options\'] = (int) $this->config->get(\'module_ptcontrolpanel_product_options\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_options\'] = 0;\r\n            }\r\n\r\n            /* Product Details */\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_related\')[$store_id])) {\r\n                $data[\'show_product_related\'] = (int) $this->config->get(\'module_ptcontrolpanel_related\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_related\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_social\')[$store_id])) {\r\n                $data[\'show_product_social\'] = (int) $this->config->get(\'module_ptcontrolpanel_social\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_social\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_tax\')[$store_id])) {\r\n                $data[\'show_product_tax\'] = (int) $this->config->get(\'module_ptcontrolpanel_tax\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_tax\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_tags\')[$store_id])) {\r\n                $data[\'show_product_tags\'] = (int) $this->config->get(\'module_ptcontrolpanel_tags\')[$store_id];\r\n            } else {\r\n                $data[\'show_product_tags\'] = 0;\r\n            }\r\n\r\n            $use_zoom = (int) $this->config->get(\'module_ptcontrolpanel_use_zoom\')[$store_id];\r\n\r\n            if($use_zoom) {\r\n                $data[\'use_zoom\'] = true;\r\n\r\n                if ($product_info[\'image\']) {\r\n                    $data[\'small_image\'] = $this->model_tool_image->resize($product_info[\'image\'], $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_additional_width\'), $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_additional_height\'));\r\n                } else {\r\n                    $data[\'small_image\'] = \'\';\r\n                }\r\n\r\n                $data[\'popup_dimension\'] = array(\r\n                    \'width\' => $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_popup_width\'),\r\n                    \'height\' => $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_popup_height\')\r\n                );\r\n\r\n                $data[\'thumb_dimension\'] = array(\r\n                    \'width\' => $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_thumb_width\'),\r\n                    \'height\' => $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_thumb_height\')\r\n                );\r\n\r\n                $data[\'small_dimension\'] = array(\r\n                    \'width\' => $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_additional_width\'),\r\n                    \'height\' => $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_additional_height\')\r\n                );\r\n\r\n                if(isset($this->config->get(\'module_ptcontrolpanel_zoom_type\')[$store_id])) {\r\n                    $zoom_type = $this->config->get(\'module_ptcontrolpanel_zoom_type\')[$store_id];\r\n                } else {\r\n                    $zoom_type = \'outer\';\r\n                }\r\n\r\n                if(isset($this->config->get(\'module_ptcontrolpanel_zoom_space\')[$store_id])) {\r\n                    $zoom_space = $this->config->get(\'module_ptcontrolpanel_zoom_space\')[$store_id];\r\n                } else {\r\n                    $zoom_space = \'0\';\r\n                }\r\n\r\n                if(isset($this->config->get(\'module_ptcontrolpanel_zoom_title\')[$store_id])) {\r\n                    $zoom_title = (int) $this->config->get(\'module_ptcontrolpanel_zoom_title\')[$store_id];\r\n                } else {\r\n                    $zoom_title = 0;\r\n                }\r\n\r\n                $data[\'product_zoom_settings\'] = array(\r\n                    \'type\' => $zoom_type,\r\n                    \'space\' => $zoom_space,\r\n                    \'title\' => $zoom_title\r\n                );\r\n\r\n                if (file_exists(\'catalog/view/theme/\' . $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_directory\') . \'/stylesheet/plaza/product/zoom.css\')) {\r\n                    $this->document->addStyle(\'catalog/view/theme/\' . $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_directory\') . \'/stylesheet/plaza/product/zoom.css\');\r\n                } else {\r\n                    $this->document->addStyle(\'catalog/view/theme/default/stylesheet/plaza/product/zoom.css\');\r\n                }\r\n\r\n                $this->document->addStyle(\'catalog/view/javascript/jquery/swiper/css/swiper.min.css\');\r\n                $this->document->addStyle(\'catalog/view/javascript/jquery/swiper/css/opencart.css\');\r\n                $this->document->addScript(\'catalog/view/javascript/jquery/swiper/js/swiper.jquery.js\');\r\n                $this->document->addStyle(\'catalog/view/javascript/plaza/cloudzoom/css/cloud-zoom.css\');\r\n                $this->document->addScript(\'catalog/view/javascript/plaza/cloudzoom/cloud-zoom.1.0.2.min.js\');\r\n                $this->document->addScript(\'catalog/view/javascript/plaza/cloudzoom/zoom.js\');\r\n            } else {\r\n                $data[\'use_zoom\'] = false;\r\n            }\r\n\r\n            $use_swatches = (int) $this->config->get(\'module_ptcontrolpanel_use_swatches\')[$store_id];\r\n\r\n            if($use_swatches) {\r\n                $data[\'use_swatches\'] = true;\r\n                $data[\'icon_swatches_width\'] = $this->config->get(\'module_ptcontrolpanel_swatches_width\')[$store_id];\r\n                $data[\'icon_swatches_height\'] = $this->config->get(\'module_ptcontrolpanel_swatches_height\')[$store_id];\r\n                $data[\'swatches_option\'] = $this->config->get(\'module_ptcontrolpanel_swatches_option\')[$store_id];\r\n\r\n                if (file_exists(\'catalog/view/theme/\' . $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_directory\') . \'/stylesheet/plaza/swatches/swatches.css\')) {\r\n                    $this->document->addStyle(\'catalog/view/theme/\' . $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_directory\') . \'/stylesheet/plaza/swatches/swatches.css\');\r\n                } else {\r\n                    $this->document->addStyle(\'catalog/view/theme/default/stylesheet/plaza/swatches/swatches.css\');\r\n                }\r\n\r\n                $this->document->addScript(\'catalog/view/javascript/plaza/swatches/swatches.js\');\r\n            } else {\r\n                $data[\'use_swatches\'] = false;\r\n            }\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$data[\'images\'][] = array(]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n                    \'product_option_value_id\' => $result[\'product_option_value_id\'],\r\n                    \'product_image_option\' => $this->model_tool_image->resize($result[\'image\'], $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_thumb_width\'), $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_thumb_height\')),\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[if ((float)$product_info[\'special\']) {]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n                $this->load->model(\'plaza/catalog\');\r\n\r\n                $product_plaza_info = $this->model_plaza_catalog->getProduct($data[\'product_id\']);\r\n\r\n                if (isset($product_plaza_info[\'date_start\']) && $product_plaza_info[\'date_start\']) {\r\n                    if($product_plaza_info[\'date_start\'] != \'0000-00-00\') {\r\n                     $data[\'date_start\'] = $product_plaza_info[\'date_start\'];\r\n                    } else {\r\n                        $data[\'date_start\'] = false;\r\n                  }\r\n                   \r\n                } else {\r\n                    $data[\'date_start\'] = false;\r\n              }\r\n\r\n               if(isset($product_plaza_info[\'date_end\']) &&  $product_plaza_info[\'date_end\']) {\r\n                    if($product_plaza_info[\'date_end\'] != \'0000-00-00\') {\r\n                       $data[\'date_end\'] = $product_plaza_info[\'date_end\'];\r\n                    } else {\r\n                        $data[\'date_end\'] = false;\r\n                    }\r\n               } else {\r\n                    $data[\'date_end\'] = false;\r\n                }\r\n\r\n               if($data[\'date_start\'] && $data[\'date_end\']) {\r\n                  $this->document->addScript(\'catalog/view/javascript/plaza/countdown/countdown.js\');\r\n               }\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$data[\'special\'] = false;]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n                $data[\'date_start\'] = false;\r\n                $data[\'date_end\'] = false;\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n    \r\n    <!-- CATEGORY CONFIGURATION -->\r\n    <file path=\"catalog/controller/product/category.php\">\r\n        <operation>\r\n            <search><![CDATA[$data[\'heading_title\'] = $category_info[\'name\'];]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            /* Plaza Category Configuration */\r\n            $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            /* Catalog Mode */\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_price\')[$store_id])) {\r\n                $data[\'show_cate_price\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_price\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_price\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_cart\')[$store_id])) {\r\n                $data[\'show_cate_cart\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_cart\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_cart\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_wishlist\')[$store_id])) {\r\n                $data[\'show_cate_wishlist\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_wishlist\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_wishlist\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_compare\')[$store_id])) {\r\n                $data[\'show_cate_compare\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_compare\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_compare\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_prodes\')[$store_id])) {\r\n                $data[\'show_cate_prodes\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_prodes\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_prodes\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_label\')[$store_id])) {\r\n                $data[\'show_cate_label\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_label\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_label\'] = 0;\r\n            }\r\n\r\n            /* Category Settings */\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_image\')[$store_id])) {\r\n                $data[\'show_cate_img\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_image\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_img\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_category_description\')[$store_id])) {\r\n                $data[\'show_cate_des\'] = (int) $this->config->get(\'module_ptcontrolpanel_category_description\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_des\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_sub_category\')[$store_id])) {\r\n                $data[\'show_cate_sub\'] = (int) $this->config->get(\'module_ptcontrolpanel_sub_category\')[$store_id];\r\n            } else {\r\n                $data[\'show_cate_sub\'] = 0;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_use_filter\')[$store_id])) {\r\n                $data[\'use_filter\'] = (int) $this->config->get(\'module_ptcontrolpanel_use_filter\')[$store_id];\r\n            } else {\r\n                $data[\'use_filter\'] = 0;\r\n            }\r\n\r\n            if (!empty($_SERVER[\'HTTPS\'])) {\r\n                // SSL connection\r\n                $common_url = str_replace(\'http://\', \'https://\', $this->config->get(\'config_url\'));\r\n            } else {\r\n                $common_url = $this->config->get(\'config_url\');\r\n            }\r\n\r\n            $data[\'pt_sorts\'] = array();\r\n\r\n            $data[\'pt_limits\'] = array();\r\n\r\n            if($data[\'use_filter\']) {\r\n                \r\n               \r\n                $this->document->addStyle(\'catalog/view/javascript/jquery/css/jquery-ui.css\');\r\n                if (file_exists(\'catalog/view/theme/\' . $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_directory\') . \'/stylesheet/plaza/category/filter.css\')) {\r\n                    $this->document->addStyle(\'catalog/view/theme/\' . $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_directory\') . \'/stylesheet/plaza/category/filter.css\');\r\n                } else {\r\n                    $this->document->addStyle(\'catalog/view/theme/default/stylesheet/plaza/category/filter.css\');\r\n                }\r\n                $this->document->addScript(\'catalog/view/javascript/jquery/jquery-ui.js\');    \r\n                $this->document->addScript(\'catalog/view/javascript/plaza/category/filter.js\');\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_default\'),\r\n                    \'value\' => \'p.sort_order-ASC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=p.sort_order&order=ASC\' . $url\r\n                );\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_name_asc\'),\r\n                    \'value\' => \'pd.name-ASC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=pd.name&order=ASC\' . $url\r\n                );\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_name_desc\'),\r\n                    \'value\' => \'pd.name-DESC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=pd.name&order=DESC\' . $url\r\n                );\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_price_asc\'),\r\n                    \'value\' => \'p.price-ASC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=p.price&order=ASC\' . $url\r\n                );\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_price_desc\'),\r\n                    \'value\' => \'p.price-DESC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=p.price&order=DESC\' . $url\r\n                );\r\n\r\n                if ($this->config->get(\'config_review_status\')) {\r\n                    $data[\'pt_sorts\'][] = array(\r\n                        \'text\'  => $this->language->get(\'text_rating_desc\'),\r\n                        \'value\' => \'rating-DESC\',\r\n                        \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=rating&order=DESC\' . $url\r\n                    );\r\n\r\n                    $data[\'pt_sorts\'][] = array(\r\n                        \'text\'  => $this->language->get(\'text_rating_asc\'),\r\n                        \'value\' => \'rating-ASC\',\r\n                        \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=rating&order=ASC\' . $url\r\n                    );\r\n                }\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_model_asc\'),\r\n                    \'value\' => \'p.model-ASC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=p.model&order=ASC\' . $url\r\n                );\r\n\r\n                $data[\'pt_sorts\'][] = array(\r\n                    \'text\'  => $this->language->get(\'text_model_desc\'),\r\n                    \'value\' => \'p.model-DESC\',\r\n                    \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . \'&sort=p.model&order=DESC\' . $url\r\n                );\r\n\r\n                $data[\'pt_limits\'] = array();\r\n\r\n                $limits = array_unique(array($this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_product_limit\'), 25, 50, 75, 100));\r\n\r\n                sort($limits);\r\n\r\n                foreach($limits as $value) {\r\n                    $data[\'pt_limits\'][] = array(\r\n                        \'text\'  => $value,\r\n                        \'value\' => $value,\r\n                        \'href\'  => $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . $url . \'&limit=\' . $value\r\n                    );\r\n                }\r\n\r\n                if(isset($this->config->get(\'module_ptcontrolpanel_loader_img\')[$store_id])) {\r\n                    $data[\'loader_img\'] = $common_url . \'image/\' . $this->config->get(\'module_ptcontrolpanel_loader_img\')[$store_id];\r\n                } else {\r\n                    $data[\'loader_img\'] = $common_url . \'image/plaza/ajax-loader.gif\';;\r\n                }\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_cate_quickview\')[$store_id])) {\r\n             $data[\'use_quick_view\'] = (int) $this->config->get(\'module_ptcontrolpanel_cate_quickview\')[$store_id];\r\n          } else {\r\n                $data[\'use_quick_view\'] = 0;\r\n          }\r\n\r\n           if(isset($this->config->get(\'module_ptcontrolpanel_img_effect\')[$store_id])) {\r\n                $data[\'image_effect\'] = $this->config->get(\'module_ptcontrolpanel_img_effect\')[$store_id];\r\n            } else {\r\n                $data[\'image_effect\'] = false;\r\n            }\r\n\r\n            if($data[\'image_effect\'] == \'swatches\') {\r\n                $this->document->addScript(\'catalog/view/javascript/plaza/swatches/swatches.js\');\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_advance_view\')[$store_id])) {\r\n                $data[\'use_advance_view\'] = (int) $this->config->get(\'module_ptcontrolpanel_advance_view\')[$store_id];\r\n            } else {\r\n                $data[\'use_advance_view\'] = 0;\r\n            }\r\n\r\n            if($data[\'use_advance_view\']) {\r\n                $this->document->addScript(\'catalog/view/javascript/plaza/category/grid.js\');\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_default_view\')[$store_id])) {\r\n                $data[\'advance_default_view\'] = $this->config->get(\'module_ptcontrolpanel_default_view\')[$store_id];\r\n            } else {\r\n                $data[\'advance_default_view\'] = false;\r\n            }\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_product_row\')[$store_id])) {\r\n                $data[\'product_p_row\'] = $this->config->get(\'module_ptcontrolpanel_product_row\')[$store_id];\r\n            } else {\r\n                $data[\'product_p_row\'] = false;\r\n            }\r\n            $new_results = $this->model_catalog_product->getLatestProducts(10);\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$data[\'products\'][] = array(]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n                if($data[\'image_effect\'] == \'hover\') {\r\n                    $this->load->model(\'plaza/rotateimage\');\r\n\r\n                    $product_rotate_image = $this->model_plaza_rotateimage->getProductRotateImage($result[\'product_id\']);\r\n\r\n                    if($product_rotate_image) {\r\n                        $rotate_image = $this->model_tool_image->resize($product_rotate_image, $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_product_width\'), $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_product_height\'));\r\n                    } else {\r\n                        $rotate_image = false;\r\n                    }\r\n                } else {\r\n                    $rotate_image = false;\r\n                }\r\n\r\n                $swatches_images = array();\r\n\r\n                $options = array();\r\n\r\n                if($data[\'image_effect\'] == \'swatches\') {\r\n                    $data[\'icon_swatches_width\'] = $this->config->get(\'module_ptcontrolpanel_cate_swatches_width\')[$store_id];\r\n                    $data[\'icon_swatches_height\'] = $this->config->get(\'module_ptcontrolpanel_cate_swatches_height\')[$store_id];\r\n\r\n                    $this->load->model(\'plaza/swatches\');\r\n\r\n                    $images = $this->model_catalog_product->getProductImages($result[\'product_id\']);\r\n\r\n                    $is_swatches = false;\r\n\r\n                    foreach ($images as $img) {\r\n                        if ($img[\'product_option_value_id\']) {\r\n                            $image_option_id = $this->model_plaza_swatches->getOptionIdByProductOptionValueId($img[\'product_option_value_id\']);\r\n\r\n                            if($image_option_id == $this->config->get(\'module_ptcontrolpanel_swatches_option\')[$store_id]) {\r\n                                $is_swatches = true;\r\n\r\n                                $swatches_images[] = array(\r\n                                    \'product_option_value_id\' => $img[\'product_option_value_id\'],\r\n                                    \'image\' => $this->model_tool_image->resize($img[\'image\'], $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_product_width\'), $this->config->get(\'theme_\' . $this->config->get(\'config_theme\') . \'_image_product_height\'))\r\n                                );\r\n                            }\r\n                        }\r\n                    }\r\n\r\n                    if($is_swatches) {\r\n                        foreach ($this->model_catalog_product->getProductOptions($result[\'product_id\']) as $option) {\r\n                            if($option[\'option_id\'] == $this->config->get(\'module_ptcontrolpanel_swatches_option\')[$store_id]) {\r\n                                $product_option_value_data = array();\r\n\r\n                                foreach ($option[\'product_option_value\'] as $option_value) {\r\n                                    if (!$option_value[\'subtract\'] || ($option_value[\'quantity\'] > 0)) {\r\n                                        $product_option_value_data[] = array(\r\n                                            \'product_option_value_id\' => $option_value[\'product_option_value_id\'],\r\n                                            \'option_value_id\'         => $option_value[\'option_value_id\'],\r\n                                            \'name\'                    => $option_value[\'name\'],\r\n                                            \'image\'                   => $this->model_tool_image->resize($option_value[\'image\'], $data[\'icon_swatches_width\'], $data[\'icon_swatches_height\']),\r\n                                        );\r\n                                    }\r\n                                }\r\n\r\n                                $options[] = array(\r\n                                    \'product_option_id\'    => $option[\'product_option_id\'],\r\n                                    \'product_option_value\' => $product_option_value_data,\r\n                                    \'option_id\'            => $option[\'option_id\'],\r\n                                    \'name\'                 => $option[\'name\'],\r\n                                    \'type\'                 => $option[\'type\'],\r\n                                    \'value\'                => $option[\'value\'],\r\n                                );\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n             $is_new = false;\r\n                if ($new_results) {\r\n                 foreach($new_results as $new_r) {\r\n                       if($result[\'product_id\'] == $new_r[\'product_id\']) {\r\n                         $is_new = true;\r\n                     }\r\n                   }\r\n               }\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$data[\'products\'][] = array(]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n                    \'options\' => $options,\r\n                    \'swatches_images\' => $swatches_images,\r\n                    \'rotate_image\' => $rotate_image,\r\n                 \'is_new\'        => $is_new,\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$pagination = new Pagination();]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            $pt_pagination = new Pagination();\r\n            $pt_pagination->total = $product_total;\r\n            $pt_pagination->page = $page;\r\n            $pt_pagination->limit = $limit;\r\n            $pt_pagination->url = $common_url . \'index.php?route=plaza/filter/category&path=\' . $category_id . $url . \'&page={page}\';\r\n\r\n            $data[\'pt_pagination\'] = $pt_pagination->render();\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/common/column_left.php\">\r\n      <operation>\r\n            <search><![CDATA[if ($route == \'product/category\' && isset($this->request->get[\'path\'])) {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n         if ($route == \'product/category\') {\r\n           $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_use_filter\')[$store_id])) {\r\n                $use_filter = (int) $this->config->get(\'module_ptcontrolpanel_use_filter\')[$store_id];\r\n            } else {\r\n                $use_filter = 0;\r\n            }\r\n\r\n           if(isset($this->config->get(\'module_ptcontrolpanel_filter_position\')[$store_id])) {\r\n               $filter_position = $this->config->get(\'module_ptcontrolpanel_filter_position\')[$store_id];\r\n            } else {\r\n                $filter_position = false;\r\n           }\r\n\r\n           if($use_filter && $filter_position == \'left\') {\r\n               $data[\'use_filter\'] = true;\r\n           } else {\r\n                $data[\'use_filter\'] = false;\r\n          }\r\n\r\n           if($data[\'use_filter\']) {\r\n             $data[\'filter_section\'] = $this->load->controller(\'plaza/filter\');\r\n          }\r\n       } else {\r\n            $data[\'use_filter\'] = false;\r\n      }\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/common/column_right.php\">\r\n     <operation>\r\n            <search><![CDATA[if ($route == \'product/category\' && isset($this->request->get[\'path\'])) {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n         if ($route == \'product/category\') {\r\n           $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_use_filter\')[$store_id])) {\r\n                $use_filter = (int) $this->config->get(\'module_ptcontrolpanel_use_filter\')[$store_id];\r\n            } else {\r\n                $use_filter = 0;\r\n            }\r\n\r\n           if(isset($this->config->get(\'module_ptcontrolpanel_filter_position\')[$store_id])) {\r\n               $filter_position = $this->config->get(\'module_ptcontrolpanel_filter_position\')[$store_id];\r\n            } else {\r\n                $filter_position = false;\r\n           }\r\n\r\n           if($use_filter && $filter_position == \'right\') {\r\n              $data[\'use_filter\'] = true;\r\n           } else {\r\n                $data[\'use_filter\'] = false;\r\n          }\r\n\r\n           if($data[\'use_filter\']) {\r\n             $data[\'filter_section\'] = $this->load->controller(\'plaza/filter\');\r\n          }\r\n       } else {\r\n            $data[\'use_filter\'] = false;\r\n      }\r\n\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/model/catalog/product.php\">\r\n        <operation>\r\n            <search><![CDATA[if (!empty($data[\'filter_manufacturer_id\'])) {]]></search>\r\n            <add position=\"before\">\r\n                <![CDATA[\r\n        /* Price range */\r\n        if  (!empty($data[\'filter_price\'])) {\r\n            $min_price = $data[\'filter_price\'][\'min_price\'];\r\n            $max_price = $data[\'filter_price\'][\'max_price\'];\r\n            $sql_sl_special = \"(SELECT price FROM \" . DB_PREFIX . \"product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = \'\" . (int)$this->config->get(\'config_customer_group_id\') . \"\' AND ((ps.date_start = \'0000-00-00\' OR ps.date_start < NOW()) AND (ps.date_end = \'0000-00-00\' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1)\";\r\n            $sql_sl_discount = \"(SELECT price FROM \" . DB_PREFIX . \"product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = \'\" . (int)$this->config->get(\'config_customer_group_id\') . \"\' AND pd2.quantity = \'1\' AND ((pd2.date_start = \'0000-00-00\' OR pd2.date_start < NOW()) AND (pd2.date_end = \'0000-00-00\' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1)\";\r\n            $sql .= \" AND (CASE WHEN \" . $sql_sl_special . \" IS NOT NULL THEN \" . $sql_sl_special . \" WHEN \" . $sql_sl_discount . \" IS NOT NULL THEN \". $sql_sl_discount . \" ELSE p.price END) >=\'\". $min_price .\"\'\" ;\r\n            $sql .= \" AND (CASE WHEN \" . $sql_sl_special . \" IS NOT NULL THEN \" . $sql_sl_special . \" WHEN \" . $sql_sl_discount . \" IS NOT NULL THEN \". $sql_sl_discount . \" ELSE p.price END) <=\'\". $max_price .\"\'\";\r\n        }\r\n        /* End */\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n    </file>\r\n\r\n    <!-- Plaza THEME OPTION -->\r\n    <file path=\"catalog/controller/common/header.php\">\r\n        <operation>\r\n            <search><![CDATA[return $this->load->view(\'common/header\', $data);]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n        $data[\'store_id\'] = $this->config->get(\'config_store_id\');\r\n\r\n        /* General */\r\n      if(isset($this->config->get(\'module_ptcontrolpanel_header_layout\')[$data[\'store_id\']])) {\r\n            $data[\'header_layout\'] = (int) $this->config->get(\'module_ptcontrolpanel_header_layout\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'header_layout\'] = 1;\r\n        }\r\n       \r\n        /* Sticky Header */\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_sticky_header\')[$data[\'store_id\']])) {\r\n            $data[\'sticky_header\'] = (int) $this->config->get(\'module_ptcontrolpanel_sticky_header\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'sticky_header\'] = 0;\r\n        }\r\n\r\n        /* Scroll Top */\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_scroll_top\')[$data[\'store_id\']])) {\r\n            $data[\'scroll_top\'] = (int) $this->config->get(\'module_ptcontrolpanel_scroll_top\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'scroll_top\'] = 0;\r\n        }\r\n\r\n        /* Lazy Load */\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_lazy_load\')[$data[\'store_id\']])) {\r\n            $data[\'lazy_load\'] = (int) $this->config->get(\'module_ptcontrolpanel_lazy_load\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'lazy_load\'] = 0;\r\n        }\r\n\r\n        /* Catalog Mode */\r\n        /* Header */\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_header_cart\')[$data[\'store_id\']])) {\r\n            $data[\'header_cart\'] = (int) $this->config->get(\'module_ptcontrolpanel_header_cart\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'header_cart\'] = 0;\r\n        }\r\n\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_header_currency\')[$data[\'store_id\']])) {\r\n            $data[\'header_currency\'] = (int) $this->config->get(\'module_ptcontrolpanel_header_currency\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'header_currency\'] = 0;\r\n        }\r\n\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_module_quickview\')[$data[\'store_id\']])) {\r\n            $module_quick_view = (int) $this->config->get(\'module_ptcontrolpanel_module_quickview\')[$data[\'store_id\']];\r\n        } else {\r\n            $module_quick_view = 0;\r\n        }\r\n\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_cate_quickview\')[$data[\'store_id\']])) {\r\n            $category_quick_view = (int) $this->config->get(\'module_ptcontrolpanel_cate_quickview\')[$data[\'store_id\']];\r\n        } else {\r\n            $category_quick_view = 0;\r\n        }\r\n\r\n        if($module_quick_view || $category_quick_view) {\r\n         $data[\'use_quick_view\'] = true;\r\n        } else {\r\n           $data[\'use_quick_view\'] = false;\r\n        }\r\n\r\n        /* Advance */\r\n        if(isset($this->config->get(\'module_ptcontrolpanel_custom_js\')[$data[\'store_id\']])) {\r\n            $data[\'custom_js\'] = $this->config->get(\'module_ptcontrolpanel_custom_js\')[$data[\'store_id\']];\r\n        } else {\r\n            $data[\'custom_js\'] = false;\r\n        }\r\n         ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[$data[\'menu\'] = $this->load->controller(\'common/menu\');]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n                $data[\'header\'] = $this->load->controller(\'plaza/header\');\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[class ControllerCommonHeader extends Controller {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            require_once(DIR_SYSTEM . \'Mobile_Detect.php\');\r\n            ]]></add>\r\n        </operation>\r\n        <operation>\r\n            <search><![CDATA[return $this->load->view(\'common/header\', $data);]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n        $detect = new Mobile_Detect;\r\n     if ( $detect->isTablet() ) {\r\n            return $this->load->view(\'common/header\', $data);\r\n     } else {\r\n            if( $detect->isMobile()){\r\n               return $this->load->view(\'plaza/page_section/header_mobile\', $data);\r\n          } else {\r\n                return $this->load->view(\'common/header\', $data);\r\n         }\r\n       }\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/common/column_left.php\">\r\n        <operation>\r\n            <search><![CDATA[class ControllerCommonColumnLeft extends Controller {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            require_once(DIR_SYSTEM . \'Mobile_Detect.php\');\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[$route = \'common/home\';]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id])) {\r\n                $responsive_type = $this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id];\r\n            } else {\r\n                $responsive_type = \"\";\r\n            }\r\n\r\n            if($responsive_type == \"specified\") {\r\n                $detect = new Mobile_Detect;\r\n\r\n                if ( $detect->isTablet() ) {\r\n                    $route = \'common/home\';\r\n                } else {\r\n                    if( $detect->isMobile()){\r\n                        $route = \'plaza/responsive/mobile\';\r\n                    } else {\r\n                        $route = \'common/home\';\r\n                    }\r\n                }\r\n            } else {\r\n                $route = \'common/home\';\r\n            }\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[if (isset($this->request->get[\'route\'])) {]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            if (isset($this->request->get[\'route\']) && $this->request->get[\'route\'] != \"common/home\") {\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/common/column_right.php\">\r\n        <operation>\r\n            <search><![CDATA[class ControllerCommonColumnRight extends Controller {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            require_once(DIR_SYSTEM . \'Mobile_Detect.php\');\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[if (isset($this->request->get[\'route\'])) {]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            if (isset($this->request->get[\'route\']) && $this->request->get[\'route\'] != \"common/home\") {\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[$route = \'common/home\';]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id])) {\r\n                $responsive_type = $this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id];\r\n            } else {\r\n                $responsive_type = \"\";\r\n            }\r\n\r\n            if($responsive_type == \"specified\") {\r\n                $detect = new Mobile_Detect;\r\n\r\n                if ( $detect->isTablet() ) {\r\n                    $route = \'common/home\';\r\n                } else {\r\n                    if( $detect->isMobile()){\r\n                        $route = \'plaza/responsive/mobile\';\r\n                    } else {\r\n                        $route = \'common/home\';\r\n                    }\r\n                }\r\n            } else {\r\n                $route = \'common/home\';\r\n            }\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/common/content_bottom.php\">\r\n        <operation>\r\n            <search><![CDATA[class ControllerCommonContentBottom extends Controller {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            require_once(DIR_SYSTEM . \'Mobile_Detect.php\');\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[if (isset($this->request->get[\'route\'])) {]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            if (isset($this->request->get[\'route\']) && $this->request->get[\'route\'] != \"common/home\") {\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[$route = \'common/home\';]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id])) {\r\n                $responsive_type = $this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id];\r\n            } else {\r\n                $responsive_type = \"\";\r\n            }\r\n\r\n            if($responsive_type == \"specified\") {\r\n                $detect = new Mobile_Detect;\r\n\r\n                if ( $detect->isTablet() ) {\r\n                    $route = \'common/home\';\r\n                } else {\r\n                    if( $detect->isMobile()){\r\n                        $route = \'plaza/responsive/mobile\';\r\n                    } else {\r\n                        $route = \'common/home\';\r\n                    }\r\n                }\r\n            } else {\r\n                $route = \'common/home\';\r\n            }\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <file path=\"catalog/controller/common/content_top.php\">\r\n        <operation>\r\n            <search><![CDATA[class ControllerCommonContentTop extends Controller {]]></search>\r\n            <add position=\"before\"><![CDATA[\r\n            require_once(DIR_SYSTEM . \'Mobile_Detect.php\');\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[if (isset($this->request->get[\'route\'])) {]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            if (isset($this->request->get[\'route\']) && $this->request->get[\'route\'] != \"common/home\") {\r\n            ]]></add>\r\n        </operation>\r\n\r\n        <operation>\r\n            <search><![CDATA[$route = \'common/home\';]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n            $store_id = $this->config->get(\'config_store_id\');\r\n\r\n            if(isset($this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id])) {\r\n                $responsive_type = $this->config->get(\'module_ptcontrolpanel_responsive_type\')[$store_id];\r\n            } else {\r\n                $responsive_type = \"\";\r\n            }\r\n\r\n            if($responsive_type == \"specified\") {\r\n                $detect = new Mobile_Detect;\r\n\r\n                if ( $detect->isTablet() ) {\r\n                    $route = \'common/home\';\r\n                } else {\r\n                    if( $detect->isMobile()){\r\n                        $route = \'plaza/responsive/mobile\';\r\n                    } else {\r\n                        $route = \'common/home\';\r\n                    }\r\n                }\r\n            } else {\r\n                $route = \'common/home\';\r\n            }\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n\r\n    <!-- Layouts Position -->\r\n    <file path=\"admin/controller/design/layout.php\">\r\n        <operation>\r\n            <search><![CDATA[$this->response->setOutput($this->load->view(\'design/layout_form\', $data));]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n                $this->load->language(\'design/layout\');\r\n\r\n                $this->response->setOutput($this->load->view(\'plaza/design/plaza_layout\', $data));\r\n            ]]></add>\r\n        </operation>\r\n    </file>\r\n   \r\n    <!-- Fixed URL SEO -->\r\n  \r\n    <file path=\"catalog/controller/startup/seo_url.php\">\r\n      <operation>\r\n         <search index=\"0\"><![CDATA[if ($url[0] == \'information_id\') {]]></search>\r\n           <add position=\"before\"><![CDATA[\r\n          if ($url[0] == \'post_id\') {\r\n               $this->request->get[\'post_id\'] = $url[1];\r\n         }   \r\n            if ($url[0] == \'post_list_id\') {\r\n              $this->request->get[\'post_list_id\'] = $url[1];\r\n            }\r\n           ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search index=\"0\"><![CDATA[if ($query->row[\'query\'] && $url[0] != \'information_id\' && $url[0] != \'manufacturer_id\' && $url[0] != \'category_id\' && $url[0] != \'product_id\') {]]></search>\r\n            <add position=\"replace\"><![CDATA[\r\n         if ($query->row[\'query\'] && $url[0] != \'information_id\' && $url[0] != \'post_list_id\' && $url[0] != \'post_id\' && $url[0] != \'manufacturer_id\' && $url[0] != \'category_id\' && $url[0] != \'product_id\') {\r\n            ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search index=\"0\"><![CDATA[$this->request->get[\'route\'] = $query->row[\'query\'];]]></search>\r\n           <add position=\"after\"><![CDATA[\r\n           if($query->row[\'query\'] && $url[0] == \'ptblog\') {\r\n               $this->request->get[\'route\'] = \"plaza/blog\";\r\n            }   \r\n            ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search index=\"0\"><![CDATA[$this->request->get[\'route\'] = \'information/information\';]]></search>\r\n          <add position=\"after\"><![CDATA[\r\n               } elseif (isset($this->request->get[\'post_id\'])) {\r\n                    $this->request->get[\'route\'] = \'plaza/blog/post\';\r\n               } elseif (isset($this->request->get[\'post_list_id\'])) {\r\n                   $this->request->get[\'route\'] = \'plaza/blog/category\';\r\n           ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search index=\"0\"><![CDATA[if (isset($data[\'route\'])) {]]></search>\r\n         <add position=\"after\"><![CDATA[\r\n           if($data[\'route\'] == \'plaza/blog\') {\r\n                        $query = $this->db->query(\"SELECT * FROM \" . DB_PREFIX . \"seo_url WHERE `query` = \'ptblog\' AND store_id = \'\" . (int)$this->config->get(\'config_store_id\') . \"\' AND language_id = \'\" . (int)$this->config->get(\'config_language_id\') . \"\'\");\r\n\r\n                       if ($query->num_rows && $query->row[\'keyword\']) {\r\n                         $url .= \'/\' . $query->row[\'keyword\'];\r\n\r\n                           unset($data[$key]);\r\n                     }\r\n                   }\r\n               }\r\n           }   \r\n            ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search index=\"0\"><![CDATA[if (($data[\'route\'] == \'product/product\' && $key == \'product_id\') || (($data[\'route\'] == \'product/manufacturer/info\' || $data[\'route\'] == \'product/product\') && $key == \'manufacturer_id\') || ($data[\'route\'] == \'information/information\' && $key == \'information_id\')) {]]></search>\r\n           <add position=\"before\"><![CDATA[\r\n          foreach ($data as $key => $value) {\r\n         if (isset($data[\'route\'])) {\r\n              if($data[\'route\'] == \'plaza/blog/post\' && $key == \'post_id\') {\r\n                    $query = $this->db->query(\"SELECT * FROM \" . DB_PREFIX . \"seo_url WHERE `query` = \'\" . $this->db->escape($key . \'=\' . (int)$value) . \"\' AND store_id = \'\" . (int)$this->config->get(\'config_store_id\') . \"\' AND language_id = \'\" . (int)$this->config->get(\'config_language_id\') . \"\'\");\r\n\r\n                  if ($query->num_rows && $query->row[\'keyword\']) {\r\n                     $url .= \'/\' . $query->row[\'keyword\'];\r\n\r\n                       unset($data[$key]);\r\n                 }\r\n               }\r\n\r\n               if($data[\'route\'] == \'plaza/blog/category\' && $key == \'post_list_id\') {\r\n                   $query = $this->db->query(\"SELECT * FROM \" . DB_PREFIX . \"seo_url WHERE `query` = \'\" . $this->db->escape($key . \'=\' . (int)$value) . \"\' AND store_id = \'\" . (int)$this->config->get(\'config_store_id\') . \"\' AND language_id = \'\" . (int)$this->config->get(\'config_language_id\') . \"\'\");\r\n\r\n                  if ($query->num_rows && $query->row[\'keyword\']) {\r\n                     $url .= \'/\' . $query->row[\'keyword\'];\r\n\r\n                       unset($data[$key]);\r\n                 }\r\n               }   \r\n            ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search index=\"0\"><![CDATA[} elseif ($key == \'path\') {]]></search>\r\n          <add position=\"before\"><![CDATA[\r\n          } elseif ($key == \'route\') {\r\n          $query = $this->db->query(\"SELECT * FROM \" . DB_PREFIX . \"seo_url WHERE `query` = \'\" . $this->db->escape($value) . \"\' AND store_id = \'\" . (int)$this->config->get(\'config_store_id\') . \"\' AND language_id = \'\" . (int)$this->config->get(\'config_language_id\') . \"\'\");\r\n          if ($query->num_rows && $query->row[\'keyword\']) {\r\n             $url .= \'/\' . $query->row[\'keyword\'];\r\n               unset($data[$key]);\r\n         } else if ($data[\'route\'] == \"common/home\") { \r\n           $url .= \'/\'; \r\n            }   \r\n            ]]></add>\r\n       </operation>\r\n    </file>\r\n</modification>', 1, '2019-03-20 10:39:18');
  252. INSERT INTO `oc_modification` (`modification_id`, `extension_install_id`, `name`, `code`, `author`, `version`, `link`, `xml`, `status`, `date_added`) VALUES
  253. (39, 39, 'Plaza Theme Custom', 'plaza_theme_custom', 'Plazathemes', '1.0', '', '<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<modification>\r\n    <code>plaza_theme_custom</code>\r\n    <name>Plaza Theme Custom</name>\r\n    <version>1.0</version>\r\n    <author>Plazathemes</author>\r\n    <!-- Add position in header -->\r\n <file path=\"catalog/controller/common/header.php\">\r\n        <operation>\r\n         <search><![CDATA[$data[\'menu\'] = $this->load->controller(\'common/menu\');]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               // Plaza Module Postion\r\n                 $data[\'position1\'] = $this->load->controller(\'common/position1\');\r\n                   $data[\'position2\'] = $this->load->controller(\'common/position2\');\r\n                   $data[\'position3\'] = $this->load->controller(\'common/position3\');\r\n                   $data[\'position4\'] = $this->load->controller(\'common/position4\');\r\n                   $data[\'position5\'] = $this->load->controller(\'common/position5\');\r\n                   $data[\'position6\'] = $this->load->controller(\'common/position6\');\r\n                   $data[\'position7\'] = $this->load->controller(\'common/position7\');\r\n                   $data[\'position8\'] = $this->load->controller(\'common/position8\');\r\n                   $data[\'position9\'] = $this->load->controller(\'common/position9\');\r\n                   $data[\'position10\'] = $this->load->controller(\'common/position10\');\r\n             // End Plaza Module Postion\r\n         ]]></add>\r\n       </operation>\r\n    </file>\r\n <!-- Add position in footer -->\r\n <file path=\"catalog/controller/common/footer.php\">\r\n        <operation>\r\n         <search><![CDATA[$data[\'powered\'] = sprintf($this->language->get(\'text_powered\'), $this->config->get(\'config_name\'), date(\'Y\', time()));]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               // Plaza Module Postion\r\n                 $data[\'position1\'] = $this->load->controller(\'common/position1\');\r\n                   $data[\'position2\'] = $this->load->controller(\'common/position2\');\r\n                   $data[\'position3\'] = $this->load->controller(\'common/position3\');\r\n                   $data[\'position4\'] = $this->load->controller(\'common/position4\');\r\n                   $data[\'position5\'] = $this->load->controller(\'common/position5\');\r\n                   $data[\'position6\'] = $this->load->controller(\'common/position6\');\r\n                   $data[\'position7\'] = $this->load->controller(\'common/position7\');\r\n                   $data[\'position8\'] = $this->load->controller(\'common/position8\');\r\n                   $data[\'position9\'] = $this->load->controller(\'common/position9\');\r\n                   $data[\'position10\'] = $this->load->controller(\'common/position10\');\r\n             // End Plaza Module Postion\r\n         ]]></add>\r\n       </operation>\r\n    </file>\r\n <!-- Add class page in body tag -->\r\n <file path=\"catalog/controller/common/header.php\">\r\n        <operation>\r\n         <search><![CDATA[$data[\'menu\'] = $this->load->controller(\'common/menu\');]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               // Add class page in body tag\r\n               if (isset($this->request->get[\'route\'])) {\r\n                    if (isset($this->request->get[\'product_id\'])) {\r\n                       $class = \'-\' . $this->request->get[\'product_id\'];\r\n                   } elseif (isset($this->request->get[\'path\'])) {\r\n                       $class = \'-\' . $this->request->get[\'path\'];\r\n                 } elseif (isset($this->request->get[\'manufacturer_id\'])) {\r\n                        $class = \'-\' . $this->request->get[\'manufacturer_id\'];\r\n                  } elseif (isset($this->request->get[\'information_id\'])) {\r\n                     $class = \'-\' . $this->request->get[\'information_id\'];\r\n                   } else {\r\n                        $class = \'\';\r\n                  }\r\n\r\n                   $data[\'class\'] = str_replace(\'/\', \'-\', $this->request->get[\'route\']) . $class;\r\n              } else {\r\n                    $data[\'class\'] = \'common-home\';\r\n             }\r\n               // End Add class page in body tag\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n <!-- Remove link swipe js,cs in carousel module default -->\r\n <file path=\"catalog/controller/extension/module/carousel.php\">\r\n        <operation>\r\n         <search><![CDATA[$this->document->addStyle(\'catalog/view/javascript/jquery/swiper/css/swiper.min.css\');]]></search>\r\n           <add position=\"replace\"><![CDATA[\r\n             //$this->document->addStyle(\'catalog/view/javascript/jquery/swiper/css/swiper.min.css\');\r\n          ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search><![CDATA[$this->document->addStyle(\'catalog/view/javascript/jquery/swiper/css/opencart.css\');]]></search>\r\n         <add position=\"replace\"><![CDATA[\r\n             //$this->document->addStyle(\'catalog/view/javascript/jquery/swiper/css/opencart.css\');\r\n            ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search><![CDATA[$this->document->addScript(\'catalog/view/javascript/jquery/swiper/js/swiper.jquery.js\');]]></search>\r\n         <add position=\"replace\"><![CDATA[\r\n             //$this->document->addScript(\'catalog/view/javascript/jquery/swiper/js/swiper.jquery.js\');\r\n            ]]></add>\r\n       </operation>\r\n    </file>\r\n <!-- Add span tag in category module default -->\r\n    <file path=\"catalog/controller/extension/module/category.php\">\r\n        <operation>\r\n            <search><![CDATA[\'name\' => $child[\'name\'] . ($this->config->get(\'config_product_count\') ? \' (\' . $this->model_catalog_product->getTotalProducts($filter_data) . \')\' : \'\'),]]></search>\r\n            <add position=\"replace\">\r\n                <![CDATA[\r\n                    \'name\' => $child[\'name\'] . ($this->config->get(\'config_product_count\') ? \' <span>\' . $this->model_catalog_product->getTotalProducts($filter_data) . \'</span>\' : \'\'),\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n       <operation>\r\n            <search><![CDATA[\'name\'        => $category[\'name\'] . ($this->config->get(\'config_product_count\') ? \' (\' . $this->model_catalog_product->getTotalProducts($filter_data) . \')\' : \'\'),]]></search>\r\n            <add position=\"replace\">\r\n                <![CDATA[\r\n                    \'name\'        => $category[\'name\'] . ($this->config->get(\'config_product_count\') ? \' <span>\' . $this->model_catalog_product->getTotalProducts($filter_data) . \'</span>\' : \'\'),\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n    </file>\r\n    <!-- Add manufacturer to category,manufacturer,search,special -->\r\n   <file path=\"catalog/controller/product/{category,manufacturer,search,special}*.php\">\r\n      <operation>\r\n         <search><![CDATA[$result[\'rating\'],]]></search>\r\n           <add position=\"after\"><![CDATA[\r\n               // Add manufacturer\r\n                 \'manufacturer\' => $result[\'manufacturer\'],\r\n                  \'manufacturer_href\' => $this->url->link(\'product/manufacturer/info\', \'manufacturer_id=\' . $result[\'manufacturer_id\']),\r\n              // End Add manufacturer\r\n         ]]></add>\r\n       </operation>\r\n    </file>\r\n \r\n    <!-- Add text_stock to category,manufacturer,search,special -->\r\n <file path=\"catalog/controller/product/{category,manufacturer,search,special}*.php\">\r\n      <operation>\r\n         <search><![CDATA[$data[\'products\'][] = array(]]></search>\r\n         <add position=\"before\"><![CDATA[\r\n              if ($result[\'quantity\'] <= 0) {\r\n                   $stock = $result[\'stock_status\'];\r\n             } elseif ($this->config->get(\'config_stock_display\')) {\r\n                   $stock = $result[\'quantity\'];\r\n             } else {\r\n                    $stock = $this->language->get(\'text_instock\');\r\n                }\r\n           ]]></add>\r\n       </operation>\r\n        <operation>\r\n            <search><![CDATA[$data[\'products\'][] = array(]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n                 \'stock\'       => $stock,\r\n                  \'quantity\'      => (int) $result[\'quantity\'],\r\n            ]]></add>\r\n        </operation>\r\n  </file>\r\n \r\n    <file path=\"catalog/controller/product/product.php\">\r\n      <!-- Add manufacturer to related product -->\r\n        <operation>\r\n         <search><![CDATA[$rating,]]></search>\r\n           <add position=\"after\"><![CDATA[\r\n               // Add manufacturer to related product\r\n                  \'manufacturer\' => $result[\'manufacturer\'],\r\n                  \'manufacturer_href\' => $this->url->link(\'product/manufacturer/info\', \'manufacturer_id=\' . $result[\'manufacturer_id\']),\r\n              // End Add manufacturer to related product\r\n          ]]></add>\r\n       </operation>\r\n        <!-- Add positon to product page -->\r\n        <operation>\r\n         <search><![CDATA[$data[\'breadcrumbs\'] = array();]]></search>\r\n          <add position=\"after\"><![CDATA[\r\n               $data[\'position10\'] = $this->load->controller(\'common/position10\');\r\n         ]]></add>\r\n       </operation>\r\n    </file>\r\n \r\n    <!-- Add rate_special in category -->\r\n   <file path=\"catalog/controller/product/category.php\">\r\n        <operation>\r\n            <search><![CDATA[$special = $this->currency->format($this->tax->calculate($result[\'special\'], $result[\'tax_class_id\'], $this->config->get(\'config_tax\')), $this->session->data[\'currency\']);]]></search>\r\n            <add position=\"after\">\r\n                <![CDATA[\r\n                    $rate_special = round(($result[\'price\'] - $result[\'special\']) / $result[\'price\'] * 100);\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n      <operation>\r\n            <search><![CDATA[$special = false;]]></search>\r\n            <add position=\"after\">\r\n                <![CDATA[\r\n                    $rate_special = false;\r\n                ]]>\r\n            </add>\r\n        </operation>\r\n       <operation>\r\n            <search><![CDATA[$data[\'products\'][] = array(]]></search>\r\n            <add position=\"after\">\r\n                <![CDATA[\r\n                    \'rate_special\'      => $rate_special,\r\n                ]]>\r\n            </add>\r\n        </operation> \r\n    </file>\r\n \r\n    <!-- Fix text headding,empty -->\r\n    <file path=\"catalog/controller/account/{account,address,affiliate,download,edit,forgotten,login,logout,newsletter,order,password,recurring,register,reset,return,reward,success,tracking,transaction,voucher,wishlist}*.php\">\r\n   <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n   </file>\r\n     \r\n    <file path=\"catalog/controller/affiliate/{login,register,success,}*.php\">\r\n      <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n   </file>\r\n     \r\n    <file path=\"catalog/controller/checkout/{cart,checkout,failure,success}*.php\">\r\n     <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n   </file>\r\n     \r\n    <file path=\"catalog/controller/product/{compare,manufacturer,search,special}*.php\">\r\n    <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n   </file>\r\n     \r\n    <file path=\"catalog/controller/{common,error}/{maintenance,not_found}*.php\">\r\n   <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n   </file>\r\n     \r\n    <file path=\"catalog/controller/extension/{credit_card,payment}/{sagepay_direct,sagepay_server,squareup,amazon_login_pay,klarna_checkout,wechat_pay}*.php\">\r\n     <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n  </file>\r\n <file path=\"catalog/controller/information/{sitemap,contact}*.php\">\r\n     <operation>\r\n      <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n    <add position=\"after\"><![CDATA[\r\n        $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n    ]]></add>\r\n      </operation>\r\n   </file>\r\n     <file path=\"catalog/controller/account/{address,download,order,recurring,return,reward,transaction,wishlist}*.php\">\r\n      <operation>\r\n         <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               $data[\'text_empty\'] = $this->language->get(\'text_empty\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n <file path=\"catalog/controller/checkout/cart.php\">\r\n        <operation>\r\n         <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               $data[\'text_empty\'] = $this->language->get(\'text_empty\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n <file path=\"catalog/controller/common/cart.php\">\r\n      <operation>\r\n         <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               $data[\'text_empty\'] = $this->language->get(\'text_empty\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n <file path=\"catalog/controller/extension/credit_card/{sagepay_direct,sagepay_server}*.php\">\r\n       <operation>\r\n         <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               $data[\'text_empty\'] = $this->language->get(\'text_empty\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n \r\n    <file path=\"catalog/controller/product/{category,search}*.php\">\r\n       <operation>\r\n         <search><![CDATA[$data[\'breadcrumbs\'] = array();]]></search>\r\n          <add position=\"before\"><![CDATA[\r\n              $data[\'text_empty\'] = $this->language->get(\'text_empty\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n \r\n    <file path=\"catalog/controller/product/{compare,manufacturer,special}*.php\">\r\n      <operation>\r\n         <search><![CDATA[$this->document->setTitle($this->language->get(\'heading_title\'));]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               $data[\'text_empty\'] = $this->language->get(\'text_empty\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n <file path=\"catalog/controller/account/voucher.php\">\r\n      <operation>\r\n         <search><![CDATA[$this->load->language(\'account/voucher\');]]></search>\r\n            <add position=\"after\"><![CDATA[\r\n               $data[\'text_agree\'] = $this->language->get(\'text_agree\');\r\n           ]]></add>\r\n       </operation>\r\n    </file>\r\n <file path=\"admin/controller/design/layout.php\">\r\n      <operation>\r\n         <search><![CDATA[$this->load->language(\'design/layout\');]]></search>\r\n          <add position=\"after\"><![CDATA[\r\n               $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n         ]]></add>\r\n       </operation>\r\n        <operation>\r\n         <search><![CDATA[protected function getForm() {]]></search>\r\n         <add position=\"after\"><![CDATA[\r\n               $this->load->language(\'design/layout\');\r\n               $data[\'heading_title\'] = $this->language->get(\'heading_title\');\r\n         ]]></add>\r\n       </operation>\r\n        \r\n    </file>\r\n</modification>', 1, '2019-06-16 09:51:23');
  254. -- --------------------------------------------------------
  255. --
  256. -- Table structure for table `oc_module`
  257. --
  258. DROP TABLE IF EXISTS `oc_module`;
  259. CREATE TABLE IF NOT EXISTS `oc_module` (
  260.   `module_id` INT(11) NOT NULL AUTO_INCREMENT,
  261.   `name` VARCHAR(64) NOT NULL,
  262.   `code` VARCHAR(32) NOT NULL,
  263.   `setting` text NOT NULL,
  264.   PRIMARY KEY (`module_id`)
  265. ) ENGINE=MyISAM AUTO_INCREMENT=223 DEFAULT CHARSET=utf8;
  266. --
  267. -- Dumping data for table `oc_module`
  268. --
  269. INSERT INTO `oc_module` (`module_id`, `name`, `code`, `setting`) VALUES
  270. (30, 'Category', 'banner', '{\"name\":\"Category\",\"banner_id\":\"6\",\"width\":\"182\",\"height\":\"182\",\"status\":\"1\"}'),
  271. (29, 'BrandSlider', 'carousel', '{\"name\":\"BrandSlider\",\"banner_id\":\"8\",\"width\":\"195\",\"height\":\"110\",\"status\":\"1\"}'),
  272. (28, 'Home Page', 'featured', '{\"name\":\"Home Page\",\"product\":[\"43\",\"40\",\"42\",\"30\"],\"limit\":\"4\",\"width\":\"200\",\"height\":\"200\",\"status\":\"1\"}'),
  273. (27, 'Home Page', 'slideshow', '{\"name\":\"Home Page\",\"banner_id\":\"7\",\"width\":\"1140\",\"height\":\"380\",\"status\":\"1\"}'),
  274. (31, 'Banner 1', 'banner', '{\"name\":\"Banner 1\",\"banner_id\":\"6\",\"width\":\"182\",\"height\":\"182\",\"status\":\"1\"}'),
  275. (195, 'Store 1 - Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 1 - Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptajaxlogin\",\"name\":\" Plaza Quick Login\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptajaxlogin&amp;user_token=xnnWteSDvwnsFB0RcuxeKelSkhVzLp3y\"},{\"code\":\"ptnewsletter.43\",\"name\":\" Plaza Newsletter &gt; Newsletter Popup\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptnewsletter&amp;user_token=xnnWteSDvwnsFB0RcuxeKelSkhVzLp3y&amp;module_id=43\"},{\"code\":\"ptslider.36\",\"name\":\" Plaza Slider &gt; Home slideshow 1\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=xnnWteSDvwnsFB0RcuxeKelSkhVzLp3y&amp;module_id=36\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.38\",\"name\":\" Plaza Static Block &gt; Policy Block\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=xnnWteSDvwnsFB0RcuxeKelSkhVzLp3y&amp;module_id=38\"},{\"code\":\"ptstaticblock.196\",\"name\":\" Plaza Static Block &gt; Static Top Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=p3RbTNK1hnyDyFSreZx8dEjhz3gAY7Ho&amp;module_id=196\"},{\"code\":\"ptproducts.206\",\"name\":\" Plaza Products  &gt; New Trending Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=p3RbTNK1hnyDyFSreZx8dEjhz3gAY7Ho&amp;module_id=206\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.205\",\"name\":\" Plaza Static Block &gt; Static Middle Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=p3RbTNK1hnyDyFSreZx8dEjhz3gAY7Ho&amp;module_id=205\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptproducts.208\",\"name\":\" Plaza Products  &gt; Our Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=p3RbTNK1hnyDyFSreZx8dEjhz3gAY7Ho&amp;module_id=208\"},{\"code\":\"ptinstagram.198\",\"name\":\" Plaza Instagram &gt; Instagram\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptinstagram&amp;user_token=7VlbNs3VrUY77wncxiZbwfDwwbggjIAt&amp;module_id=198\"}]},\"format\":\"12\"}]}]}]}]}'),
  276. (196, 'Static Top Store1', 'ptstaticblock', '{\"name\":\"Static Top Store1\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-top-store1&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona1.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Top Trending&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Men\\u2019s &lt;br&gt;\\r\\n            Collection Sneaker 2019&lt;\\/h3&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona1.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Black Friday 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 20% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-top-pedona1.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;New Arrivals&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Women\\u2019s &lt;br&gt;\\r\\n            Collection Sneaker 2019&lt;\\/h3&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-top-store1&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona1.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Top Trending&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Men\\u2019s &lt;br&gt;\\r\\n            Collection Sneaker 2019&lt;\\/h3&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona1.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Black Friday 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 20% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-top-pedona1.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;New Arrivals&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Women\\u2019s &lt;br&gt;\\r\\n            Collection Sneaker 2019&lt;\\/h3&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"}}}'),
  277. (209, 'Static Top Store2', 'ptstaticblock', '{\"name\":\"Static Top Store2\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-top-store2&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona2.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Women\\u2019s Sale 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 30% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona2.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Black Friday 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 20% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-top-pedona2.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Men\\u2019s Sale 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 10% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-top-store2&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona2.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Women\\u2019s Sale 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 30% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona2.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Black Friday 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 20% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-top-pedona2.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text text-center&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Men\\u2019s Sale 2019&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;Sale 10% Off &lt;br&gt;\\r\\n            All Products in Store&lt;\\/h3&gt;\\r\\n          &lt;p class=&quot;text3&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"}}}'),
  278. (33, 'Horizontal Menu 01', 'ptmenu', '{\"name\":\"Horizontal Menu 01\",\"status\":\"1\",\"menu\":\"1\",\"effect\":\"none\",\"menu_bg\":\"FFFFFF\",\"menu_text_color\":\"FFFFFF\",\"menu_pd_top\":\"0px\",\"menu_pd_right\":\"0px\",\"menu_pd_bottom\":\"0px\",\"menu_pd_left\":\"0px\",\"item_bg\":\"FFFFFF\",\"item_bg_hover\":\"FFFFFF\",\"item_font_color\":\"242424\",\"item_font_size\":\"1.2rem\",\"item_font_transform\":\"uppercase\",\"item_font_weight\":\"500\",\"item_font_color_hover\":\"CC2121\",\"item_font_weight_hover\":\"500\",\"item_pd_top\":\"1.5rem\",\"item_pd_right\":\"0\",\"item_pd_bottom\":\"1.5rem\",\"item_pd_left\":\"0\",\"item_show\":\"5\",\"mega_menu_bg\":\"FFFFFF\",\"mega_sub_item_font_color\":\"292929\",\"mega_sub_item_font_size\":\"1.4rem\",\"mega_sub_item_font_transform\":\"capitalize\",\"mega_sub_item_font_weight\":\"500\",\"mega_sub_item_hover_font_color\":\"CC2121\",\"mega_sub_item_hover_font_weight\":\"500\",\"mega_sub_sub_item_font_color\":\"707070\",\"mega_sub_sub_item_font_size\":\"1.4rem\",\"mega_sub_sub_item_font_transform\":\"capitalize\",\"mega_sub_sub_item_font_weight\":\"400\",\"mega_sub_sub_item_hover_font_color\":\"CC2121\",\"mega_sub_sub_item_hover_font_weight\":\"400\",\"mega_menu_pd_top\":\"3.5rem\",\"mega_menu_pd_right\":\"4.9rem\",\"mega_menu_pd_bottom\":\"4.9rem\",\"mega_menu_pd_left\":\"4.9rem\",\"second_item_bg\":\"FFFFFF\",\"second_item_bg_hover\":\"FFFFFF\",\"second_item_font_color\":\"292929\",\"second_item_font_size\":\"1.4rem\",\"second_item_font_transform\":\"capitalize\",\"second_item_font_weight\":\"500\",\"second_item_font_color_hover\":\"CC2121\",\"second_item_font_weight_hover\":\"500\",\"third_item_bg\":\"FFFFFF\",\"third_item_bg_hover\":\"FFFFFF\",\"third_item_font_color\":\"707070\",\"third_item_font_size\":\"1.4rem\",\"third_item_font_transform\":\"capitalize\",\"third_item_font_weight\":\"400\",\"third_item_font_color_hover\":\"CC2121\",\"third_item_font_weight_hover\":\"400\"}'),
  279. (46, 'Home slideshow 2', 'ptslider', '{\"name\":\"Home slideshow 2\",\"status\":\"1\",\"slider\":\"2\",\"width\":\"1920\",\"height\":\"960\"}'),
  280. (47, 'Home slideshow 3', 'ptslider', '{\"name\":\"Home slideshow 3\",\"status\":\"1\",\"slider\":\"3\",\"width\":\"1170\",\"height\":\"530\"}'),
  281. (35, 'Mobile Menu 01', 'ptmenu', '{\"name\":\"Mobile Menu 01\",\"status\":\"1\",\"menu\":\"3\",\"effect\":\"none\",\"menu_bg\":\"FFFFFF\",\"menu_text_color\":\"222222\",\"menu_pd_top\":\"0px\",\"menu_pd_right\":\"0px\",\"menu_pd_bottom\":\"0px\",\"menu_pd_left\":\"0px\",\"item_bg\":\"FFFFFF\",\"item_bg_hover\":\"FFFFFF\",\"item_font_color\":\"222222\",\"item_font_size\":\"1.3rem\",\"item_font_transform\":\"uppercase\",\"item_font_weight\":\"500\",\"item_font_color_hover\":\"CC2121\",\"item_font_weight_hover\":\"500\",\"item_pd_top\":\"5px\",\"item_pd_right\":\"0px\",\"item_pd_bottom\":\"5px\",\"item_pd_left\":\"0px\",\"item_show\":\"5\",\"mega_menu_bg\":\"FFFFFF\",\"mega_sub_item_font_color\":\"FFFFFF\",\"mega_sub_item_font_size\":\"1.4rem\",\"mega_sub_item_font_transform\":\"none\",\"mega_sub_item_font_weight\":\"300\",\"mega_sub_item_hover_font_color\":\"FFFFFF\",\"mega_sub_item_hover_font_weight\":\"300\",\"mega_sub_sub_item_font_color\":\"FFFFFF\",\"mega_sub_sub_item_font_size\":\"1.4rem\",\"mega_sub_sub_item_font_transform\":\"none\",\"mega_sub_sub_item_font_weight\":\"300\",\"mega_sub_sub_item_hover_font_color\":\"FFFFFF\",\"mega_sub_sub_item_hover_font_weight\":\"300\",\"mega_menu_pd_top\":\"0px\",\"mega_menu_pd_right\":\"0px\",\"mega_menu_pd_bottom\":\"0px\",\"mega_menu_pd_left\":\"0px\",\"second_item_bg\":\"FFFFFF\",\"second_item_bg_hover\":\"FFFFFF\",\"second_item_font_color\":\"222222\",\"second_item_font_size\":\"1.4rem\",\"second_item_font_transform\":\"capitalize\",\"second_item_font_weight\":\"500\",\"second_item_font_color_hover\":\"CC2121\",\"second_item_font_weight_hover\":\"500\",\"third_item_bg\":\"FFFFFF\",\"third_item_bg_hover\":\"FFFFFF\",\"third_item_font_color\":\"666666\",\"third_item_font_size\":\"1.4rem\",\"third_item_font_transform\":\"capitalize\",\"third_item_font_weight\":\"400\",\"third_item_font_color_hover\":\"CC2121\",\"third_item_font_weight_hover\":\"400\"}'),
  282. (36, 'Home slideshow 1', 'ptslider', '{\"name\":\"Home slideshow 1\",\"status\":\"1\",\"slider\":\"1\",\"width\":\"1920\",\"height\":\"631\"}'),
  283. (38, 'Policy Block', 'ptstaticblock', '{\"name\":\"Policy Block\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;policy-block&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Free Shipping&lt;\\/h4&gt;\\r\\n          &lt;p&gt;Free shipping on all order&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Money Return&lt;\\/h4&gt;\\r\\n          &lt;p&gt;30 days for free return&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    \\r\\n    &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Online Support&lt;\\/h4&gt;\\r\\n          &lt;p&gt;Support 24 hours a day&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    \\r\\n     &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Deals &amp;amp; Promotions&lt;\\/h4&gt;\\r\\n          &lt;p&gt;Price savings, discounts, coupons&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;policy-block&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Free Shipping&lt;\\/h4&gt;\\r\\n          &lt;p&gt;Free shipping on all order&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Money Return&lt;\\/h4&gt;\\r\\n          &lt;p&gt;30 days for free return&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    \\r\\n    &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Online Support&lt;\\/h4&gt;\\r\\n          &lt;p&gt;Support 24 hours a day&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    \\r\\n     &lt;div class=&quot;col &quot;&gt;\\r\\n      &lt;div class=&quot;box&quot;&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4&gt;Deals &amp;amp; Promotions&lt;\\/h4&gt;\\r\\n          &lt;p&gt;Price savings, discounts, coupons&lt;\\/p&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\"}}}'),
  284. (41, 'Footer About us', 'ptstaticblock', '{\"name\":\"Footer About us\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;footer-about-us&quot;&gt;\\r\\n  &lt;a href=&quot;#&quot; class=&quot;logo-footer&quot;&gt;&lt;img src=&quot;image\\/catalog\\/logo\\/logo-footer.png&quot; alt=&quot;logo-footer&quot;&gt;&lt;\\/a&gt;\\r\\n  &lt;p&gt;We are a team of designers and developers that create \\r\\n    high quality Magento, Prestashop, Opencart [...].&lt;\\/p&gt;\\r\\n  &lt;ul&gt;\\r\\n    &lt;li&gt;&lt;label&gt;Address:&lt;\\/label&gt; 6688Princess Road, London, Greater London\\r\\n      BAS 23JK, UK&lt;\\/li&gt;\\r\\n    &lt;li&gt;&lt;label&gt;Phone:&lt;\\/label&gt; (012) 800 456 789-987 &lt;\\/li&gt;\\r\\n    &lt;li&gt;&lt;label&gt;Email:&lt;\\/label&gt; Contact@plazathemes.com&lt;\\/li&gt;\\r\\n  &lt;\\/ul&gt;\\r\\n&lt;\\/div&gt;\\r\\n\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;footer-about-us&quot;&gt;\\r\\n  &lt;a href=&quot;#&quot; class=&quot;logo-footer&quot;&gt;&lt;img src=&quot;image\\/catalog\\/logo\\/logo-footer.png&quot; alt=&quot;logo-footer&quot;&gt;&lt;\\/a&gt;\\r\\n  &lt;p&gt;We are a team of designers and developers that create \\r\\n    high quality Magento, Prestashop, Opencart [...].&lt;\\/p&gt;\\r\\n  &lt;ul&gt;\\r\\n    &lt;li&gt;&lt;label&gt;Address:&lt;\\/label&gt; 6688Princess Road, London, Greater London\\r\\n      BAS 23JK, UK&lt;\\/li&gt;\\r\\n    &lt;li&gt;&lt;label&gt;Phone:&lt;\\/label&gt; (012) 800 456 789-987 &lt;\\/li&gt;\\r\\n    &lt;li&gt;&lt;label&gt;Email:&lt;\\/label&gt; Contact@plazathemes.com&lt;\\/li&gt;\\r\\n  &lt;\\/ul&gt;\\r\\n&lt;\\/div&gt;\\r\\n\\r\\n\"}}}'),
  285. (174, 'Popular Tags', 'ptstaticblock', '{\"name\":\"Popular Tags\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;popular-tags&quot;&gt;\\r\\n&lt;div class=&quot;title&quot;&gt;&lt;h3&gt;Popular Tags&lt;\\/h3&gt;&lt;\\/div&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n&lt;li&gt;                                                  \\t\\t\\t\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Amazon&quot;&gt;Amazon&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Apple&quot;&gt;Apple&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=IPhone&quot;&gt;IPhone&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Headphone&quot;&gt;Headphone&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Beats&quot;&gt;Beats&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Bluetooth&quot;&gt;Bluetooth&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Speaker&quot;&gt;Speaker&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Bose&quot;&gt;Bose&lt;\\/a&gt;\\r\\n\\r\\n&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n&lt;\\/div&gt;\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;popular-tags&quot;&gt;\\r\\n&lt;div class=&quot;title&quot;&gt;&lt;h3&gt;Popular Tags&lt;\\/h3&gt;&lt;\\/div&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n&lt;li&gt;                                                  \\t\\t\\t\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Amazon&quot;&gt;Amazon&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Apple&quot;&gt;Apple&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=IPhone&quot;&gt;IPhone&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Headphone&quot;&gt;Headphone&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Beats&quot;&gt;Beats&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Bluetooth&quot;&gt;Bluetooth&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Speaker&quot;&gt;Speaker&lt;\\/a&gt;\\r\\n\\t&lt;a href=&quot;index.php?route=product\\/search&amp;amp;search=Bose&quot;&gt;Bose&lt;\\/a&gt;\\r\\n\\r\\n&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n&lt;\\/div&gt;\"}}}'),
  286. (42, 'Newsletter Subscribe', 'ptnewsletter', '{\"name\":\"Newsletter Subscribe\",\"status\":\"1\",\"popup\":\"0\"}'),
  287. (43, 'Newsletter Popup', 'ptnewsletter', '{\"name\":\"Newsletter Popup\",\"status\":\"1\",\"popup\":\"1\"}'),
  288. (173, 'Social', 'ptstaticblock', '{\"name\":\"Social\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"  &lt;div class=&quot;social&quot;&gt;\\r\\n    &lt;a href=&quot;https:\\/\\/www.facebook.com\\/PlazaThemes1\\/&quot; class=&quot;facebook&quot; target=&quot;_blank&quot; title=&quot;Facebook&quot;&gt;Facebook&lt;\\/a&gt;\\r\\n    &lt;a href=&quot;https:\\/\\/twitter.com\\/plazathemes&quot; target=&quot;_blank&quot; class=&quot;twitter&quot; title=&quot;Twitter&quot;&gt;Twitter&lt;\\/a&gt;\\r\\n    &lt;a href=&quot;#&quot; target=&quot;_blank&quot; class=&quot;google&quot; title=&quot;Google+&quot;&gt;Google&lt;\\/a&gt;\\r\\n    &lt;a href=&quot;https:\\/\\/www.youtube.com\\/user\\/plazathemes&quot; target=&quot;_blank&quot; class=&quot;youtube&quot; title=&quot;Youtube&quot;&gt;Youtube&lt;\\/a&gt;\\r\\n  &lt;\\/div&gt;\"},\"4\":{\"title\":\"\",\"description\":\"  &lt;div class=&quot;social&quot;&gt;\\r\\n    &lt;a href=&quot;https:\\/\\/www.facebook.com\\/PlazaThemes1\\/&quot; class=&quot;facebook&quot; target=&quot;_blank&quot; title=&quot;Facebook&quot;&gt;Facebook&lt;\\/a&gt;\\r\\n    &lt;a href=&quot;https:\\/\\/twitter.com\\/plazathemes&quot; target=&quot;_blank&quot; class=&quot;twitter&quot; title=&quot;Twitter&quot;&gt;Twitter&lt;\\/a&gt;\\r\\n    &lt;a href=&quot;#&quot; target=&quot;_blank&quot; class=&quot;google&quot; title=&quot;Google+&quot;&gt;Google&lt;\\/a&gt;\\r\\n    &lt;a href=&quot;https:\\/\\/www.youtube.com\\/user\\/plazathemes&quot; target=&quot;_blank&quot; class=&quot;youtube&quot; title=&quot;Youtube&quot;&gt;Youtube&lt;\\/a&gt;\\r\\n  &lt;\\/div&gt;\"}}}'),
  289. (45, 'Payment', 'ptstaticblock', '{\"name\":\"Payment\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;payment&quot;&gt;\\r\\n  &lt;img src=&quot;image\\/catalog\\/ptblock\\/payment.png&quot; alt=&quot;payment&quot;&gt;\\r\\n&lt;\\/div&gt;\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;payment&quot;&gt;\\r\\n  &lt;img src=&quot;image\\/catalog\\/ptblock\\/payment.png&quot; alt=&quot;payment&quot;&gt;\\r\\n&lt;\\/div&gt;\"}}}'),
  290. (50, 'Home slideshow 4', 'ptslider', '{\"name\":\"Home slideshow 4\",\"status\":\"1\",\"slider\":\"4\",\"width\":\"900\",\"height\":\"700\"}'),
  291. (190, 'Store 1 - Mobile Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 1 - Mobile Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptslider.56\",\"name\":\" Plaza Slider &gt; Mobile Home slideshow 1\",\"url\":\"http:\\/\\/antomi1.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=Ikwx42OVfE3CF9nDdtpNnDOAMuLaCq5F&amp;module_id=56\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.38\",\"name\":\" Plaza Static Block &gt; Policy Block\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=38\"},{\"code\":\"ptstaticblock.196\",\"name\":\" Plaza Static Block &gt; Static Top Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=196\"},{\"code\":\"ptproducts.206\",\"name\":\" Plaza Products  &gt; New Trending Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=206\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.205\",\"name\":\" Plaza Static Block &gt; Static Middle Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=205\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptproducts.208\",\"name\":\" Plaza Products  &gt; Our Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=208\"},{\"code\":\"ptinstagram.198\",\"name\":\" Plaza Instagram &gt; Instagram\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptinstagram&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=198\"}]},\"format\":\"12\"}]}]}]}]}'),
  292. (56, 'Mobile Home slideshow 1', 'ptslider', '{\"name\":\"Mobile Home slideshow 1\",\"status\":\"1\",\"slider\":\"1\",\"width\":\"767\",\"height\":\"252\"}'),
  293. (57, 'Mobile Home slideshow 2', 'ptslider', '{\"name\":\"Mobile Home slideshow 2\",\"status\":\"1\",\"slider\":\"2\",\"width\":\"767\",\"height\":\"384\"}'),
  294. (58, 'Mobile Home slideshow 3', 'ptslider', '{\"name\":\"Mobile Home slideshow 3\",\"status\":\"1\",\"slider\":\"3\",\"width\":\"767\",\"height\":\"347\"}'),
  295. (59, 'Mobile Home slideshow 4', 'ptslider', '{\"name\":\"Mobile Home slideshow 4\",\"status\":\"1\",\"slider\":\"4\",\"width\":\"767\",\"height\":\"597\"}'),
  296. (60, 'Store 2 - Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 2 - Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptajaxlogin\",\"name\":\" Plaza Quick Login\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptajaxlogin&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4\"},{\"code\":\"ptnewsletter.43\",\"name\":\" Plaza Newsletter &gt; Newsletter Popup\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptnewsletter&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4&amp;module_id=43\"},{\"code\":\"ptslider.46\",\"name\":\" Plaza Slider &gt; Home slideshow 2\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=GVLYx6rxFhktHdJxIYK69fmLQfVvTPlc&amp;module_id=46\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.209\",\"name\":\" Plaza Static Block &gt; Static Top Store2\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=yo6FzCi6AunvTr9xOVYGnYbIlIe3GjAB&amp;module_id=209\"},{\"code\":\"ptproducts.210\",\"name\":\" Plaza Products  &gt; New Trending Products 2\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=yo6FzCi6AunvTr9xOVYGnYbIlIe3GjAB&amp;module_id=210\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.205\",\"name\":\" Plaza Static Block &gt; Static Middle Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=yo6FzCi6AunvTr9xOVYGnYbIlIe3GjAB&amp;module_id=205\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptblog.72\",\"name\":\" Plaza Blog &gt; Blog\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptblog&amp;user_token=yo6FzCi6AunvTr9xOVYGnYbIlIe3GjAB&amp;module_id=72\"},{\"code\":\"ptinstagram.198\",\"name\":\" Plaza Instagram &gt; Instagram\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptinstagram&amp;user_token=yo6FzCi6AunvTr9xOVYGnYbIlIe3GjAB&amp;module_id=198\"}]},\"format\":\"12\"}]}]}]}]}'),
  297. (211, 'Horizontal Menu 02', 'ptmenu', '{\"name\":\"Horizontal Menu 02\",\"status\":\"1\",\"menu\":\"1\",\"effect\":\"none\",\"menu_bg\":\"FFFFFF\",\"menu_text_color\":\"FFFFFF\",\"menu_pd_top\":\"0px\",\"menu_pd_right\":\"0px\",\"menu_pd_bottom\":\"0px\",\"menu_pd_left\":\"0px\",\"item_bg\":\"FFFFFF\",\"item_bg_hover\":\"FFFFFF\",\"item_font_color\":\"FFFFFF\",\"item_font_size\":\"1.2rem\",\"item_font_transform\":\"uppercase\",\"item_font_weight\":\"500\",\"item_font_color_hover\":\"CC2121\",\"item_font_weight_hover\":\"500\",\"item_pd_top\":\"1.5rem\",\"item_pd_right\":\"0\",\"item_pd_bottom\":\"1.5rem\",\"item_pd_left\":\"0\",\"item_show\":\"5\",\"mega_menu_bg\":\"FFFFFF\",\"mega_sub_item_font_color\":\"292929\",\"mega_sub_item_font_size\":\"1.4rem\",\"mega_sub_item_font_transform\":\"capitalize\",\"mega_sub_item_font_weight\":\"500\",\"mega_sub_item_hover_font_color\":\"CC2121\",\"mega_sub_item_hover_font_weight\":\"500\",\"mega_sub_sub_item_font_color\":\"707070\",\"mega_sub_sub_item_font_size\":\"1.4rem\",\"mega_sub_sub_item_font_transform\":\"capitalize\",\"mega_sub_sub_item_font_weight\":\"400\",\"mega_sub_sub_item_hover_font_color\":\"CC2121\",\"mega_sub_sub_item_hover_font_weight\":\"400\",\"mega_menu_pd_top\":\"3.5rem\",\"mega_menu_pd_right\":\"4.9rem\",\"mega_menu_pd_bottom\":\"4.9rem\",\"mega_menu_pd_left\":\"4.9rem\",\"second_item_bg\":\"FFFFFF\",\"second_item_bg_hover\":\"FFFFFF\",\"second_item_font_color\":\"292929\",\"second_item_font_size\":\"1.4rem\",\"second_item_font_transform\":\"capitalize\",\"second_item_font_weight\":\"500\",\"second_item_font_color_hover\":\"CC2121\",\"second_item_font_weight_hover\":\"500\",\"third_item_bg\":\"FFFFFF\",\"third_item_bg_hover\":\"FFFFFF\",\"third_item_font_color\":\"707070\",\"third_item_font_size\":\"1.4rem\",\"third_item_font_transform\":\"capitalize\",\"third_item_font_weight\":\"400\",\"third_item_font_color_hover\":\"CC2121\",\"third_item_font_weight_hover\":\"400\"}'),
  298. (62, 'Store 2 - Mobile Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 2 - Mobile Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptslider.57\",\"name\":\" Plaza Slider &gt; Mobile Home slideshow 2\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4&amp;module_id=57\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.209\",\"name\":\" Plaza Static Block &gt; Static Top Store2\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=209\"},{\"code\":\"ptproducts.210\",\"name\":\" Plaza Products  &gt; New Trending Products 2\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=210\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.205\",\"name\":\" Plaza Static Block &gt; Static Middle Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=205\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptblog.72\",\"name\":\" Plaza Blog &gt; Blog\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptblog&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=72\"},{\"code\":\"ptinstagram.198\",\"name\":\" Plaza Instagram &gt; Instagram\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptinstagram&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=198\"}]},\"format\":\"12\"}]}]}]}]}'),
  299. (63, 'Store 3 - Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 3 - Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptnewsletter.43\",\"name\":\" Plaza Newsletter &gt; Newsletter Popup\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptnewsletter&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4&amp;module_id=43\"},{\"code\":\"ptajaxlogin\",\"name\":\" Plaza Quick Login\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptajaxlogin&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4\"},{\"code\":\"ptslider.47\",\"name\":\" Plaza Slider &gt; Home slideshow 3\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4&amp;module_id=47\"},{\"code\":\"ptstaticblock.212\",\"name\":\" Plaza Static Block &gt; Static Top Store3\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=mU7ysiu03YKhGjAdmFchbJ6Rx2wjlxTA&amp;module_id=212\"},{\"code\":\"ptproducts.210\",\"name\":\" Plaza Products  &gt; New Trending Products 2\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=mU7ysiu03YKhGjAdmFchbJ6Rx2wjlxTA&amp;module_id=210\"},{\"code\":\"ptinstagram.198\",\"name\":\" Plaza Instagram &gt; Instagram\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptinstagram&amp;user_token=mU7ysiu03YKhGjAdmFchbJ6Rx2wjlxTA&amp;module_id=198\"}]},\"format\":\"12\"}]}]}]}]}'),
  300. (213, 'Static Top Store4', 'ptstaticblock', '{\"name\":\"Static Top Store4\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-store4 static-top-store4&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;inner-inner&quot;&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona4.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text text-top&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Clothing For Men\\u2019s &lt;br&gt;\\r\\n              Sale 20% Off&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona4.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Trending Sunglasses&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 50% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-top-pedona4.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Sale Off Sneaker&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 20% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-store4 static-top-store4&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;inner-inner&quot;&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona4.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text text-top&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Clothing For Men\\u2019s &lt;br&gt;\\r\\n              Sale 20% Off&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona4.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Trending Sunglasses&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 50% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-top-pedona4.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Sale Off Sneaker&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 20% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"}}}'),
  301. (68, 'Store 3 - Mobile Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 3 - Mobile Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptslider.58\",\"name\":\" Plaza Slider &gt; Mobile Home slideshow 3\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4&amp;module_id=58\"},{\"code\":\"ptstaticblock.212\",\"name\":\" Plaza Static Block &gt; Static Top Store3\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=212\"},{\"code\":\"ptproducts.210\",\"name\":\" Plaza Products  &gt; New Trending Products 2\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=210\"},{\"code\":\"ptinstagram.198\",\"name\":\" Plaza Instagram &gt; Instagram\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptinstagram&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=198\"}]},\"format\":\"12\"}]}]}]}]}'),
  302. (221, 'Static Middle Store5', 'ptstaticblock', '{\"name\":\"Static Middle Store5\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-middle-store5&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-middle-pedona5.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          \\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For men &lt;br&gt;\\r\\n            Clothing Originals&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-middle-pedona5.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For Women &lt;br&gt;\\r\\n            Summer Collection&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-middle-store5&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-middle-pedona5.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          \\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For men &lt;br&gt;\\r\\n            Clothing Originals&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-middle-pedona5.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For Women &lt;br&gt;\\r\\n            Summer Collection&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"}}}'),
  303. (71, 'Store 4 - Mobile Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 4 - Mobile Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-fluid\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptslider.59\",\"name\":\" Plaza Slider &gt; Mobile Home slideshow 4\",\"url\":\"http:\\/\\/ocframe.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=a8466CsL9pHauWX11EEa5vKAo63tS4d4&amp;module_id=59\"},{\"code\":\"ptstaticblock.213\",\"name\":\" Plaza Static Block &gt; Static Top Store4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=213\"},{\"code\":\"ptstaticblock.214\",\"name\":\" Plaza Static Block &gt; Static Middle Store4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=214\"},{\"code\":\"ptproducts.215\",\"name\":\" Plaza Products  &gt; New Trending Products 4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=33pqrmA159sVHCj0pSlVU2nXxaVQfA6k&amp;module_id=215\"}]},\"format\":\"12\"}]}]}]}]}'),
  304. (218, 'Home slideshow 5', 'ptslider', '{\"name\":\"Home slideshow 5\",\"status\":\"1\",\"slider\":\"5\",\"width\":\"1920\",\"height\":\"651\"}'),
  305. (219, 'Mobile Home slideshow 5', 'ptslider', '{\"name\":\"Mobile Home slideshow 5\",\"status\":\"1\",\"slider\":\"5\",\"width\":\"767\",\"height\":\"260\"}'),
  306. (220, 'Store 5 - Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 5 - Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptajaxlogin\",\"name\":\" Plaza Quick Login\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptajaxlogin&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC\"},{\"code\":\"ptnewsletter.43\",\"name\":\" Plaza Newsletter &gt; Newsletter Popup\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptnewsletter&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=43\"},{\"code\":\"ptslider.218\",\"name\":\" Plaza Slider &gt; Home slideshow 5\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=218\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.196\",\"name\":\" Plaza Static Block &gt; Static Top Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=196\"},{\"code\":\"ptproducts.208\",\"name\":\" Plaza Products  &gt; Our Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=208\"},{\"code\":\"ptstaticblock.221\",\"name\":\" Plaza Static Block &gt; Static Middle Store5\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=221\"},{\"code\":\"ptproducts.206\",\"name\":\" Plaza Products  &gt; New Trending Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=206\"},{\"code\":\"ptblog.72\",\"name\":\" Plaza Blog &gt; Blog\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptblog&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=72\"}]},\"format\":\"12\"}]}]}]}]}');
  307. INSERT INTO `oc_module` (`module_id`, `name`, `code`, `setting`) VALUES
  308. (72, 'Blog', 'ptblog', '{\"name\":\"Blog\",\"status\":\"1\",\"list\":\"1\",\"width\":\"370\",\"height\":\"250\",\"auto\":\"0\",\"items\":\"3\",\"speed\":\"1000\",\"rows\":\"1\",\"navigation\":\"1\",\"pagination\":\"0\"}'),
  309. (205, 'Static Middle Store1', 'ptstaticblock', '{\"name\":\"Static Middle Store1\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;static-middle-store1 pt-block&quot;&gt;\\r\\n  &lt;div class=&quot;image&quot;&gt;\\r\\n    &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img-middle-pedona1.jpg&quot; alt=&quot;img-middle&quot;&gt;&lt;\\/a&gt;\\r\\n    &lt;div class=&quot;text&quot;&gt;\\r\\n      &lt;h4 class=&quot;text1&quot;&gt;Hungry Up !&lt;\\/h4&gt;\\r\\n      &lt;h3 class=&quot;text2&quot;&gt;&lt;span&gt;Hurry Up!&lt;\\/span&gt; Daily Deal Of The Day&lt;\\/h3&gt;\\r\\n      &lt;p&gt;Abdul, a young, widowed Muslim man, needed to leave Syria and not be delayed by the authorities in getting to Europe.  The best way to do this, he reasoned, \\r\\n        was to acquire another family as cover, and he found one.  It was all a sham, however, just a means to an end. &lt;\\/p&gt;\\r\\n      &lt;a href=&quot;#&quot;&gt;Discover Now&lt;\\/a&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;static-middle-store1 pt-block&quot;&gt;\\r\\n  &lt;div class=&quot;image&quot;&gt;\\r\\n    &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img-middle-pedona1.jpg&quot; alt=&quot;img-middle&quot;&gt;&lt;\\/a&gt;\\r\\n    &lt;div class=&quot;text&quot;&gt;\\r\\n      &lt;h4 class=&quot;text1&quot;&gt;Hungry Up !&lt;\\/h4&gt;\\r\\n      &lt;h3 class=&quot;text2&quot;&gt;&lt;span&gt;Hurry Up!&lt;\\/span&gt; Daily Deal Of The Day&lt;\\/h3&gt;\\r\\n      &lt;p&gt;Abdul, a young, widowed Muslim man, needed to leave Syria and not be delayed by the authorities in getting to Europe.  The best way to do this, he reasoned, \\r\\n        was to acquire another family as cover, and he found one.  It was all a sham, however, just a means to an end. &lt;\\/p&gt;\\r\\n      &lt;a href=&quot;#&quot;&gt;Discover Now&lt;\\/a&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\"}}}'),
  310. (204, 'Store 4 - Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 4 - Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-fluid slider-group\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptnewsletter.43\",\"name\":\" Plaza Newsletter &gt; Newsletter Popup\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptnewsletter&amp;user_token=ALFfcKAGHiCnUiYCepCm5cOhnDnhJwUo&amp;module_id=43\"},{\"code\":\"ptajaxlogin\",\"name\":\" Plaza Quick Login\",\"url\":\"http:\\/\\/vogue1.com\\/admin\\/index.php?route=extension\\/module\\/ptajaxlogin&amp;user_token=ALFfcKAGHiCnUiYCepCm5cOhnDnhJwUo\"}]},\"format\":\"12\"}]},{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptslider.50\",\"name\":\" Plaza Slider &gt; Home slideshow 4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=Dnqwyg7pC6nSHWwT1uSj0hh63K1ZScaU&amp;module_id=50\"}]},\"format\":\"6\"},{\"info\":{\"module\":[{\"code\":\"ptstaticblock.213\",\"name\":\" Plaza Static Block &gt; Static Top Store4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=Dnqwyg7pC6nSHWwT1uSj0hh63K1ZScaU&amp;module_id=213\"}]},\"format\":\"6\"}]}]}]},{\"class\":\"layout-fluid\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.214\",\"name\":\" Plaza Static Block &gt; Static Middle Store4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=Dnqwyg7pC6nSHWwT1uSj0hh63K1ZScaU&amp;module_id=214\"},{\"code\":\"ptproducts.215\",\"name\":\" Plaza Products  &gt; New Trending Products 4\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=Dnqwyg7pC6nSHWwT1uSj0hh63K1ZScaU&amp;module_id=215\"}]},\"format\":\"12\"}]}]}]}]}'),
  311. (217, 'Logo Footer Store4', 'ptstaticblock', '{\"name\":\"Logo Footer Store4\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;a href=&quot;#&quot; class=&quot;logo-footer&quot;&gt;&lt;img src=&quot;image\\/catalog\\/logo\\/pedona.png&quot;&gt;&lt;\\/a&gt;\"},\"4\":{\"title\":\"\",\"description\":\"&lt;a href=&quot;#&quot; class=&quot;logo-footer&quot;&gt;&lt;img src=&quot;image\\/catalog\\/logo\\/pedona.png&quot;&gt;&lt;\\/a&gt;\"}}}'),
  312. (222, 'Store 5 - Mobile Home Page', 'ptlayoutbuilder', '{\"name\":\"Store 5 - Mobile Home Page\",\"status\":\"1\",\"widget\":[{\"class\":\"layout-full\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptslider.219\",\"name\":\" Plaza Slider &gt; Mobile Home slideshow 5\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptslider&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=219\"}]},\"format\":\"12\"}]}]}]},{\"class\":\"\",\"main_cols\":[{\"format\":\"12\",\"sub_rows\":[{\"sub_cols\":[{\"info\":{\"module\":[{\"code\":\"ptstaticblock.196\",\"name\":\" Plaza Static Block &gt; Static Top Store1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=196\"},{\"code\":\"ptproducts.208\",\"name\":\" Plaza Products  &gt; Our Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=208\"},{\"code\":\"ptstaticblock.221\",\"name\":\" Plaza Static Block &gt; Static Middle Store5\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptstaticblock&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=221\"},{\"code\":\"ptproducts.206\",\"name\":\" Plaza Products  &gt; New Trending Products 1\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptproducts&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=206\"},{\"code\":\"ptblog.72\",\"name\":\" Plaza Blog &gt; Blog\",\"url\":\"http:\\/\\/pedona1.com\\/admin\\/index.php?route=extension\\/module\\/ptblog&amp;user_token=8j7xdkDWBIt3uPVxxvrncDBmS9fIDVcC&amp;module_id=72\"}]},\"format\":\"12\"}]}]}]}]}'),
  313. (212, 'Static Top Store3', 'ptstaticblock', '{\"name\":\"Static Top Store3\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-top-store3&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona3.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Top Trending&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For women\\u2019s &lt;br&gt;\\r\\n            Collection Sneaker&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona3.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Top Acessories&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For Men\\u2019s &lt;br&gt;\\r\\n            Top Acessories 2019&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-top-store3&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-top-pedona3.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Top Trending&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For women\\u2019s &lt;br&gt;\\r\\n            Collection Sneaker&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n    &lt;div class=&quot;col&quot;&gt;\\r\\n      &lt;div class=&quot;image&quot;&gt;\\r\\n        &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-top-pedona3.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n        &lt;div class=&quot;text&quot;&gt;\\r\\n          &lt;h4 class=&quot;text1&quot;&gt;Top Acessories&lt;\\/h4&gt;\\r\\n          &lt;h3 class=&quot;text2&quot;&gt;For Men\\u2019s &lt;br&gt;\\r\\n            Top Acessories 2019&lt;\\/h3&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;Discover now&lt;\\/a&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"}}}'),
  314. (193, 'Testimonial 01', 'pttestimonial', '{\"name\":\"Testimonial 01\",\"status\":\"1\",\"width\":\"80\",\"height\":\"80\",\"auto\":\"0\",\"items\":\"1\",\"limit\":\"10\",\"speed\":\"500\",\"rows\":\"1\",\"navigation\":\"1\",\"pagination\":\"0\"}'),
  315. (198, 'Instagram', 'ptinstagram', '{\"name\":\"Instagram\",\"status\":\"1\",\"user_id\":\"10272415207\",\"access_token\":\"10272415207.1677ed0.fa02f950590b47269c356c5714a66ab3\",\"limit\":\"10\",\"rows\":\"1\",\"view_mode\":\"slider\",\"item\":\"5\",\"speed\":\"500\",\"auto\":\"0\",\"navigation\":\"0\",\"pagination\":\"0\"}'),
  316. (210, 'New Trending Products 2', 'ptproducts', '{\"name\":\"New Trending Products 2\",\"status\":\"1\",\"module_title\":{\"en-gb\":\"New Trending Products\",\"de-de\":\"New Trending Products\"},\"module_type\":\"single_tab\",\"show_module_description\":\"1\",\"module_description\":{\"en-gb\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\",\"de-de\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\"},\"slider_width\":\"370\",\"slider_height\":\"370\",\"auto\":\"0\",\"item\":{\"desktop\":\"4\",\"laptop\":\"4\",\"tablet\":\"4\",\"s_tablet\":\"3\",\"mobile\":\"2\",\"s_mobile\":\"2\"},\"row\":{\"desktop\":\"2\",\"laptop\":\"2\",\"tablet\":\"2\",\"s_tablet\":\"2\",\"mobile\":\"2\",\"s_mobile\":\"2\"},\"limit\":\"10\",\"speed\":\"500\",\"navigation\":\"1\",\"pagination\":\"0\",\"layout_type\":\"slider\",\"product_layout_type\":\"grid\",\"layout_classname\":\"\",\"show_price\":\"1\",\"show_cart\":\"1\",\"show_wishlist\":\"1\",\"show_compare\":\"1\",\"show_countdown\":\"0\",\"show_quickview\":\"1\",\"show_hover_image\":\"1\",\"show_swatches_image\":\"1\",\"show_product_description\":\"0\",\"show_label\":\"1\",\"single_product_collection\":\"special\",\"single_specified_product\":\"\",\"single_category\":\"20\",\"single_category_product_type\":\"all\",\"single_category_product\":\"\",\"single_category_product_special_type\":\"\",\"single_product_special_type\":\"latest\",\"single_image_width\":\"100\",\"single_image_height\":\"100\",\"single_image\":\"\",\"single_image_link\":\"\",\"module_id\":\"210\"}'),
  317. (208, 'Our Products 1', 'ptproducts', '{\"name\":\"Our Products 1\",\"status\":\"1\",\"module_title\":{\"en-gb\":\"Our Products\",\"de-de\":\"Our Products\"},\"module_type\":\"multi_tabs\",\"show_module_description\":\"1\",\"module_description\":{\"en-gb\":\"&lt;p&gt;Consequat magna, massa vel suspendisse morbi aliquam faucibus ligula ante ipsum ac nulla.&lt;\\/p&gt;\",\"de-de\":\"&lt;p&gt;Consequat magna, massa vel suspendisse morbi aliquam faucibus ligula ante ipsum ac nulla.&lt;\\/p&gt;\"},\"slider_width\":\"370\",\"slider_height\":\"370\",\"auto\":\"0\",\"item\":{\"desktop\":\"4\",\"laptop\":\"4\",\"tablet\":\"4\",\"s_tablet\":\"3\",\"mobile\":\"2\",\"s_mobile\":\"2\"},\"row\":{\"desktop\":\"1\",\"laptop\":\"1\",\"tablet\":\"1\",\"s_tablet\":\"1\",\"mobile\":\"1\",\"s_mobile\":\"1\"},\"limit\":\"10\",\"speed\":\"500\",\"navigation\":\"1\",\"pagination\":\"0\",\"layout_type\":\"slider\",\"product_layout_type\":\"grid\",\"layout_classname\":\"\",\"show_price\":\"1\",\"show_cart\":\"1\",\"show_wishlist\":\"1\",\"show_compare\":\"1\",\"show_countdown\":\"0\",\"show_quickview\":\"1\",\"show_hover_image\":\"1\",\"show_swatches_image\":\"1\",\"show_product_description\":\"0\",\"show_label\":\"1\",\"single_product_collection\":\"category\",\"single_specified_product\":\"\",\"single_category\":\"20\",\"single_category_product_type\":\"all\",\"single_category_product\":\"\",\"single_category_product_special_type\":\"\",\"single_product_special_type\":\"\",\"single_image_width\":\"100\",\"single_image_height\":\"100\",\"single_image\":\"\",\"single_image_link\":\"\",\"tabs\":[{\"title\":{\"en-gb\":\"Men\'s\",\"de-de\":\"Men\'s\"},\"title_image\":\"\",\"product_collection\":\"category\",\"category\":\"164\",\"category_product_type\":\"all\",\"category_product_special_type\":\"\",\"product_special_type\":\"\",\"image_width\":\"100\",\"image_height\":\"100\",\"image\":\"\",\"image_link\":\"\"},{\"title\":{\"en-gb\":\"Women\'s\",\"de-de\":\"Women\'s\"},\"title_image\":\"\",\"product_collection\":\"category\",\"category\":\"221\",\"category_product_type\":\"all\",\"category_product_special_type\":\"\",\"product_special_type\":\"\",\"image_width\":\"100\",\"image_height\":\"100\",\"image\":\"\",\"image_link\":\"\"},{\"title\":{\"en-gb\":\"Kid\'s\",\"de-de\":\"Kid\'s\"},\"title_image\":\"\",\"product_collection\":\"category\",\"category\":\"292\",\"category_product_type\":\"all\",\"category_product_special_type\":\"\",\"product_special_type\":\"\",\"image_width\":\"100\",\"image_height\":\"100\",\"image\":\"\",\"image_link\":\"\"},{\"title\":{\"en-gb\":\"Accessories\",\"de-de\":\"Accessories\"},\"title_image\":\"\",\"product_collection\":\"category\",\"category\":\"25\",\"category_product_type\":\"all\",\"category_product_special_type\":\"\",\"product_special_type\":\"\",\"image_width\":\"100\",\"image_height\":\"100\",\"image\":\"\",\"image_link\":\"\"}],\"module_id\":\"208\"}'),
  318. (206, 'New Trending Products 1', 'ptproducts', '{\"name\":\"New Trending Products 1\",\"status\":\"1\",\"module_title\":{\"en-gb\":\"New Trending Products\",\"de-de\":\"New Trending Products\"},\"module_type\":\"single_tab\",\"show_module_description\":\"1\",\"module_description\":{\"en-gb\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\",\"de-de\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\"},\"slider_width\":\"370\",\"slider_height\":\"370\",\"auto\":\"0\",\"item\":{\"desktop\":\"4\",\"laptop\":\"4\",\"tablet\":\"4\",\"s_tablet\":\"3\",\"mobile\":\"2\",\"s_mobile\":\"2\"},\"row\":{\"desktop\":\"1\",\"laptop\":\"1\",\"tablet\":\"1\",\"s_tablet\":\"1\",\"mobile\":\"1\",\"s_mobile\":\"1\"},\"limit\":\"10\",\"speed\":\"500\",\"navigation\":\"1\",\"pagination\":\"0\",\"layout_type\":\"slider\",\"product_layout_type\":\"grid\",\"layout_classname\":\"\",\"show_price\":\"1\",\"show_cart\":\"1\",\"show_wishlist\":\"1\",\"show_compare\":\"1\",\"show_countdown\":\"0\",\"show_quickview\":\"1\",\"show_hover_image\":\"1\",\"show_swatches_image\":\"1\",\"show_product_description\":\"0\",\"show_label\":\"1\",\"single_product_collection\":\"special\",\"single_specified_product\":\"\",\"single_category\":\"20\",\"single_category_product_type\":\"all\",\"single_category_product\":\"\",\"single_category_product_special_type\":\"\",\"single_product_special_type\":\"latest\",\"single_image_width\":\"100\",\"single_image_height\":\"100\",\"single_image\":\"\",\"single_image_link\":\"\",\"module_id\":\"206\"}'),
  319. (214, 'Static Middle Store4', 'ptstaticblock', '{\"name\":\"Static Middle Store4\",\"status\":\"1\",\"show_title\":\"0\",\"module_description\":{\"1\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-store4 static-middle-store4&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;inner-inner&quot;&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-middle-pedona4.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;New Arrivals Shoes&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 20% Off&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-middle-pedona4.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text text-top&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Handbag Collection 2019 &lt;br&gt;\\r\\n              Sale 10% Off&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-middle-pedona4.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Clothing For Women\\u2019s &lt;br&gt;\\r\\n              Sale 30% Off&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 20% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img4-middle-pedona4.jpg&quot; alt=&quot;img4&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Accessories&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 10% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"},\"4\":{\"title\":\"\",\"description\":\"&lt;div class=&quot;pt-block static-store4 static-middle-store4&quot;&gt;\\r\\n  &lt;div class=&quot;inner&quot;&gt;\\r\\n    &lt;div class=&quot;inner-inner&quot;&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img1-middle-pedona4.jpg&quot; alt=&quot;img1&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;New Arrivals Shoes&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 20% Off&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img2-middle-pedona4.jpg&quot; alt=&quot;img2&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text text-top&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Handbag Collection 2019 &lt;br&gt;\\r\\n              Sale 10% Off&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Good Price For Everyone&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img3-middle-pedona4.jpg&quot; alt=&quot;img3&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Clothing For Women\\u2019s &lt;br&gt;\\r\\n              Sale 30% Off&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 20% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n      &lt;div class=&quot;col&quot;&gt;\\r\\n        &lt;div class=&quot;image&quot;&gt;\\r\\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img4-middle-pedona4.jpg&quot; alt=&quot;img4&quot;&gt;&lt;\\/a&gt;\\r\\n          &lt;div class=&quot;text&quot;&gt;\\r\\n            &lt;h3 class=&quot;text1&quot;&gt;Accessories&lt;\\/h3&gt;\\r\\n            &lt;p class=&quot;text2&quot;&gt;Sale 10% Off in Black Friday&lt;\\/p&gt;\\r\\n          &lt;\\/div&gt;\\r\\n        &lt;\\/div&gt;\\r\\n      &lt;\\/div&gt;\\r\\n    &lt;\\/div&gt;\\r\\n  &lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\\r\\n\"}}}'),
  320. (215, 'New Trending Products 4', 'ptproducts', '{\"name\":\"New Trending Products 4\",\"status\":\"1\",\"module_title\":{\"en-gb\":\"New Trending Products\",\"de-de\":\"New Trending Products\"},\"module_type\":\"single_tab\",\"show_module_description\":\"1\",\"module_description\":{\"en-gb\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\",\"de-de\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\"},\"slider_width\":\"370\",\"slider_height\":\"370\",\"auto\":\"0\",\"item\":{\"desktop\":\"6\",\"laptop\":\"5\",\"tablet\":\"4\",\"s_tablet\":\"3\",\"mobile\":\"2\",\"s_mobile\":\"2\"},\"row\":{\"desktop\":\"1\",\"laptop\":\"1\",\"tablet\":\"1\",\"s_tablet\":\"1\",\"mobile\":\"1\",\"s_mobile\":\"1\"},\"limit\":\"10\",\"speed\":\"500\",\"navigation\":\"1\",\"pagination\":\"0\",\"layout_type\":\"slider\",\"product_layout_type\":\"grid\",\"layout_classname\":\"\",\"show_price\":\"1\",\"show_cart\":\"1\",\"show_wishlist\":\"1\",\"show_compare\":\"1\",\"show_countdown\":\"0\",\"show_quickview\":\"1\",\"show_hover_image\":\"1\",\"show_swatches_image\":\"1\",\"show_product_description\":\"0\",\"show_label\":\"1\",\"single_product_collection\":\"special\",\"single_specified_product\":\"\",\"single_category\":\"20\",\"single_category_product_type\":\"all\",\"single_category_product\":\"\",\"single_category_product_special_type\":\"\",\"single_product_special_type\":\"latest\",\"single_image_width\":\"100\",\"single_image_height\":\"100\",\"single_image\":\"\",\"single_image_link\":\"\",\"module_id\":\"215\"}'),
  321. (216, 'New Trending Products 4', 'ptproducts', '{\"name\":\"New Trending Products 4\",\"status\":\"1\",\"module_title\":{\"en-gb\":\"New Trending Products\",\"de-de\":\"New Trending Products\"},\"module_type\":\"single_tab\",\"show_module_description\":\"1\",\"module_description\":{\"en-gb\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\",\"de-de\":\"&lt;p&gt;Accumsan vitae pede lacus ut ullamcorper sollicitudin quisque libero est.&lt;\\/p&gt;\"},\"slider_width\":\"370\",\"slider_height\":\"370\",\"auto\":\"0\",\"item\":{\"desktop\":\"6\",\"laptop\":\"5\",\"tablet\":\"4\",\"s_tablet\":\"3\",\"mobile\":\"2\",\"s_mobile\":\"2\"},\"row\":{\"desktop\":\"1\",\"laptop\":\"1\",\"tablet\":\"1\",\"s_tablet\":\"1\",\"mobile\":\"1\",\"s_mobile\":\"1\"},\"limit\":\"10\",\"speed\":\"500\",\"navigation\":\"1\",\"pagination\":\"0\",\"layout_type\":\"slider\",\"product_layout_type\":\"grid\",\"layout_classname\":\"\",\"show_price\":\"1\",\"show_cart\":\"1\",\"show_wishlist\":\"1\",\"show_compare\":\"1\",\"show_countdown\":\"0\",\"show_quickview\":\"1\",\"show_hover_image\":\"1\",\"show_swatches_image\":\"1\",\"show_product_description\":\"0\",\"show_label\":\"1\",\"single_product_collection\":\"special\",\"single_specified_product\":\"\",\"single_category\":\"20\",\"single_category_product_type\":\"all\",\"single_category_product\":\"\",\"single_category_product_special_type\":\"\",\"single_product_special_type\":\"latest\",\"single_image_width\":\"100\",\"single_image_height\":\"100\",\"single_image\":\"\",\"single_image_link\":\"\",\"module_id\":\"216\"}');
  322. -- --------------------------------------------------------
  323. --
  324. -- Table structure for table `oc_ptmegamenu`
  325. --
  326. DROP TABLE IF EXISTS `oc_ptmegamenu`;
  327. CREATE TABLE IF NOT EXISTS `oc_ptmegamenu` (
  328.   `menu_id` INT(11) NOT NULL AUTO_INCREMENT,
  329.   `status` tinyint(1) NOT NULL DEFAULT '0',
  330.   `name` VARCHAR(255) NOT NULL,
  331.   `menu_type` VARCHAR(255) NOT NULL,
  332.   PRIMARY KEY (`menu_id`)
  333. ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
  334. --
  335. -- Dumping data for table `oc_ptmegamenu`
  336. --
  337. INSERT INTO `oc_ptmegamenu` (`menu_id`, `status`, `name`, `menu_type`) VALUES
  338. (1, 1, 'Horizontal Menu 01', 'horizontal'),
  339. (3, 1, 'Mobile Menu 01', 'mobile');
  340. -- --------------------------------------------------------
  341. --
  342. -- Table structure for table `oc_ptmegamenu_sub_item`
  343. --
  344. DROP TABLE IF EXISTS `oc_ptmegamenu_sub_item`;
  345. CREATE TABLE IF NOT EXISTS `oc_ptmegamenu_sub_item` (
  346.   `sub_menu_item_id` INT(11) NOT NULL AUTO_INCREMENT,
  347.   `parent_menu_item_id` INT(11) NOT NULL,
  348.   `level` INT(11) NOT NULL,
  349.   `status` tinyint(1) NOT NULL DEFAULT '0',
  350.   `name` VARCHAR(255) NOT NULL,
  351.   `position` INT(11) NOT NULL,
  352.   `link` VARCHAR(255) DEFAULT NULL,
  353.   PRIMARY KEY (`sub_menu_item_id`)
  354. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  355. -- --------------------------------------------------------
  356. --
  357. -- Table structure for table `oc_ptmegamenu_sub_item_description`
  358. --
  359. DROP TABLE IF EXISTS `oc_ptmegamenu_sub_item_description`;
  360. CREATE TABLE IF NOT EXISTS `oc_ptmegamenu_sub_item_description` (
  361.   `sub_menu_item_id` INT(11) NOT NULL,
  362.   `language_id` INT(11) NOT NULL,
  363.   `title` VARCHAR(255) NOT NULL,
  364.   PRIMARY KEY (`sub_menu_item_id`,`language_id`)
  365. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  366. -- --------------------------------------------------------
  367. --
  368. -- Table structure for table `oc_ptmegamenu_top_item`
  369. --
  370. DROP TABLE IF EXISTS `oc_ptmegamenu_top_item`;
  371. CREATE TABLE IF NOT EXISTS `oc_ptmegamenu_top_item` (
  372.   `menu_item_id` INT(11) NOT NULL AUTO_INCREMENT,
  373.   `menu_id` INT(11) NOT NULL,
  374.   `status` tinyint(1) NOT NULL DEFAULT '0',
  375.   `has_title` tinyint(1) NOT NULL DEFAULT '0',
  376.   `has_link` tinyint(1) NOT NULL DEFAULT '0',
  377.   `has_child` tinyint(1) NOT NULL DEFAULT '0',
  378.   `category_id` INT(11) DEFAULT NULL,
  379.   `position` INT(11) NOT NULL DEFAULT '0',
  380.   `name` VARCHAR(255) NOT NULL,
  381.   `link` VARCHAR(255) DEFAULT NULL,
  382.   `icon` VARCHAR(255) DEFAULT NULL,
  383.   `item_align` VARCHAR(255) NOT NULL,
  384.   `sub_menu_type` VARCHAR(255) NOT NULL,
  385.   `sub_menu_content_type` VARCHAR(255) NOT NULL,
  386.   `sub_menu_content_columns` INT(11) DEFAULT NULL,
  387.   `sub_menu_content_width` VARCHAR(100) DEFAULT NULL,
  388.   `sub_menu_content` text,
  389.   PRIMARY KEY (`menu_item_id`)
  390. ) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8;
  391. --
  392. -- Dumping data for table `oc_ptmegamenu_top_item`
  393. --
  394. INSERT INTO `oc_ptmegamenu_top_item` (`menu_item_id`, `menu_id`, `status`, `has_title`, `has_link`, `has_child`, `category_id`, `position`, `name`, `link`, `icon`, `item_align`, `sub_menu_type`, `sub_menu_content_type`, `sub_menu_content_columns`, `sub_menu_content_width`, `sub_menu_content`) VALUES
  395. (1, 1, 1, 1, 1, 0, 0, 0, 'Home', 'index.php?route=common/home', '', 'left', 'mega', 'widget', 1, '', '[]'),
  396. (2, 1, 1, 1, 1, 1, 325, 1, 'Shop', 'index.php?route=product/category&amp;path=325', '', 'left', 'mega', 'widget', 1, '102rem', '{\"widget\":[{\"name\":\"Cell Phones\",\"category_id\":\"341\",\"show_image\":\"0\",\"show_child\":\"1\",\"type\":\"category\",\"cols\":\"3\",\"position\":\"4\"},{\"name\":\"GPS &amp; Navigation\",\"category_id\":\"331\",\"show_image\":\"0\",\"show_child\":\"1\",\"type\":\"category\",\"cols\":\"3\",\"position\":\"5\"},{\"name\":\"Home Audio &amp; Theater\",\"category_id\":\"326\",\"show_image\":\"0\",\"show_child\":\"1\",\"type\":\"category\",\"cols\":\"3\",\"position\":\"6\"},{\"name\":\"Smart Home\",\"category_id\":\"336\",\"show_image\":\"0\",\"show_child\":\"1\",\"type\":\"category\",\"cols\":\"3\",\"position\":\"7\"},{\"name\":{\"1\":\"\",\"4\":\"\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block static-bottom-menu&quot;&gt;\\r\\n&lt;div class=&quot;image&quot;&gt;\\r\\n&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img-hoz-menu.jpg&quot; alt=&quot;img-hoz-menu&quot;&gt;&lt;\\/a&gt;\\r\\n&lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block static-bottom-menu&quot;&gt;\\r\\n&lt;div class=&quot;image&quot;&gt;\\r\\n&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image\\/catalog\\/ptblock\\/img-hoz-menu.jpg&quot; alt=&quot;img-hoz-menu&quot;&gt;&lt;\\/a&gt;\\r\\n&lt;\\/div&gt;\\r\\n&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"12\",\"position\":\"8\"}],\"category\":[{\"name\":\"Cell Phones\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"341\",\"show_image\":\"0\",\"show_child\":\"0\"},{\"name\":\"GPS &amp; Navigation\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"331\",\"show_image\":\"0\",\"show_child\":\"0\"},{\"name\":\"Home Audio &amp; Theater\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"326\",\"show_image\":\"0\",\"show_child\":\"0\"},{\"name\":\"Smart Home\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"3\",\"category_id\":\"336\",\"show_image\":\"0\",\"show_child\":\"0\"}]}'),
  397. (11, 3, 1, 1, 1, 0, 0, 0, 'Home', 'index.php?route=common/home', '', 'left', 'mega', 'widget', 1, '', '[]'),
  398. (16, 3, 1, 1, 1, 1, 0, 19, 'Blog', 'index.php?route=plaza/blog', '', 'left', 'mega', 'widget', 1, '', '[]'),
  399. (17, 1, 1, 1, 1, 1, 0, 6, 'Blog', 'index.php?route=plaza/blog', '', 'left', 'mega', 'widget', 2, '114rem', '{\"widget\":[{\"name\":{\"1\":\"Blog Page With Left Column\",\"4\":\"Blog Page With Left Column\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=left&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-left-column.jpg&quot; alt=&quot;blog-page-left-column&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=left&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-left-column.jpg&quot; alt=&quot;blog-page-left-column&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"4\",\"position\":\"0\"},{\"name\":{\"1\":\"Blog Page With Right Column\",\"4\":\"Blog Page With Right Column\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=right&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-right-column.jpg&quot; alt=&quot;blog-page-right-column&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=right&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-right-column.jpg&quot; alt=&quot;blog-page-right-column&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"4\",\"position\":\"1\"},{\"name\":{\"1\":\"Blog Page With Grid Style\",\"4\":\"Blog Page With Grid Style\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=full&amp;amp;content=grid&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-grid-style.jpg&quot; alt=&quot;blog-page-grid-style&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=full&amp;amp;content=grid&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-grid-style.jpg&quot; alt=&quot;blog-page-grid-style&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"4\",\"position\":\"2\"},{\"name\":{\"1\":\"Blog Page With List Style\",\"4\":\"Blog Page With List Style\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=full&amp;amp;content=list&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-list-style.jpg&quot; alt=&quot;blog-page-list-style&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog&amp;amp;layout=full&amp;amp;content=list&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/blog-page-list-style.jpg&quot; alt=&quot;blog-page-list-style&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"4\",\"position\":\"3\"},{\"name\":{\"1\":\"Categories Post Page\",\"4\":\"Categories Post Page\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog\\/category&amp;amp;post_list_id=1&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/categories-post-page.jpg&quot; alt=&quot;categories-post-page&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog\\/category&amp;amp;post_list_id=1&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/categories-post-page.jpg&quot; alt=&quot;categories-post-page&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"4\",\"position\":\"4\"},{\"name\":{\"1\":\"Post Page\",\"4\":\"Post Page\"},\"content\":{\"1\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog\\/post&amp;amp;post_id=1&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/post-page.jpg&quot; alt=&quot;post-page&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"4\":\"&lt;div class=&quot;pt-block&quot;&gt;&lt;div class=&quot;image&quot;&gt;&lt;a href=&quot;index.php?route=plaza\\/blog\\/post&amp;amp;post_id=1&quot;&gt;&lt;img src=&quot;image\\/catalog\\/blog-menu\\/post-page.jpg&quot; alt=&quot;post-page&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;\"},\"show_title\":\"1\",\"type\":\"html\",\"cols\":\"4\",\"position\":\"5\"}]}'),
  400. (19, 1, 1, 1, 1, 1, 25, 2, 'Accessories', 'index.php?route=product/category&amp;path=25', '', 'left', 'flyout', 'category', 1, '', '{\"category\":[{\"name\":\"Mice and Trackballs\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"29\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Scanners\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"31\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  401. (24, 3, 1, 1, 1, 1, 325, 1, 'Shop', 'index.php?route=product/category&amp;path=325', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Cell Phones\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"341\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"GPS &amp; Navigation\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"331\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Home Audio &amp; Theater\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"326\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Smart Home\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"3\",\"category_id\":\"336\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  402. (25, 3, 1, 1, 1, 1, 25, 15, 'Accessories', 'index.php?route=product/category&amp;path=25', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Mice and Trackballs\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"29\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Scanners\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"31\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  403. (27, 3, 1, 1, 1, 0, 0, 17, 'About us', 'index.php?route=information/information&amp;information_id=4', '', 'left', 'mega', 'widget', 1, '', '[]'),
  404. (29, 1, 1, 1, 1, 0, 0, 3, 'Specials', 'index.php?route=product/special', '', 'left', 'mega', 'widget', 1, '', '[]'),
  405. (30, 3, 1, 1, 1, 0, 0, 18, 'Contact Us', 'index.php?route=information/contact', '', 'left', 'mega', 'widget', 1, '', '[]'),
  406. (31, 3, 1, 1, 1, 0, 0, 16, 'Specials', 'index.php?route=product/special', '', 'left', 'mega', 'widget', 1, '', '[]'),
  407. (122, 3, 1, 1, 1, 1, 292, 2, 'Plant families', 'index.php?route=product/category&amp;path=292', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Angiosperm families\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"224\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Fern families\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"300\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Green algae families\\u200e \",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"301\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  408. (123, 3, 1, 1, 1, 1, 293, 3, 'Mobile &amp; Tablets', 'index.php?route=product/category&amp;path=293', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Mobiles\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"59\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Tablets\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"57\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  409. (124, 3, 1, 1, 1, 1, 221, 4, 'Outdoor Plant Pots', 'index.php?route=product/category&amp;path=221', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Jewelry\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"223\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Sunglasses\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"222\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Teakettles\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"225\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  410. (125, 3, 1, 1, 1, 1, 18, 5, 'Beauty &amp; Health', 'index.php?route=product/category&amp;path=18', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Beauty\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"46\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Packaged Salads\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"220\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Health\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"20\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  411. (126, 3, 1, 1, 1, 1, 164, 6, 'Plant Stands &amp; Movers', 'index.php?route=product/category&amp;path=164', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Butter and Margarine\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"173\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Dinners and Entrees\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"194\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Fish and Seafood\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"180\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Beef and Veal\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"3\",\"category_id\":\"33\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  412. (127, 3, 1, 1, 1, 0, 296, 7, 'Headphone &amp; Speaker', 'index.php?route=product/category&amp;path=296', '', 'left', 'mega', 'category', 1, '', '[]'),
  413. (128, 3, 1, 1, 1, 1, 260, 8, 'Tools &amp; Accessories', 'index.php?route=product/category&amp;path=260', '', 'left', 'mega', 'category', 1, '', '{\"category\":[{\"name\":\"Drills\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"0\",\"category_id\":\"268\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Nail Guns\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"1\",\"category_id\":\"287\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Sanders\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"2\",\"category_id\":\"281\",\"show_image\":\"0\",\"show_child\":\"1\"},{\"name\":\"Saws\",\"type\":\"category\",\"cols\":\"2\",\"position\":\"3\",\"category_id\":\"274\",\"show_image\":\"0\",\"show_child\":\"1\"}]}'),
  414. (129, 3, 1, 1, 1, 0, 295, 9, 'Cameras &amp; Camcoders', 'index.php?route=product/category&amp;path=295', '', 'left', 'mega', 'category', 1, '', '[]'),
  415. (130, 3, 1, 1, 1, 0, 297, 10, 'Games &amp; Consoles', 'index.php?route=product/category&amp;path=297', '', 'left', 'mega', 'category', 1, '', '[]'),
  416. (131, 3, 1, 1, 1, 0, 298, 11, 'TV &amp; Audio', 'index.php?route=product/category&amp;path=298', '', 'left', 'mega', 'category', 1, '', '[]'),
  417. (132, 3, 1, 1, 1, 0, 262, 12, 'Baby &amp; Kids', 'index.php?route=product/category&amp;path=262', '', 'left', 'mega', 'category', 1, '', '[]'),
  418. (133, 3, 1, 1, 1, 0, 299, 13, 'Smartwatch', 'index.php?route=product/category&amp;path=299', '', 'left', 'mega', 'category', 1, '', '[]'),
  419. (134, 3, 1, 1, 1, 0, 247, 14, 'Appliances', 'index.php?route=product/category&amp;path=247', '', 'left', 'mega', 'category', 1, '', '[]'),
  420. (135, 1, 1, 1, 1, 0, 0, 4, 'Contact Us', 'index.php?route=information/contact', '', 'left', 'mega', 'widget', 1, '', '[]'),
  421. (137, 1, 1, 1, 1, 0, 0, 5, 'About Us', 'index.php?route=information/information&amp;information_id=4', '', 'left', 'mega', 'widget', 1, '', '[]');
  422. -- --------------------------------------------------------
  423. --
  424. -- Table structure for table `oc_ptmegamenu_top_item_description`
  425. --
  426. DROP TABLE IF EXISTS `oc_ptmegamenu_top_item_description`;
  427. CREATE TABLE IF NOT EXISTS `oc_ptmegamenu_top_item_description` (
  428.   `menu_item_id` INT(11) NOT NULL,
  429.   `language_id` INT(11) NOT NULL,
  430.   `title` VARCHAR(255) NOT NULL,
  431.   PRIMARY KEY (`menu_item_id`,`language_id`)
  432. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  433. --
  434. -- Dumping data for table `oc_ptmegamenu_top_item_description`
  435. --
  436. INSERT INTO `oc_ptmegamenu_top_item_description` (`menu_item_id`, `language_id`, `title`) VALUES
  437. (1, 1, 'Home'),
  438. (2, 1, 'Shop'),
  439. (6, 1, 'Home'),
  440. (11, 1, 'Home'),
  441. (16, 1, 'Blog'),
  442. (17, 1, 'Blog'),
  443. (19, 1, 'Accessories'),
  444. (20, 1, 'Shop'),
  445. (21, 1, 'Accessories'),
  446. (22, 1, 'Contact us'),
  447. (23, 1, 'Blog'),
  448. (24, 1, 'Shop'),
  449. (25, 1, 'Accessories'),
  450. (27, 1, 'About us'),
  451. (29, 1, 'Specials'),
  452. (30, 1, 'Contact Us'),
  453. (31, 1, 'Specials'),
  454. (42, 1, 'Home'),
  455. (43, 1, 'Cookware'),
  456. (44, 1, 'Appliances'),
  457. (45, 1, 'Bakeware'),
  458. (46, 1, 'Knives'),
  459. (47, 1, 'Drinkware'),
  460. (48, 1, 'Kitchenwares'),
  461. (49, 1, 'Tableware'),
  462. (50, 1, 'Home'),
  463. (51, 1, 'Cookware'),
  464. (52, 1, 'Appliances'),
  465. (53, 1, 'Bakeware'),
  466. (54, 1, 'Knives'),
  467. (55, 1, 'Drinkware'),
  468. (56, 1, 'Kitchenwares'),
  469. (57, 1, 'Tableware'),
  470. (58, 1, 'Home'),
  471. (59, 1, 'Power Tools'),
  472. (60, 1, 'Hand Tools'),
  473. (61, 1, 'Measuring Tools'),
  474. (62, 1, 'Contact us'),
  475. (63, 1, 'Blog'),
  476. (64, 1, 'Home'),
  477. (65, 1, 'Power Tools'),
  478. (66, 1, 'Hand Tools'),
  479. (67, 1, 'Measuring Tools'),
  480. (68, 1, 'Contact us'),
  481. (69, 1, 'Air Tools &amp; Compressors'),
  482. (70, 1, 'Ladders &amp; Scaffolding'),
  483. (71, 1, 'Blog'),
  484. (72, 1, 'Compurter &amp; Laptop'),
  485. (73, 1, 'Mobile &amp; Tablets'),
  486. (74, 1, 'Virtual Reality'),
  487. (75, 1, 'Cameras'),
  488. (76, 1, 'Headphones'),
  489. (77, 1, 'Video Games'),
  490. (78, 1, 'Tvs'),
  491. (79, 1, 'Smartwatch'),
  492. (82, 1, 'Home'),
  493. (83, 1, 'Shop'),
  494. (84, 1, 'Contact us'),
  495. (85, 1, 'Specials'),
  496. (86, 1, 'Blog'),
  497. (87, 1, 'Home'),
  498. (88, 1, 'Compurter &amp; Laptop'),
  499. (89, 1, 'Mobile &amp; Tablets'),
  500. (90, 1, 'Virtual Reality'),
  501. (91, 1, 'Cameras'),
  502. (92, 1, 'Headphones'),
  503. (93, 1, 'Video Games'),
  504. (94, 1, 'Tvs'),
  505. (95, 1, 'Smartwatch'),
  506. (96, 1, 'Shop'),
  507. (97, 1, 'Contact Us'),
  508. (98, 1, 'Specials'),
  509. (99, 1, 'Blog'),
  510. (100, 1, 'Home'),
  511. (101, 1, 'Compurter &amp; Laptop'),
  512. (102, 1, 'Mobile &amp; Tablets'),
  513. (103, 1, 'Headphones'),
  514. (104, 1, 'Shop'),
  515. (105, 1, 'Video Games'),
  516. (106, 1, 'TVs'),
  517. (108, 1, 'Blog'),
  518. (109, 1, 'Plant families'),
  519. (110, 1, 'Mobile &amp; Tablets'),
  520. (111, 1, 'Outdoor Plant Pots'),
  521. (112, 1, 'Beauty &amp; Health'),
  522. (113, 1, 'Headphone &amp; Speaker'),
  523. (114, 1, 'Cameras &amp; Camcoders'),
  524. (115, 1, 'Games &amp; Consoles'),
  525. (116, 1, 'TV &amp; Audio'),
  526. (117, 1, 'Baby &amp; Kids'),
  527. (118, 1, 'Tools &amp; Accessories'),
  528. (119, 1, 'Plant Stands &amp; Movers'),
  529. (120, 1, 'Smartwatch'),
  530. (121, 1, 'Appliances'),
  531. (122, 1, 'Plant families'),
  532. (123, 1, 'Mobile &amp; Tablets'),
  533. (124, 1, 'Outdoor Plant Pots'),
  534. (125, 1, 'Beauty &amp; Health'),
  535. (126, 1, 'Plant Stands &amp; Movers'),
  536. (127, 1, 'Headphone &amp; Speaker'),
  537. (128, 1, 'Tools &amp; Accessories'),
  538. (129, 1, 'Cameras &amp; Camcoders'),
  539. (130, 1, 'Games &amp; Consoles'),
  540. (131, 1, 'TV &amp; Audio'),
  541. (132, 1, 'Baby &amp; Kids'),
  542. (133, 1, 'Smartwatch'),
  543. (134, 1, 'Appliances'),
  544. (135, 1, 'Contact Us'),
  545. (137, 1, 'About Us');
  546. -- --------------------------------------------------------
  547. --
  548. -- Table structure for table `oc_ptpost`
  549. --
  550. DROP TABLE IF EXISTS `oc_ptpost`;
  551. CREATE TABLE IF NOT EXISTS `oc_ptpost` (
  552.   `post_id` INT(11) NOT NULL AUTO_INCREMENT,
  553.   `status` tinyint(1) NOT NULL DEFAULT '0',
  554.   `sort_order` INT(11) NOT NULL DEFAULT '0',
  555.   `image` VARCHAR(255) DEFAULT NULL,
  556.   `author` VARCHAR(100) DEFAULT NULL,
  557.   `date_added` datetime NOT NULL,
  558.   `date_modified` datetime NOT NULL,
  559.   PRIMARY KEY (`post_id`)
  560. ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
  561. --
  562. -- Dumping data for table `oc_ptpost`
  563. --
  564. INSERT INTO `oc_ptpost` (`post_id`, `status`, `sort_order`, `image`, `author`, `date_added`, `date_modified`) VALUES
  565. (1, 1, 1, 'catalog/blog/1.jpg', 'Plaza Themes', '2019-01-18 14:52:58', '2019-07-26 10:57:56'),
  566. (2, 1, 1, 'catalog/blog/2.jpg', 'Plaza Themes', '2019-01-18 14:58:13', '2019-07-26 10:57:31'),
  567. (3, 1, 1, 'catalog/blog/3.jpg', 'Plaza Themes', '2019-01-18 15:38:18', '2019-07-26 10:57:44'),
  568. (4, 1, 1, 'catalog/blog/4.jpg', 'Plaza Themes', '2019-01-18 15:41:48', '2019-07-26 10:58:07'),
  569. (5, 1, 1, 'catalog/blog/5.jpg', 'Plaza Themes', '2019-01-18 15:45:16', '2019-07-26 10:58:52'),
  570. (6, 1, 1, 'catalog/blog/6.jpg', 'Plaza Themes', '2019-01-31 13:48:39', '2019-07-26 10:58:40');
  571. -- --------------------------------------------------------
  572. --
  573. -- Table structure for table `oc_ptpost_comment`
  574. --
  575. DROP TABLE IF EXISTS `oc_ptpost_comment`;
  576. CREATE TABLE IF NOT EXISTS `oc_ptpost_comment` (
  577.   `comment_id` INT(11) NOT NULL AUTO_INCREMENT,
  578.   `post_id` INT(11) NOT NULL,
  579.   `reply_comment_id` INT(11) DEFAULT NULL,
  580.   `author` VARCHAR(255) NOT NULL,
  581.   `comment` text NOT NULL,
  582.   `date_submitted` datetime NOT NULL,
  583.   `approved` tinyint(1) NOT NULL DEFAULT '0',
  584.   PRIMARY KEY (`comment_id`)
  585. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  586. -- --------------------------------------------------------
  587. --
  588. -- Table structure for table `oc_ptpost_description`
  589. --
  590. DROP TABLE IF EXISTS `oc_ptpost_description`;
  591. CREATE TABLE IF NOT EXISTS `oc_ptpost_description` (
  592.   `post_id` INT(11) NOT NULL,
  593.   `language_id` INT(11) NOT NULL,
  594.   `name` VARCHAR(255) NOT NULL,
  595.   `description` text NOT NULL,
  596.   `intro_text` text NOT NULL,
  597.   `meta_title` VARCHAR(255) NOT NULL,
  598.   `meta_description` VARCHAR(255) NOT NULL,
  599.   `meta_keyword` VARCHAR(255) NOT NULL,
  600.   PRIMARY KEY (`post_id`,`language_id`),
  601.   KEY `name` (`name`)
  602. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  603. --
  604. -- Dumping data for table `oc_ptpost_description`
  605. --
  606. INSERT INTO `oc_ptpost_description` (`post_id`, `language_id`, `name`, `description`, `intro_text`, `meta_title`, `meta_description`, `meta_keyword`) VALUES
  607. (1, 1, 'Lesbian Sex Stories Of Hollywood’s Biggest Celebrities', '&lt;p&gt;As a celebrity, your life is pretty much always on display.. whether you want it to be or not. Where you buy your avocados? TMZ is covering it. Who you went to lunch with last week? TMZ is covering it. Who you’re sleeping with, or have ever slept with? The public is racing around trying to figure out the latest bit of celebrity gossip. When it comes to sexual history, that’s a hot issue. As far as celebrity lesbian sex stories go, it’s something the people want to know about! So keep reading to find out which of your favorite female celebrities have hooked up with another lady, and the details from the celebrities themselves, via The Frisky.&lt;/p&gt;\r\n&lt;h4&gt;Celebrity lesbian sex stories.&lt;/h4&gt;\r\n&lt;p&gt;“X-Files” Gillian Anderson, according to The Frisky, had a relationship with a girl while in high school. She identifies as bisexual, or prefers no labels whatsoever.&lt;/p&gt;\r\n&lt;h4&gt;Celebrity lesbian sex stories.&lt;/h4&gt;\r\n&lt;p&gt;“If I thought I was 100 percent gay, would it have been a different experience for me,” she said. &quot;Would it have been a bigger deal if shame had been attached to it and all those things that become huge life-altering issues for youngsters in that situation? It’s possible that my attitude around it came, one some level, from knowing that I still liked boys.&quot;&lt;/p&gt;\r\n&lt;h4&gt;Celebrity lesbian sex stories.&lt;/h4&gt;\r\n&lt;p&gt;Apparently, Jane Pratt (current editor of xoJane, and founding editor of Jane Magazine and Sassy) and Drew Barrymore hooked up. Not many details were revealed, according to The Frisky, but Barrymore is bisexual, so it isn’t too surprising.&lt;/p&gt;', '&lt;p&gt;As a celebrity, your life is pretty much always on display.. whether you want it to be or not. Where you buy your avocados?...&lt;/p&gt;', 'Lesbian Sex Stories Of Hollywood’s Biggest Celebrities', 'As a celebrity, your life is pretty much always on display.. whether you want it to be or not. Where you buy your avocados? TMZ is covering it.', 'celebrity,Sex Stories,Hollywood'),
  608. (2, 1, 'Celebrity Daughter Opens Up About Having Her Eye Color', '&lt;p&gt;People are constantly changing things about themselves--- from their hair styles to their clothes, to even the way they physically look. There are some things, like the color of your eyes however, that aren’t as easy to change. Here, one reality tv star has opened up about having had her eyes surgically altered to look gray instead of her natural brown. While the procedure was done several years ago, Zonnique Pullins says she has since regretted undergoing the procedure.&lt;/p&gt;\r\n&lt;h4&gt;Procedure.&lt;/h4&gt;\r\n&lt;p&gt;Zonnique Pullins has recently opened up about undergoing a procedure that saw her having her eyes changed from brown to gray. Pullins has since had the procedure reversed and says she wouldn’t recommend it to anyone else.&lt;/p&gt;\r\n&lt;h4&gt;Inspiration.&lt;/h4&gt;\r\n&lt;p&gt;According to Yahoo, Pullins was inspired by her own mother, reality TV star Tameka “Tiny” Harris, who also got the procedure done back in 2014. Shortly after, Pullins had it done herself.&lt;/p&gt;\r\n&lt;h4&gt;Different.&lt;/h4&gt;\r\n&lt;p&gt;“They told me the procedure would be quick, like five or 10 minutes in my eye. They woke me up and it was very blurry, and then it kind of just fades in. I looked in the mirror and I was like, ‘They’re amazing.’ I just wanted to do something different. And I have the right to do that. It’s my body,” Harris told ABC News.&lt;/p&gt;', '&lt;p&gt;People are constantly changing things about themselves--- from their hair styles to their clothes, to even the way they physically look.&lt;/p&gt;', 'Celebrity Daughter Opens Up About Having Her Eye Color Changed', 'People are constantly changing things about themselves--- from their hair styles to their clothes, to even the way they physically look. ', 'Celebrity,Daughter Opens,Eye Color Changed'),
  609. (3, 1, 'Children Left Home Alone For 4 Days In TV Experiment', '&lt;p&gt;A new reality show in the UK conducted an experiment to see just how kids and teens would behave after being left home alone for the weekend. The show, called Alone at Home, recruited four families to participate in the experiment. Each couple left their children home alone for four days and cameras were placed all throughout the home to keep watch on the kids.&lt;/p&gt;\r\n&lt;h4&gt;Experiment.&lt;/h4&gt;\r\n&lt;p&gt;Four couples participated in a risky experiment that saw them leaving their kids home alone for four days. The experiment is meant to see how the kids would react with their four days of freedom.&lt;/p&gt;\r\n&lt;h4&gt;Freedom.&lt;/h4&gt;\r\n&lt;p&gt;The kids are between the ages of eight and 16, and all reacted differently to their newfound freedom. The eldest teen from one family ended up taking advantage of her parents’ liquor cabinet, while other kids feasted on sweets.&lt;/p&gt;\r\n&lt;h4&gt;Rules.&lt;/h4&gt;\r\n&lt;p&gt;&quot;There was no-one to say: “No, you can’t do this”, just me. I make my own rules,” said Millie, the 16-year-old daughter of Natalie and Dan. She was left home alone along with siblings 14-year-old Ethan and 13-year-old Laurel.&lt;/p&gt;', '&lt;p&gt;A new reality show in the UK conducted an experiment to see just how kids and teens would behave after being left home...&lt;/p&gt;', 'Children Left Home Alone For 4 Days In TV Experiment', 'A new reality show in the UK conducted an experiment to see just how kids and teens would behave after being left home alone for the weekend.', 'Children Left Home,Home Alone'),
  610. (4, 1, 'Lotto Winner Offering Up Money To Any Man That Will Date Her', '&lt;p&gt;The UK’s youngest lottery winner has recently revealed she is searching for a boyfriend, and is willing to pay for the right man. Jane Park won the lottery when she was just 17, but now at 23, is looking for someone to settle down. She is currently offering up a generous “allowance” to the right man and has set up a website where men can apply for the coveted position.&lt;/p&gt;\r\n&lt;h4&gt;Settling down.&lt;/h4&gt;\r\n&lt;p&gt;Like many young people, Jane Park is looking for someone to settle down with. Unfortunately, the last few years have left her feeling jaded as she’s had her heart broken multiple times.&lt;/p&gt;\r\n&lt;h4&gt;Relationships.&lt;/h4&gt;\r\n&lt;p&gt;According to the Mirror UK, the 23-year-old has been in relationships in the past, but they’ve always ended because she never knows if the men she dates truly want to be with her or are only in it for the money.&lt;/p&gt;\r\n&lt;h4&gt;Bad luck.&lt;/h4&gt;\r\n&lt;p&gt;“Jane is amazing and has so much to give but she has found herself alone again as since she won, she’s had terrible luck. She’s never sure whether she is being loved for herself or for her bank balance,” a source told the Mirror UK.&lt;/p&gt;', '&lt;p&gt;The UK’s youngest lottery winner has recently revealed she is searching for a boyfriend, and is willing to pay for the right man.&lt;/p&gt;', 'Lotto Winner Offering Up Money To Any Man That Will Date Her', 'The UK’s youngest lottery winner has recently revealed she is searching for a boyfriend, and is willing to pay for the right man.', 'Lotto Winner,Money To Any Man'),
  611. (5, 1, 'People are Willing to Lie When It Comes to Money', '&lt;p&gt;Humans have a problem: we really like to lie. And most of the lies that we tell aren’t even malicious. We frequently tell lies that will make others or ourselves feel better. Research has found that we tell at least one lie a day and about 40 percent of people would happily lie if they knew they could get away with it.&lt;/p&gt;\r\n&lt;h4&gt;Lying.&lt;/h4&gt;\r\n&lt;p&gt;There’s just something about being human that makes us prone to lying. Even if we try to live our lives as honestly as possible, we can’t help but bend the truth. Most of our lies aren’t even told with malicious intent either.&lt;/p&gt;\r\n&lt;h4&gt;Dishonest.&lt;/h4&gt;\r\n&lt;p&gt;New research has found that 40 percent of people are pretty dishonest--and don’t feel bad about it. The study was performed by researchers involved with a new detective show The Heist.&lt;/p&gt;\r\n&lt;h4&gt;Scenario.&lt;/h4&gt;\r\n&lt;p&gt;Two-thousand volunteers were presented with a scenario: if they found money sticking out of an ATM, how would they react? They were given the options of either taking it as though it were their lucky day or be honest and turn it in.&lt;/p&gt;', '&lt;p&gt;Humans have a problem: we really like to lie. And most of the lies that we tell aren’t even malicious. We frequently tell lies...&lt;/p&gt;', 'People are Willing to Lie When It Comes to Money, According to Research', 'Humans have a problem: we really like to lie. And most of the lies that we tell aren’t even malicious.', 'People are Willing to Lie When It Comes to Money'),
  612. (6, 1, 'Lotto Winner Offering Up Money To Any Man That Will Date Her2', '&lt;p&gt;The UK’s youngest lottery winner has recently revealed she is searching for a boyfriend, and is willing to pay for the right man. Jane Park won the lottery when she was just 17, but now at 23, is looking for someone to settle down. She is currently offering up a generous “allowance” to the right man and has set up a website where men can apply for the coveted position.&lt;/p&gt;\r\n&lt;h4&gt;Settling down.&lt;/h4&gt;\r\n&lt;p&gt;Like many young people, Jane Park is looking for someone to settle down with. Unfortunately, the last few years have left her feeling jaded as she’s had her heart broken multiple times.&lt;/p&gt;\r\n&lt;h4&gt;Relationships.&lt;/h4&gt;\r\n&lt;p&gt;According to the Mirror UK, the 23-year-old has been in relationships in the past, but they’ve always ended because she never knows if the men she dates truly want to be with her or are only in it for the money.&lt;/p&gt;\r\n&lt;h4&gt;Bad luck.&lt;/h4&gt;\r\n&lt;p&gt;“Jane is amazing and has so much to give but she has found herself alone again as since she won, she’s had terrible luck. She’s never sure whether she is being loved for herself or for her bank balance,” a source told the Mirror UK.&lt;/p&gt;', '&lt;p&gt;The UK’s youngest lottery winner has recently revealed she is searching for a boyfriend, and is willing to pay for the right man.&lt;/p&gt;', 'Lotto Winner Offering Up Money To Any Man That Will Date Her2', 'The UK’s youngest lottery winner has recently revealed she is searching for a boyfriend, and is willing to pay for the right man.', 'Lotto Winner,Money To Any Man');
  613. -- --------------------------------------------------------
  614. --
  615. -- Table structure for table `oc_ptpost_list`
  616. --
  617. DROP TABLE IF EXISTS `oc_ptpost_list`;
  618. CREATE TABLE IF NOT EXISTS `oc_ptpost_list` (
  619.   `post_list_id` INT(11) NOT NULL AUTO_INCREMENT,
  620.   `status` tinyint(1) NOT NULL DEFAULT '0',
  621.   `sort_order` INT(11) NOT NULL DEFAULT '0',
  622.   PRIMARY KEY (`post_list_id`)
  623. ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
  624. --
  625. -- Dumping data for table `oc_ptpost_list`
  626. --
  627. INSERT INTO `oc_ptpost_list` (`post_list_id`, `status`, `sort_order`) VALUES
  628. (1, 1, 1),
  629. (2, 1, 1),
  630. (3, 1, 1),
  631. (4, 1, 1);
  632. -- --------------------------------------------------------
  633. --
  634. -- Table structure for table `oc_ptpost_list_description`
  635. --
  636. DROP TABLE IF EXISTS `oc_ptpost_list_description`;
  637. CREATE TABLE IF NOT EXISTS `oc_ptpost_list_description` (
  638.   `post_list_id` INT(11) NOT NULL,
  639.   `language_id` INT(11) NOT NULL,
  640.   `name` VARCHAR(255) NOT NULL,
  641.   `description` text NOT NULL,
  642.   `meta_title` VARCHAR(255) NOT NULL,
  643.   `meta_description` VARCHAR(255) NOT NULL,
  644.   `meta_keyword` VARCHAR(255) NOT NULL,
  645.   PRIMARY KEY (`post_list_id`,`language_id`),
  646.   KEY `name` (`name`)
  647. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  648. --
  649. -- Dumping data for table `oc_ptpost_list_description`
  650. --
  651. INSERT INTO `oc_ptpost_list_description` (`post_list_id`, `language_id`, `name`, `description`, `meta_title`, `meta_description`, `meta_keyword`) VALUES
  652. (1, 1, 'Jewelry', '&lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.&lt;/p&gt;', 'Jewelry', 'Jewelry', 'Jewelry'),
  653. (2, 1, 'Fashion', '&lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.&lt;/p&gt;', 'Fashion', 'Fashion', 'Fashion'),
  654. (3, 1, 'Furniture', '&lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n&lt;/p&gt;', 'Furniture', 'Furniture', 'Furniture'),
  655. (4, 1, 'Digital', '&lt;p&gt;Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n&lt;/p&gt;', 'Digital', 'Digital', 'Digital');
  656. -- --------------------------------------------------------
  657. --
  658. -- Table structure for table `oc_ptpost_list_to_store`
  659. --
  660. DROP TABLE IF EXISTS `oc_ptpost_list_to_store`;
  661. CREATE TABLE IF NOT EXISTS `oc_ptpost_list_to_store` (
  662.   `post_list_id` INT(11) NOT NULL,
  663.   `store_id` INT(11) NOT NULL
  664. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  665. --
  666. -- Dumping data for table `oc_ptpost_list_to_store`
  667. --
  668. INSERT INTO `oc_ptpost_list_to_store` (`post_list_id`, `store_id`) VALUES
  669. (1, 0),
  670. (2, 0),
  671. (3, 0),
  672. (4, 0);
  673. -- --------------------------------------------------------
  674. --
  675. -- Table structure for table `oc_ptpost_related_post`
  676. --
  677. DROP TABLE IF EXISTS `oc_ptpost_related_post`;
  678. CREATE TABLE IF NOT EXISTS `oc_ptpost_related_post` (
  679.   `post_id` INT(11) NOT NULL,
  680.   `related_post_id` INT(11) NOT NULL
  681. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  682. --
  683. -- Dumping data for table `oc_ptpost_related_post`
  684. --
  685. INSERT INTO `oc_ptpost_related_post` (`post_id`, `related_post_id`) VALUES
  686. (3, 2),
  687. (2, 3),
  688. (1, 3),
  689. (1, 2),
  690. (2, 1),
  691. (1, 3),
  692. (3, 1),
  693. (4, 1),
  694. (1, 4),
  695. (4, 2),
  696. (2, 4),
  697. (4, 3),
  698. (3, 4),
  699. (4, 1),
  700. (1, 4),
  701. (6, 3),
  702. (3, 6),
  703. (6, 2),
  704. (6, 3),
  705. (2, 6),
  706. (3, 6),
  707. (6, 2),
  708. (6, 1),
  709. (2, 6),
  710. (1, 6),
  711. (6, 3),
  712. (3, 6),
  713. (6, 3),
  714. (3, 6),
  715. (6, 1),
  716. (1, 6),
  717. (5, 2),
  718. (2, 5),
  719. (5, 2),
  720. (2, 5),
  721. (5, 3),
  722. (3, 5),
  723. (5, 3),
  724. (3, 5),
  725. (5, 1),
  726. (1, 5),
  727. (5, 4),
  728. (4, 5),
  729. (5, 4),
  730. (4, 5);
  731. -- --------------------------------------------------------
  732. --
  733. -- Table structure for table `oc_ptpost_to_list`
  734. --
  735. DROP TABLE IF EXISTS `oc_ptpost_to_list`;
  736. CREATE TABLE IF NOT EXISTS `oc_ptpost_to_list` (
  737.   `post_list_id` INT(11) NOT NULL,
  738.   `post_id` INT(11) NOT NULL
  739. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  740. --
  741. -- Dumping data for table `oc_ptpost_to_list`
  742. --
  743. INSERT INTO `oc_ptpost_to_list` (`post_list_id`, `post_id`) VALUES
  744. (1, 6),
  745. (1, 2),
  746. (1, 2),
  747. (1, 3),
  748. (1, 3),
  749. (1, 1),
  750. (1, 1),
  751. (1, 4),
  752. (1, 4),
  753. (1, 5),
  754. (1, 5),
  755. (1, 6),
  756. (1, 6),
  757. (2, 1),
  758. (2, 4),
  759. (2, 5),
  760. (3, 3),
  761. (3, 1),
  762. (3, 4),
  763. (4, 5),
  764. (4, 2),
  765. (4, 4),
  766. (4, 3);
  767. -- --------------------------------------------------------
  768. --
  769. -- Table structure for table `oc_ptpost_to_store`
  770. --
  771. DROP TABLE IF EXISTS `oc_ptpost_to_store`;
  772. CREATE TABLE IF NOT EXISTS `oc_ptpost_to_store` (
  773.   `post_id` INT(11) NOT NULL,
  774.   `store_id` INT(11) NOT NULL
  775. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  776. --
  777. -- Dumping data for table `oc_ptpost_to_store`
  778. --
  779. INSERT INTO `oc_ptpost_to_store` (`post_id`, `store_id`) VALUES
  780. (1, 0),
  781. (2, 0),
  782. (3, 0),
  783. (4, 0),
  784. (5, 0),
  785. (6, 0);
  786. -- --------------------------------------------------------
  787. --
  788. -- Table structure for table `oc_ptslider`
  789. --
  790. DROP TABLE IF EXISTS `oc_ptslider`;
  791. CREATE TABLE IF NOT EXISTS `oc_ptslider` (
  792.   `ptslider_id` INT(11) NOT NULL AUTO_INCREMENT,
  793.   `name` VARCHAR(64) NOT NULL,
  794.   `status` tinyint(1) NOT NULL,
  795.   `auto` tinyint(1) DEFAULT NULL,
  796.   `delay` INT(11) DEFAULT NULL,
  797.   `hover` tinyint(1) DEFAULT NULL,
  798.   `nextback` tinyint(1) DEFAULT NULL,
  799.   `contrl` tinyint(1) DEFAULT NULL,
  800.   `effect` VARCHAR(64) NOT NULL,
  801.   PRIMARY KEY (`ptslider_id`)
  802. ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
  803. --
  804. -- Dumping data for table `oc_ptslider`
  805. --
  806. INSERT INTO `oc_ptslider` (`ptslider_id`, `name`, `status`, `auto`, `delay`, `hover`, `nextback`, `contrl`, `effect`) VALUES
  807. (1, 'Home slideshow 1', 1, 1, 5000, 1, 1, 1, ''),
  808. (2, 'Home slideshow 2', 1, 1, 5000, 1, 1, 1, ''),
  809. (3, 'Home slideshow 3', 1, 1, 5000, 1, 0, 1, ''),
  810. (4, 'Home slideshow 4', 1, 1, 5000, 1, 0, 1, ''),
  811. (5, 'Home slideshow 5', 1, 1, 5000, 1, 1, 1, '');
  812. -- --------------------------------------------------------
  813. --
  814. -- Table structure for table `oc_ptslider_image`
  815. --
  816. DROP TABLE IF EXISTS `oc_ptslider_image`;
  817. CREATE TABLE IF NOT EXISTS `oc_ptslider_image` (
  818.   `ptslider_image_id` INT(11) NOT NULL AUTO_INCREMENT,
  819.   `ptslider_id` INT(11) NOT NULL,
  820.   `link` VARCHAR(255) NOT NULL,
  821.   `type` INT(11) NOT NULL,
  822.   `slider_store` VARCHAR(110) DEFAULT '0',
  823.   `image` VARCHAR(255) NOT NULL,
  824.   `secondary_image` VARCHAR(255) DEFAULT NULL,
  825.   PRIMARY KEY (`ptslider_image_id`)
  826. ) ENGINE=InnoDB AUTO_INCREMENT=613 DEFAULT CHARSET=utf8;
  827. --
  828. -- Dumping data for table `oc_ptslider_image`
  829. --
  830. INSERT INTO `oc_ptslider_image` (`ptslider_image_id`, `ptslider_id`, `link`, `type`, `slider_store`, `image`, `secondary_image`) VALUES
  831. (571, 2, '#', 2, '1,0,1,0,1,0', 'catalog/slider/slider2-pedona2.jpg', NULL),
  832. (572, 2, '#', 1, '1,0,1,0,1,0', 'catalog/slider/slider1-pedona2.jpg', NULL),
  833. (573, 2, '#   ', 3, '1,0,1,0,1,0', 'catalog/slider/slider3-pedona2.jpg', NULL),
  834. (577, 3, '#   ', 2, '2,0,2,0,2,0', 'catalog/slider/slider2-pedona3.jpg', NULL),
  835. (578, 3, '#', 1, '2,0,2,0,2,0', 'catalog/slider/slider1-pedona3.jpg', NULL),
  836. (579, 3, '#', 3, '2,0,2,0,2,0', 'catalog/slider/slider3-pedona3.jpg', NULL),
  837. (583, 4, '#', 3, '3,0,3,0,3,0', 'catalog/slider/slider3-pedona4.jpg', NULL),
  838. (584, 4, '#', 2, '3,0,3,0,3,0', 'catalog/slider/slider2-pedona4.jpg', NULL),
  839. (585, 4, '#   ', 1, '3,0,3,0,3,0', 'catalog/slider/slider1-pedona4.jpg', NULL),
  840. (589, 1, '#', 1, '0,0,0', 'catalog/slider/slider1-pedona1.jpg', NULL),
  841. (590, 1, '#', 2, '0,0,0', 'catalog/slider/slider2-pedona1.jpg', NULL),
  842. (591, 1, '#  ', 3, '0,0,0', 'catalog/slider/slider3-pedona1.jpg', NULL),
  843. (610, 5, '#', 1, '8,0,8,0,8,0', 'catalog/slider/slider1-pedona5.jpg', NULL),
  844. (611, 5, '#', 2, '8,0,8,0,8,0', 'catalog/slider/slider2-pedona5.jpg', NULL),
  845. (612, 5, '#  ', 3, '8,0,8,0,8,0', 'catalog/slider/slider3-pedona5.jpg', NULL);
  846. -- --------------------------------------------------------
  847. --
  848. -- Table structure for table `oc_ptslider_image_description`
  849. --
  850. DROP TABLE IF EXISTS `oc_ptslider_image_description`;
  851. CREATE TABLE IF NOT EXISTS `oc_ptslider_image_description` (
  852.   `ptslider_image_id` INT(11) NOT NULL,
  853.   `ptslider_id` INT(11) NOT NULL,
  854.   `language_id` INT(11) NOT NULL,
  855.   `title` VARCHAR(64) NOT NULL,
  856.   `sub_title` VARCHAR(64) DEFAULT NULL,
  857.   `description` text,
  858.   PRIMARY KEY (`ptslider_image_id`,`language_id`)
  859. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  860. --
  861. -- Dumping data for table `oc_ptslider_image_description`
  862. --
  863. INSERT INTO `oc_ptslider_image_description` (`ptslider_image_id`, `ptslider_id`, `language_id`, `title`, `sub_title`, `description`) VALUES
  864. (571, 2, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;top seller&lt;/span&gt; Sale Offer 10% Off&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;New York’s 2019&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Two-Tone Low Sneakers in White&lt;/p&gt;'),
  865. (572, 2, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;limit edition&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Lookbook 2019&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Two-Tone Low Sneakers in White&lt;/p&gt;'),
  866. (573, 2, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;New Arrivals&lt;/span&gt; Sale Offer 10% Off&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Clothing 2019&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Two-Tone Low Sneakers in White&lt;/p&gt;'),
  867. (577, 3, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;Hot trending&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Travel Handbags&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Stylish, youthful, bag suitable for all ages. Please register \r\nto get the most incentives.&lt;/p&gt;'),
  868. (578, 3, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;limit edition&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Men’s Sunglasses&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;The men with Glasses could be your choice when creating\r\nabout new style.&lt;/p&gt;'),
  869. (579, 3, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;Big sale&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Modern Fashion&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Modern fashion trends are constantly updated at our store.\r\nMany promotions for everyone.&lt;/p&gt;'),
  870. (583, 4, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;new Trending&lt;/span&gt; Sale Offer 10% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Explore Trending&lt;/h3&gt;\r\n'),
  871. (584, 4, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;New arrivals&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Sport Sneaker 2019&lt;/h3&gt;\r\n'),
  872. (585, 4, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;limit edition&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Lookbook 2019&lt;/h3&gt;\r\n'),
  873. (589, 1, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;limit edition&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Pedona Amazing &lt;br&gt;\r\nSport Sneakers 2019&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Light knit upper adapts to the shape of your foot for flexible and \r\nnatural movement.&lt;/p&gt;'),
  874. (590, 1, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;Hot Sale OFF&lt;/span&gt; Sale Offer 60% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Top 20% Sale &lt;br&gt;\r\nBlack History Month&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;The collection grows each year with original stories and design features,\r\ninfluenced by Abalia’s employees.&lt;/p&gt;'),
  875. (591, 1, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;good price&lt;/span&gt; Sale Offer 10% Off&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Pedona Air Zoom &lt;br&gt;\r\nMariah Flyknit Racer&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;The Nike Air Zoom Pegasus 34 Men\'s Running Shoe features an updated, lighter \r\nFlymesh material that helps reduce heat build-up when you run.&lt;/p&gt;'),
  876. (610, 5, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;limit edition&lt;/span&gt; Sale Offer 20% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Top Popular &lt;br&gt;\r\nAccessories 2019&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Light knit upper adapts to the shape of your foot for flexible and \r\nnatural movement.&lt;/p&gt;'),
  877. (611, 5, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;New arrivals&lt;/span&gt; Sale Offer 10% Off This Week&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;New Arrivals &lt;br&gt;\r\nSport Sneaker 2019&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;The Nike Air Zoom Pegasus 34 Men\'s Running Shoe features an updated, lighter Flymesh material that helps reduce heat build-up when you run.&lt;/p&gt;'),
  878. (612, 5, 1, '', '', '&lt;h5 class=&quot;text1&quot;&gt;&lt;span&gt;TrenDing&lt;/span&gt; Sale Offer 10% Off&lt;/h5&gt;\r\n&lt;h3 class=&quot;text2&quot;&gt;Gift For Men’s &lt;br&gt;\r\nTrending Clothing&lt;/h3&gt;\r\n&lt;p class=&quot;text3&quot;&gt;Light knit upper adapts to the shape of your foot for flexible and \r\nnatural movement.&lt;/p&gt;');
  879. -- --------------------------------------------------------
  880. --
  881. -- Table structure for table `oc_pttestimonial`
  882. --
  883. DROP TABLE IF EXISTS `oc_pttestimonial`;
  884. CREATE TABLE IF NOT EXISTS `oc_pttestimonial` (
  885.   `pttestimonial_id` INT(11) NOT NULL AUTO_INCREMENT,
  886.   `status` INT(1) NOT NULL DEFAULT '0',
  887.   `sort_order` INT(11) NOT NULL DEFAULT '0',
  888.   PRIMARY KEY (`pttestimonial_id`)
  889. ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
  890. --
  891. -- Dumping data for table `oc_pttestimonial`
  892. --
  893. INSERT INTO `oc_pttestimonial` (`pttestimonial_id`, `status`, `sort_order`) VALUES
  894. (1, 1, 1),
  895. (2, 1, 1),
  896. (3, 1, 1);
  897. -- --------------------------------------------------------
  898. --
  899. -- Table structure for table `oc_pttestimonial_description`
  900. --
  901. DROP TABLE IF EXISTS `oc_pttestimonial_description`;
  902. CREATE TABLE IF NOT EXISTS `oc_pttestimonial_description` (
  903.   `pttestimonial_id` INT(11) UNSIGNED NOT NULL,
  904.   `language_id` INT(11) NOT NULL,
  905.   `image` VARCHAR(255) NOT NULL,
  906.   `customer_name` VARCHAR(255) NOT NULL,
  907.   `content` text,
  908.   PRIMARY KEY (`pttestimonial_id`,`language_id`)
  909. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  910. --
  911. -- Dumping data for table `oc_pttestimonial_description`
  912. --
  913. INSERT INTO `oc_pttestimonial_description` (`pttestimonial_id`, `language_id`, `image`, `customer_name`, `content`) VALUES
  914. (1, 0, 'catalog/testimonials/testimonial2.png', 'Lindsy Neloms', '“ Perfect Themes and the best of all that you have many options to choose! Best Support team ever!Very fast responding and experts on their fields! Thank you very much! ”'),
  915. (2, 0, 'catalog/testimonials/testimonial3.png', 'Rebecka Filson', '“ Code, template and others are very good. The support has served me immediately and solved my problems when I need help. Are to be congratulated. Att Renan Andrade. ”'),
  916. (3, 0, 'catalog/testimonials/testimonial1.png', 'Amber Laha', '“ When a beautiful design is combined with powerful technology, \r\nit truly is an artwork. I love how my website operates and looks with this theme. Thank you for the awesome product. ”');
  917. -- --------------------------------------------------------
  918. --
  919. -- Table structure for table `oc_user_group`
  920. --
  921. DROP TABLE IF EXISTS `oc_user_group`;
  922. CREATE TABLE IF NOT EXISTS `oc_user_group` (
  923.   `user_group_id` INT(11) NOT NULL AUTO_INCREMENT,
  924.   `name` VARCHAR(64) NOT NULL,
  925.   `permission` text NOT NULL,
  926.   PRIMARY KEY (`user_group_id`)
  927. ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
  928. --
  929. -- Dumping data for table `oc_user_group`
  930. --
  931. INSERT INTO `oc_user_group` (`user_group_id`, `name`, `permission`) VALUES
  932. (1, 'Administrator', '{\"access\":{\"0\":\"catalog\\/attribute\",\"1\":\"catalog\\/attribute_group\",\"2\":\"catalog\\/category\",\"3\":\"catalog\\/download\",\"4\":\"catalog\\/filter\",\"5\":\"catalog\\/information\",\"6\":\"catalog\\/manufacturer\",\"7\":\"catalog\\/option\",\"8\":\"catalog\\/product\",\"9\":\"catalog\\/recurring\",\"10\":\"catalog\\/review\",\"11\":\"common\\/column_left\",\"12\":\"common\\/developer\",\"13\":\"common\\/filemanager\",\"14\":\"common\\/profile\",\"15\":\"common\\/security\",\"16\":\"customer\\/custom_field\",\"17\":\"customer\\/customer\",\"18\":\"customer\\/customer_approval\",\"19\":\"customer\\/customer_group\",\"20\":\"design\\/banner\",\"21\":\"design\\/layout\",\"22\":\"design\\/theme\",\"23\":\"design\\/translation\",\"24\":\"design\\/seo_url\",\"25\":\"event\\/statistics\",\"26\":\"event\\/theme\",\"27\":\"extension\\/advertise\\/google\",\"28\":\"extension\\/analytics\\/google\",\"29\":\"extension\\/captcha\\/basic\",\"30\":\"extension\\/captcha\\/google\",\"31\":\"extension\\/dashboard\\/activity\",\"32\":\"extension\\/dashboard\\/chart\",\"33\":\"extension\\/dashboard\\/customer\",\"34\":\"extension\\/dashboard\\/map\",\"35\":\"extension\\/dashboard\\/online\",\"36\":\"extension\\/dashboard\\/order\",\"37\":\"extension\\/dashboard\\/recent\",\"38\":\"extension\\/dashboard\\/sale\",\"39\":\"extension\\/extension\\/advertise\",\"40\":\"extension\\/extension\\/analytics\",\"41\":\"extension\\/extension\\/captcha\",\"42\":\"extension\\/extension\\/dashboard\",\"43\":\"extension\\/extension\\/feed\",\"44\":\"extension\\/extension\\/fraud\",\"45\":\"extension\\/extension\\/menu\",\"46\":\"extension\\/extension\\/module\",\"47\":\"extension\\/extension\\/payment\",\"48\":\"extension\\/extension\\/report\",\"49\":\"extension\\/extension\\/shipping\",\"50\":\"extension\\/extension\\/theme\",\"51\":\"extension\\/extension\\/total\",\"52\":\"extension\\/feed\\/google_base\",\"53\":\"extension\\/feed\\/google_sitemap\",\"54\":\"extension\\/feed\\/openbaypro\",\"55\":\"extension\\/fraud\\/fraudlabspro\",\"56\":\"extension\\/fraud\\/ip\",\"57\":\"extension\\/fraud\\/maxmind\",\"58\":\"extension\\/marketing\\/remarketing\",\"59\":\"extension\\/module\\/account\",\"60\":\"extension\\/module\\/amazon_login\",\"61\":\"extension\\/module\\/amazon_pay\",\"62\":\"extension\\/module\\/banner\",\"63\":\"extension\\/module\\/bestseller\",\"64\":\"extension\\/module\\/carousel\",\"65\":\"extension\\/module\\/category\",\"66\":\"extension\\/module\\/divido_calculator\",\"67\":\"extension\\/module\\/ebay_listing\",\"68\":\"extension\\/module\\/featured\",\"69\":\"extension\\/module\\/filter\",\"70\":\"extension\\/module\\/google_hangouts\",\"71\":\"extension\\/module\\/html\",\"72\":\"extension\\/module\\/information\",\"73\":\"extension\\/module\\/klarna_checkout_module\",\"74\":\"extension\\/module\\/latest\",\"75\":\"extension\\/module\\/laybuy_layout\",\"76\":\"extension\\/module\\/pilibaba_button\",\"77\":\"extension\\/module\\/pp_button\",\"78\":\"extension\\/module\\/pp_login\",\"79\":\"extension\\/module\\/sagepay_direct_cards\",\"80\":\"extension\\/module\\/sagepay_server_cards\",\"81\":\"extension\\/module\\/slideshow\",\"82\":\"extension\\/module\\/special\",\"83\":\"extension\\/module\\/store\",\"84\":\"extension\\/openbay\\/amazon\",\"85\":\"extension\\/openbay\\/amazon_listing\",\"86\":\"extension\\/openbay\\/amazon_product\",\"87\":\"extension\\/openbay\\/amazonus\",\"88\":\"extension\\/openbay\\/amazonus_listing\",\"89\":\"extension\\/openbay\\/amazonus_product\",\"90\":\"extension\\/openbay\\/ebay\",\"91\":\"extension\\/openbay\\/ebay_profile\",\"92\":\"extension\\/openbay\\/ebay_template\",\"93\":\"extension\\/openbay\\/etsy\",\"94\":\"extension\\/openbay\\/etsy_product\",\"95\":\"extension\\/openbay\\/etsy_shipping\",\"96\":\"extension\\/openbay\\/etsy_shop\",\"97\":\"extension\\/openbay\\/fba\",\"98\":\"extension\\/payment\\/amazon_login_pay\",\"99\":\"extension\\/payment\\/authorizenet_aim\",\"100\":\"extension\\/payment\\/authorizenet_sim\",\"101\":\"extension\\/payment\\/bank_transfer\",\"102\":\"extension\\/payment\\/bluepay_hosted\",\"103\":\"extension\\/payment\\/bluepay_redirect\",\"104\":\"extension\\/payment\\/cardconnect\",\"105\":\"extension\\/payment\\/cardinity\",\"106\":\"extension\\/payment\\/cheque\",\"107\":\"extension\\/payment\\/cod\",\"108\":\"extension\\/payment\\/divido\",\"109\":\"extension\\/payment\\/eway\",\"110\":\"extension\\/payment\\/firstdata\",\"111\":\"extension\\/payment\\/firstdata_remote\",\"112\":\"extension\\/payment\\/free_checkout\",\"113\":\"extension\\/payment\\/g2apay\",\"114\":\"extension\\/payment\\/globalpay\",\"115\":\"extension\\/payment\\/globalpay_remote\",\"116\":\"extension\\/payment\\/klarna_account\",\"117\":\"extension\\/payment\\/klarna_checkout\",\"118\":\"extension\\/payment\\/klarna_invoice\",\"119\":\"extension\\/payment\\/laybuy\",\"120\":\"extension\\/payment\\/liqpay\",\"121\":\"extension\\/payment\\/nochex\",\"122\":\"extension\\/payment\\/paymate\",\"123\":\"extension\\/payment\\/paypoint\",\"124\":\"extension\\/payment\\/payza\",\"125\":\"extension\\/payment\\/perpetual_payments\",\"126\":\"extension\\/payment\\/pilibaba\",\"127\":\"extension\\/payment\\/pp_express\",\"128\":\"extension\\/payment\\/pp_payflow\",\"129\":\"extension\\/payment\\/pp_payflow_iframe\",\"130\":\"extension\\/payment\\/pp_pro\",\"131\":\"extension\\/payment\\/pp_pro_iframe\",\"132\":\"extension\\/payment\\/pp_standard\",\"133\":\"extension\\/payment\\/realex\",\"134\":\"extension\\/payment\\/realex_remote\",\"135\":\"extension\\/payment\\/sagepay_direct\",\"136\":\"extension\\/payment\\/sagepay_server\",\"137\":\"extension\\/payment\\/sagepay_us\",\"138\":\"extension\\/payment\\/securetrading_pp\",\"139\":\"extension\\/payment\\/securetrading_ws\",\"140\":\"extension\\/payment\\/skrill\",\"141\":\"extension\\/payment\\/twocheckout\",\"142\":\"extension\\/payment\\/web_payment_software\",\"143\":\"extension\\/payment\\/worldpay\",\"144\":\"extension\\/module\\/pp_braintree_button\",\"145\":\"extension\\/payment\\/pp_braintree\",\"146\":\"extension\\/report\\/customer_activity\",\"147\":\"extension\\/report\\/customer_order\",\"148\":\"extension\\/report\\/customer_reward\",\"149\":\"extension\\/report\\/customer_search\",\"150\":\"extension\\/report\\/customer_transaction\",\"151\":\"extension\\/report\\/marketing\",\"152\":\"extension\\/report\\/product_purchased\",\"153\":\"extension\\/report\\/product_viewed\",\"154\":\"extension\\/report\\/sale_coupon\",\"155\":\"extension\\/report\\/sale_order\",\"156\":\"extension\\/report\\/sale_return\",\"157\":\"extension\\/report\\/sale_shipping\",\"158\":\"extension\\/report\\/sale_tax\",\"159\":\"extension\\/shipping\\/auspost\",\"160\":\"extension\\/shipping\\/ec_ship\",\"161\":\"extension\\/shipping\\/fedex\",\"162\":\"extension\\/shipping\\/flat\",\"163\":\"extension\\/shipping\\/free\",\"164\":\"extension\\/shipping\\/item\",\"165\":\"extension\\/shipping\\/parcelforce_48\",\"166\":\"extension\\/shipping\\/pickup\",\"167\":\"extension\\/shipping\\/royal_mail\",\"168\":\"extension\\/shipping\\/ups\",\"169\":\"extension\\/shipping\\/usps\",\"170\":\"extension\\/shipping\\/weight\",\"171\":\"extension\\/theme\\/default\",\"172\":\"extension\\/total\\/coupon\",\"173\":\"extension\\/total\\/credit\",\"174\":\"extension\\/total\\/handling\",\"175\":\"extension\\/total\\/klarna_fee\",\"176\":\"extension\\/total\\/low_order_fee\",\"177\":\"extension\\/total\\/reward\",\"178\":\"extension\\/total\\/shipping\",\"179\":\"extension\\/total\\/sub_total\",\"180\":\"extension\\/total\\/tax\",\"181\":\"extension\\/total\\/total\",\"182\":\"extension\\/total\\/voucher\",\"183\":\"localisation\\/country\",\"184\":\"localisation\\/currency\",\"185\":\"localisation\\/geo_zone\",\"186\":\"localisation\\/language\",\"187\":\"localisation\\/length_class\",\"188\":\"localisation\\/location\",\"189\":\"localisation\\/order_status\",\"190\":\"localisation\\/return_action\",\"191\":\"localisation\\/return_reason\",\"192\":\"localisation\\/return_status\",\"193\":\"localisation\\/stock_status\",\"194\":\"localisation\\/tax_class\",\"195\":\"localisation\\/tax_rate\",\"196\":\"localisation\\/weight_class\",\"197\":\"localisation\\/zone\",\"198\":\"mail\\/affiliate\",\"199\":\"mail\\/customer\",\"200\":\"mail\\/forgotten\",\"201\":\"mail\\/return\",\"202\":\"mail\\/reward\",\"203\":\"mail\\/transaction\",\"204\":\"marketing\\/contact\",\"205\":\"marketing\\/coupon\",\"206\":\"marketing\\/marketing\",\"207\":\"marketplace\\/api\",\"208\":\"marketplace\\/event\",\"209\":\"marketplace\\/extension\",\"210\":\"marketplace\\/install\",\"211\":\"marketplace\\/installer\",\"212\":\"marketplace\\/marketplace\",\"213\":\"marketplace\\/modification\",\"214\":\"marketplace\\/openbay\",\"215\":\"report\\/online\",\"216\":\"report\\/report\",\"217\":\"report\\/statistics\",\"218\":\"sale\\/order\",\"219\":\"sale\\/recurring\",\"220\":\"sale\\/return\",\"221\":\"sale\\/voucher\",\"222\":\"sale\\/voucher_theme\",\"223\":\"setting\\/setting\",\"224\":\"setting\\/store\",\"225\":\"startup\\/error\",\"226\":\"startup\\/event\",\"227\":\"startup\\/login\",\"228\":\"startup\\/permission\",\"229\":\"startup\\/router\",\"230\":\"startup\\/sass\",\"231\":\"startup\\/startup\",\"232\":\"tool\\/backup\",\"233\":\"tool\\/log\",\"234\":\"tool\\/upload\",\"235\":\"user\\/api\",\"236\":\"user\\/user\",\"237\":\"user\\/user_permission\",\"238\":\"extension\\/module\\/ptcontrolpanel\",\"239\":\"plaza\\/blog\",\"240\":\"plaza\\/blog\\/post\",\"241\":\"plaza\\/blog\\/list\",\"242\":\"plaza\\/blog\\/setting\",\"243\":\"plaza\\/slider\",\"245\":\"plaza\\/ultimatemenu\",\"246\":\"plaza\\/featuredcate\",\"247\":\"plaza\\/newsletter\",\"248\":\"plaza\\/module\",\"249\":\"extension\\/module\\/ptlayoutbuilder\",\"250\":\"extension\\/module\\/ptmenu\",\"251\":\"plaza\\/ultimatemenu\",\"252\":\"extension\\/module\\/ptstaticblock\",\"253\":\"extension\\/module\\/ptslider\",\"254\":\"plaza\\/slider\",\"255\":\"extension\\/module\\/ptblog\",\"256\":\"plaza\\/blog\",\"257\":\"plaza\\/blog\\/post\",\"258\":\"plaza\\/blog\\/list\",\"259\":\"plaza\\/blog\\/setting\",\"260\":\"extension\\/module\\/pttestimonial\",\"262\":\"extension\\/module\\/ptnewsletter\",\"263\":\"plaza\\/newsletter\",\"264\":\"extension\\/module\\/ptajaxlogin\",\"265\":\"extension\\/module\\/ptsearch\",\"266\":\"extension\\/module\\/ptinstagram\",\"267\":\"extension\\/module\\/ptproducts\",\"268\":\"extension\\/module\\/ptfeaturedcate\",\"269\":\"extension\\/module\\/html\",\"270\":\"extension\\/module\\/pttweet\",\"271\":\"extension\\/module\\/ptfeaturedcate\",\"272\":\"extension\\/module\\/pttestimonial\",\"274\":\"extension\\/module\\/ptproducts\",\"275\":\"extension\\/module\\/ptproducts\",\"276\":\"extension\\/module\\/ptproducts\",\"277\":\"extension\\/module\\/ptproducts\",\"278\":\"extension\\/module\\/pttestimonial\",\"279\":\"plaza\\/testimonial\",\"280\":\"extension\\/module\\/ptinstagram\",\"281\":\"extension\\/module\\/ptproducts\"},\"modify\":{\"0\":\"catalog\\/attribute\",\"1\":\"catalog\\/attribute_group\",\"2\":\"catalog\\/category\",\"3\":\"catalog\\/download\",\"4\":\"catalog\\/filter\",\"5\":\"catalog\\/information\",\"6\":\"catalog\\/manufacturer\",\"7\":\"catalog\\/option\",\"8\":\"catalog\\/product\",\"9\":\"catalog\\/recurring\",\"10\":\"catalog\\/review\",\"11\":\"common\\/column_left\",\"12\":\"common\\/developer\",\"13\":\"common\\/filemanager\",\"14\":\"common\\/profile\",\"15\":\"common\\/security\",\"16\":\"customer\\/custom_field\",\"17\":\"customer\\/customer\",\"18\":\"customer\\/customer_approval\",\"19\":\"customer\\/customer_group\",\"20\":\"design\\/banner\",\"21\":\"design\\/layout\",\"22\":\"design\\/theme\",\"23\":\"design\\/translation\",\"24\":\"design\\/seo_url\",\"25\":\"event\\/statistics\",\"26\":\"event\\/theme\",\"27\":\"extension\\/advertise\\/google\",\"28\":\"extension\\/analytics\\/google\",\"29\":\"extension\\/captcha\\/basic\",\"30\":\"extension\\/captcha\\/google\",\"31\":\"extension\\/dashboard\\/activity\",\"32\":\"extension\\/dashboard\\/chart\",\"33\":\"extension\\/dashboard\\/customer\",\"34\":\"extension\\/dashboard\\/map\",\"35\":\"extension\\/dashboard\\/online\",\"36\":\"extension\\/dashboard\\/order\",\"37\":\"extension\\/dashboard\\/recent\",\"38\":\"extension\\/dashboard\\/sale\",\"39\":\"extension\\/extension\\/advertise\",\"40\":\"extension\\/extension\\/analytics\",\"41\":\"extension\\/extension\\/captcha\",\"42\":\"extension\\/extension\\/dashboard\",\"43\":\"extension\\/extension\\/feed\",\"44\":\"extension\\/extension\\/fraud\",\"45\":\"extension\\/extension\\/menu\",\"46\":\"extension\\/extension\\/module\",\"47\":\"extension\\/extension\\/payment\",\"48\":\"extension\\/extension\\/report\",\"49\":\"extension\\/extension\\/shipping\",\"50\":\"extension\\/extension\\/theme\",\"51\":\"extension\\/extension\\/total\",\"52\":\"extension\\/feed\\/google_base\",\"53\":\"extension\\/feed\\/google_sitemap\",\"54\":\"extension\\/feed\\/openbaypro\",\"55\":\"extension\\/fraud\\/fraudlabspro\",\"56\":\"extension\\/fraud\\/ip\",\"57\":\"extension\\/fraud\\/maxmind\",\"58\":\"extension\\/marketing\\/remarketing\",\"59\":\"extension\\/module\\/account\",\"60\":\"extension\\/module\\/amazon_login\",\"61\":\"extension\\/module\\/amazon_pay\",\"62\":\"extension\\/module\\/banner\",\"63\":\"extension\\/module\\/bestseller\",\"64\":\"extension\\/module\\/carousel\",\"65\":\"extension\\/module\\/category\",\"66\":\"extension\\/module\\/divido_calculator\",\"67\":\"extension\\/module\\/ebay_listing\",\"68\":\"extension\\/module\\/featured\",\"69\":\"extension\\/module\\/filter\",\"70\":\"extension\\/module\\/google_hangouts\",\"71\":\"extension\\/module\\/html\",\"72\":\"extension\\/module\\/information\",\"73\":\"extension\\/module\\/klarna_checkout_module\",\"74\":\"extension\\/module\\/latest\",\"75\":\"extension\\/module\\/laybuy_layout\",\"76\":\"extension\\/module\\/pilibaba_button\",\"77\":\"extension\\/module\\/pp_button\",\"78\":\"extension\\/module\\/pp_login\",\"79\":\"extension\\/module\\/sagepay_direct_cards\",\"80\":\"extension\\/module\\/sagepay_server_cards\",\"81\":\"extension\\/module\\/slideshow\",\"82\":\"extension\\/module\\/special\",\"83\":\"extension\\/module\\/store\",\"84\":\"extension\\/openbay\\/amazon\",\"85\":\"extension\\/openbay\\/amazon_listing\",\"86\":\"extension\\/openbay\\/amazon_product\",\"87\":\"extension\\/openbay\\/amazonus\",\"88\":\"extension\\/openbay\\/amazonus_listing\",\"89\":\"extension\\/openbay\\/amazonus_product\",\"90\":\"extension\\/openbay\\/ebay\",\"91\":\"extension\\/openbay\\/ebay_profile\",\"92\":\"extension\\/openbay\\/ebay_template\",\"93\":\"extension\\/openbay\\/etsy\",\"94\":\"extension\\/openbay\\/etsy_product\",\"95\":\"extension\\/openbay\\/etsy_shipping\",\"96\":\"extension\\/openbay\\/etsy_shop\",\"97\":\"extension\\/openbay\\/fba\",\"98\":\"extension\\/payment\\/amazon_login_pay\",\"99\":\"extension\\/payment\\/authorizenet_aim\",\"100\":\"extension\\/payment\\/authorizenet_sim\",\"101\":\"extension\\/payment\\/bank_transfer\",\"102\":\"extension\\/payment\\/bluepay_hosted\",\"103\":\"extension\\/payment\\/bluepay_redirect\",\"104\":\"extension\\/payment\\/cardconnect\",\"105\":\"extension\\/payment\\/cardinity\",\"106\":\"extension\\/payment\\/cheque\",\"107\":\"extension\\/payment\\/cod\",\"108\":\"extension\\/payment\\/divido\",\"109\":\"extension\\/payment\\/eway\",\"110\":\"extension\\/payment\\/firstdata\",\"111\":\"extension\\/payment\\/firstdata_remote\",\"112\":\"extension\\/payment\\/free_checkout\",\"113\":\"extension\\/payment\\/g2apay\",\"114\":\"extension\\/payment\\/globalpay\",\"115\":\"extension\\/payment\\/globalpay_remote\",\"116\":\"extension\\/payment\\/klarna_account\",\"117\":\"extension\\/payment\\/klarna_checkout\",\"118\":\"extension\\/payment\\/klarna_invoice\",\"119\":\"extension\\/payment\\/laybuy\",\"120\":\"extension\\/payment\\/liqpay\",\"121\":\"extension\\/payment\\/nochex\",\"122\":\"extension\\/payment\\/paymate\",\"123\":\"extension\\/payment\\/paypoint\",\"124\":\"extension\\/payment\\/payza\",\"125\":\"extension\\/payment\\/perpetual_payments\",\"126\":\"extension\\/payment\\/pilibaba\",\"127\":\"extension\\/payment\\/pp_express\",\"128\":\"extension\\/payment\\/pp_payflow\",\"129\":\"extension\\/payment\\/pp_payflow_iframe\",\"130\":\"extension\\/payment\\/pp_pro\",\"131\":\"extension\\/payment\\/pp_pro_iframe\",\"132\":\"extension\\/payment\\/pp_standard\",\"133\":\"extension\\/payment\\/realex\",\"134\":\"extension\\/payment\\/realex_remote\",\"135\":\"extension\\/payment\\/sagepay_direct\",\"136\":\"extension\\/payment\\/sagepay_server\",\"137\":\"extension\\/payment\\/sagepay_us\",\"138\":\"extension\\/payment\\/securetrading_pp\",\"139\":\"extension\\/payment\\/securetrading_ws\",\"140\":\"extension\\/payment\\/skrill\",\"141\":\"extension\\/payment\\/twocheckout\",\"142\":\"extension\\/payment\\/web_payment_software\",\"143\":\"extension\\/payment\\/worldpay\",\"144\":\"extension\\/module\\/pp_braintree_button\",\"145\":\"extension\\/payment\\/pp_braintree\",\"146\":\"extension\\/report\\/customer_activity\",\"147\":\"extension\\/report\\/customer_order\",\"148\":\"extension\\/report\\/customer_reward\",\"149\":\"extension\\/report\\/customer_search\",\"150\":\"extension\\/report\\/customer_transaction\",\"151\":\"extension\\/report\\/marketing\",\"152\":\"extension\\/report\\/product_purchased\",\"153\":\"extension\\/report\\/product_viewed\",\"154\":\"extension\\/report\\/sale_coupon\",\"155\":\"extension\\/report\\/sale_order\",\"156\":\"extension\\/report\\/sale_return\",\"157\":\"extension\\/report\\/sale_shipping\",\"158\":\"extension\\/report\\/sale_tax\",\"159\":\"extension\\/shipping\\/auspost\",\"160\":\"extension\\/shipping\\/ec_ship\",\"161\":\"extension\\/shipping\\/fedex\",\"162\":\"extension\\/shipping\\/flat\",\"163\":\"extension\\/shipping\\/free\",\"164\":\"extension\\/shipping\\/item\",\"165\":\"extension\\/shipping\\/parcelforce_48\",\"166\":\"extension\\/shipping\\/pickup\",\"167\":\"extension\\/shipping\\/royal_mail\",\"168\":\"extension\\/shipping\\/ups\",\"169\":\"extension\\/shipping\\/usps\",\"170\":\"extension\\/shipping\\/weight\",\"171\":\"extension\\/theme\\/default\",\"172\":\"extension\\/total\\/coupon\",\"173\":\"extension\\/total\\/credit\",\"174\":\"extension\\/total\\/handling\",\"175\":\"extension\\/total\\/klarna_fee\",\"176\":\"extension\\/total\\/low_order_fee\",\"177\":\"extension\\/total\\/reward\",\"178\":\"extension\\/total\\/shipping\",\"179\":\"extension\\/total\\/sub_total\",\"180\":\"extension\\/total\\/tax\",\"181\":\"extension\\/total\\/total\",\"182\":\"extension\\/total\\/voucher\",\"183\":\"localisation\\/country\",\"184\":\"localisation\\/currency\",\"185\":\"localisation\\/geo_zone\",\"186\":\"localisation\\/language\",\"187\":\"localisation\\/length_class\",\"188\":\"localisation\\/location\",\"189\":\"localisation\\/order_status\",\"190\":\"localisation\\/return_action\",\"191\":\"localisation\\/return_reason\",\"192\":\"localisation\\/return_status\",\"193\":\"localisation\\/stock_status\",\"194\":\"localisation\\/tax_class\",\"195\":\"localisation\\/tax_rate\",\"196\":\"localisation\\/weight_class\",\"197\":\"localisation\\/zone\",\"198\":\"mail\\/affiliate\",\"199\":\"mail\\/customer\",\"200\":\"mail\\/forgotten\",\"201\":\"mail\\/return\",\"202\":\"mail\\/reward\",\"203\":\"mail\\/transaction\",\"204\":\"marketing\\/contact\",\"205\":\"marketing\\/coupon\",\"206\":\"marketing\\/marketing\",\"207\":\"marketplace\\/event\",\"208\":\"marketplace\\/api\",\"209\":\"marketplace\\/extension\",\"210\":\"marketplace\\/install\",\"211\":\"marketplace\\/installer\",\"212\":\"marketplace\\/marketplace\",\"213\":\"marketplace\\/modification\",\"214\":\"marketplace\\/openbay\",\"215\":\"report\\/online\",\"216\":\"report\\/report\",\"217\":\"report\\/statistics\",\"218\":\"sale\\/order\",\"219\":\"sale\\/recurring\",\"220\":\"sale\\/return\",\"221\":\"sale\\/voucher\",\"222\":\"sale\\/voucher_theme\",\"223\":\"setting\\/setting\",\"224\":\"setting\\/store\",\"225\":\"startup\\/error\",\"226\":\"startup\\/event\",\"227\":\"startup\\/login\",\"228\":\"startup\\/permission\",\"229\":\"startup\\/router\",\"230\":\"startup\\/sass\",\"231\":\"startup\\/startup\",\"232\":\"tool\\/backup\",\"233\":\"tool\\/log\",\"234\":\"tool\\/upload\",\"235\":\"user\\/api\",\"236\":\"user\\/user\",\"237\":\"user\\/user_permission\",\"238\":\"extension\\/module\\/ptcontrolpanel\",\"239\":\"plaza\\/blog\",\"240\":\"plaza\\/blog\\/post\",\"241\":\"plaza\\/blog\\/list\",\"242\":\"plaza\\/blog\\/setting\",\"243\":\"plaza\\/slider\",\"245\":\"plaza\\/ultimatemenu\",\"246\":\"plaza\\/featuredcate\",\"247\":\"plaza\\/newsletter\",\"248\":\"plaza\\/module\",\"249\":\"extension\\/module\\/ptlayoutbuilder\",\"250\":\"extension\\/module\\/ptmenu\",\"251\":\"plaza\\/ultimatemenu\",\"252\":\"extension\\/module\\/ptstaticblock\",\"253\":\"extension\\/module\\/ptslider\",\"254\":\"plaza\\/slider\",\"255\":\"extension\\/module\\/ptblog\",\"256\":\"plaza\\/blog\",\"257\":\"plaza\\/blog\\/post\",\"258\":\"plaza\\/blog\\/list\",\"259\":\"plaza\\/blog\\/setting\",\"260\":\"extension\\/module\\/pttestimonial\",\"262\":\"extension\\/module\\/ptnewsletter\",\"263\":\"plaza\\/newsletter\",\"264\":\"extension\\/module\\/ptajaxlogin\",\"265\":\"extension\\/module\\/ptsearch\",\"266\":\"extension\\/module\\/ptinstagram\",\"267\":\"extension\\/module\\/ptproducts\",\"268\":\"extension\\/module\\/ptfeaturedcate\",\"269\":\"extension\\/module\\/html\",\"270\":\"extension\\/module\\/pttweet\",\"271\":\"extension\\/module\\/ptfeaturedcate\",\"272\":\"extension\\/module\\/pttestimonial\",\"274\":\"extension\\/module\\/ptproducts\",\"275\":\"extension\\/module\\/ptproducts\",\"276\":\"extension\\/module\\/ptproducts\",\"277\":\"extension\\/module\\/ptproducts\",\"278\":\"extension\\/module\\/pttestimonial\",\"279\":\"plaza\\/testimonial\",\"280\":\"extension\\/module\\/ptinstagram\",\"281\":\"extension\\/module\\/ptproducts\"}}'),
  933. (10, 'Demonstration', '');
  934. INSERT INTO `oc_setting` (`store_id`, `code`, `key`, `value`, `serialized`) VALUES
  935. (0, 'module_ptblog', 'module_ptblog_post_layout', 'full', 0),
  936. (0, 'module_ptblog', 'module_ptblog_related_post_height', '250', 0),
  937. (0, 'module_ptblog', 'module_ptblog_related_post_width', '370', 0),
  938. (0, 'module_ptblog', 'module_ptblog_post_related_limit', '5', 0),
  939. (0, 'module_ptblog', 'module_ptblog_post_related', '1', 0),
  940. (0, 'module_ptajaxlogin', 'module_ptajaxlogin_redirect_status', '0', 0),
  941. (0, 'module_ptajaxlogin', 'module_ptajaxlogin_status', '1', 0),
  942. (0, 'module_ptsearch', 'module_ptsearch_status', '1', 0),
  943. (0, 'module_ptsearch', 'module_ptsearch_ajax', '1', 0),
  944. (0, 'module_ptsearch', 'module_ptsearch_show_img', '1', 0),
  945. (0, 'module_ptsearch', 'module_ptsearch_show_price', '1', 0),
  946. (0, 'module_ptblog', 'module_ptblog_blog_height', '250', 0),
  947. (0, 'module_ptblog', 'module_ptblog_blog_post_limit', '10', 0),
  948. (0, 'module_ptblog', 'module_ptblog_cates_show', '1', 0),
  949. (0, 'module_ptblog', 'module_ptblog_cates_list', '[\"1\",\"2\",\"3\",\"4\"]', 1),
  950. (0, 'module_ptblog', 'module_ptblog_post_height', '790', 0),
  951. (0, 'module_ptblog', 'module_ptblog_post_width', '1170', 0),
  952. (0, 'module_ptblog', 'module_ptblog_category_post_content', 'grid', 0),
  953. (0, 'module_ptblog', 'module_ptblog_category_layout', 'right', 0),
  954. (0, 'module_ptblog', 'module_ptblog_category_latest_post', '1', 0),
  955. (0, 'module_ptblog', 'module_ptblog_category_latest_post_limit', '5', 0),
  956. (0, 'module_ptblog', 'module_ptblog_category_post_limit', '10', 0),
  957. (0, 'module_ptblog', 'module_ptblog_category_height', '250', 0),
  958. (0, 'module_ptblog', 'module_ptblog_seo_url', '{\"1\":\"blog\",\"4\":\"blog\"}', 1),
  959. (0, 'module_ptblog', 'module_ptblog_category_width', '370', 0),
  960. (0, 'module_ptblog', 'module_ptblog_meta_title', 'Blog', 0),
  961. (0, 'module_ptblog', 'module_ptblog_meta_description', 'Blog Description', 0),
  962. (0, 'module_ptblog', 'module_ptblog_meta_keyword', 'Blog Keyword', 0),
  963. (0, 'module_ptblog', 'module_ptblog_blog_post_content', 'grid', 0),
  964. (0, 'module_ptblog', 'module_ptblog_blog_layout', 'right', 0),
  965. (0, 'module_ptblog', 'module_ptblog_blog_latest_post_limit', '5', 0),
  966. (0, 'module_ptblog', 'module_ptblog_blog_latest_post', '1', 0),
  967. (0, 'module_ptblog', 'module_ptblog_blog_width', '370', 0),
  968. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_custom_js', '{\"0\":\"\",\"1\":\"\",\"2\":\"\",\"3\":\"\",\"8\":\"\"}', 1),
  969. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_custom_css', '{\"0\":\"\",\"1\":\"\",\"2\":\"\",\"3\":\"\",\"8\":\"\"}', 1),
  970. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_label', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  971. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_prodes', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  972. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_compare', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  973. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_wishlist', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  974. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_cart', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  975. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_price', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  976. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_cate_swatches_height', '{\"0\":\"12\",\"1\":\"12\",\"2\":\"12\",\"3\":\"12\",\"8\":\"12\"}', 1),
  977. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_advance_view', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  978. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_default_view', '{\"0\":\"grid\",\"1\":\"grid\",\"2\":\"grid\",\"3\":\"grid\",\"8\":\"grid\"}', 1),
  979. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_product_row', '{\"0\":\"3\",\"1\":\"3\",\"2\":\"3\",\"3\":\"3\",\"8\":\"3\"}', 1),
  980. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_header_cart', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  981. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_header_currency', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  982. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_product_options', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  983. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_product_compare', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  984. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_product_price', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  985. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_product_cart', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  986. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_product_wishlist', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  987. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_filter_position', '{\"0\":\"left\",\"1\":\"left\",\"2\":\"left\",\"3\":\"left\",\"8\":\"left\"}', 1),
  988. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_cate_quickview', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  989. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_img_effect', '{\"0\":\"swatches\",\"1\":\"swatches\",\"2\":\"swatches\",\"3\":\"swatches\",\"8\":\"swatches\"}', 1),
  990. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_cate_swatches_width', '{\"0\":\"12\",\"1\":\"12\",\"2\":\"12\",\"3\":\"12\",\"8\":\"12\"}', 1),
  991. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_image', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  992. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_category_description', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  993. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_sub_category', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  994. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_use_filter', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  995. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_swatches_height', '{\"0\":\"20\",\"1\":\"20\",\"2\":\"20\",\"3\":\"20\",\"8\":\"20\"}', 1),
  996. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_swatches_option', '{\"0\":\"5\",\"1\":\"5\",\"2\":\"5\",\"3\":\"5\",\"8\":\"5\"}', 1),
  997. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_swatches_width', '{\"0\":\"20\",\"1\":\"20\",\"2\":\"20\",\"3\":\"20\",\"8\":\"20\"}', 1),
  998. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_zoom_title', '{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\",\"8\":\"0\"}', 1),
  999. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_use_swatches', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1000. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_zoom_space', '{\"0\":\"30\",\"1\":\"30\",\"2\":\"30\",\"3\":\"30\",\"8\":\"30\"}', 1),
  1001. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_zoom_type', '{\"0\":\"inner\",\"1\":\"inner\",\"2\":\"inner\",\"3\":\"inner\",\"8\":\"inner\"}', 1),
  1002. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_use_zoom', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1003. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_tags', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1004. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_tax', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1005. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_social', '{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\",\"8\":\"0\"}', 1),
  1006. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_related', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1007. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_button_bg_hover_color', '{\"0\":\"CC2121\",\"1\":\"CC2121\",\"2\":\"CC2121\",\"3\":\"CC2121\",\"8\":\"CC2121\"}', 1),
  1008. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_button_bg_color', '{\"0\":\"242424\",\"1\":\"242424\",\"2\":\"242424\",\"3\":\"242424\",\"8\":\"242424\"}', 1),
  1009. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_button_hover_color', '{\"0\":\"FFFFFF\",\"1\":\"FFFFFF\",\"2\":\"FFFFFF\",\"3\":\"FFFFFF\",\"8\":\"FFFFFF\"}', 1),
  1010. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_button_color', '{\"0\":\"FFFFFF\",\"1\":\"FFFFFF\",\"2\":\"FFFFFF\",\"3\":\"FFFFFF\",\"8\":\"FFFFFF\"}', 1),
  1011. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_link_hover_color', '{\"0\":\"CC2121\",\"1\":\"CC2121\",\"2\":\"CC2121\",\"3\":\"CC2121\",\"8\":\"CC2121\"}', 1),
  1012. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_link_color', '{\"0\":\"242424\",\"1\":\"242424\",\"2\":\"242424\",\"3\":\"242424\",\"8\":\"242424\"}', 1),
  1013. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_heading_font_weight', '{\"0\":\"500\",\"1\":\"500\",\"2\":\"500\",\"3\":\"500\",\"8\":\"500\"}', 1),
  1014. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_heading_color', '{\"0\":\"242424\",\"1\":\"242424\",\"2\":\"242424\",\"3\":\"242424\",\"8\":\"242424\"}', 1),
  1015. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_heading_font_family_link', '{\"0\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"1\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"2\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"3\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"8\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\"}', 1),
  1016. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_heading_font_family_cate', '{\"0\":\"sans-serif\",\"1\":\"sans-serif\",\"2\":\"sans-serif\",\"3\":\"sans-serif\",\"8\":\"sans-serif\"}', 1),
  1017. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_heading_font_family_name', '{\"0\":\"Rubik\",\"1\":\"Rubik\",\"2\":\"Rubik\",\"3\":\"Rubik\",\"8\":\"Rubik\"}', 1),
  1018. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_heading_font_family_id', '{\"0\":\"746\",\"1\":\"746\",\"2\":\"746\",\"3\":\"746\",\"8\":\"746\"}', 1),
  1019. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_color', '{\"0\":\"5A5A5A\",\"1\":\"5A5A5A\",\"2\":\"5A5A5A\",\"3\":\"5A5A5A\",\"8\":\"5A5A5A\"}', 1),
  1020. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_font_weight', '{\"0\":\"400\",\"1\":\"400\",\"2\":\"400\",\"3\":\"400\",\"8\":\"400\"}', 1),
  1021. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_font_family_link', '{\"0\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"1\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"2\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"3\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\",\"8\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,hebrew,cyrillic\"}', 1),
  1022. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_font_size', '{\"0\":\"1.4rem\",\"1\":\"1.4rem\",\"2\":\"1.4rem\",\"3\":\"1.4rem\",\"8\":\"1.4rem\"}', 1),
  1023. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_font_family_cate', '{\"0\":\"sans-serif\",\"1\":\"sans-serif\",\"2\":\"sans-serif\",\"3\":\"sans-serif\",\"8\":\"sans-serif\"}', 1),
  1024. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_font_family_name', '{\"0\":\"Rubik\",\"1\":\"Rubik\",\"2\":\"Rubik\",\"3\":\"Rubik\",\"8\":\"Rubik\"}', 1),
  1025. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_loader_img', '{\"0\":\"catalog\\/ajax-loader.gif\",\"1\":\"catalog\\/ajax-loader.gif\",\"2\":\"catalog\\/ajax-loader.gif\",\"3\":\"catalog\\/ajax-loader.gif\",\"8\":\"catalog\\/ajax-loader.gif\"}', 1),
  1026. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_body_font_family_id', '{\"0\":\"746\",\"1\":\"746\",\"2\":\"746\",\"3\":\"746\",\"8\":\"746\"}', 1),
  1027. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_lazy_load', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1028. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_scroll_top', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1029. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_sticky_header', '{\"0\":\"1\",\"1\":\"1\",\"2\":\"1\",\"3\":\"1\",\"8\":\"1\"}', 1),
  1030. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_header_layout', '["3"]', 1),
  1031. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_responsive_type', '{\"0\":\"specified\",\"1\":\"specified\",\"2\":\"specified\",\"3\":\"specified\",\"8\":\"specified\"}', 1),
  1032. (0, 'module_ptcontrolpanel', 'module_ptcontrolpanel_status', '1', 0);
  1033. UPDATE `oc_setting` SET `value` = '26' WHERE `oc_setting`.`key` = 'config_layout_id';
  1034. UPDATE `oc_setting` SET `value` = '4' WHERE `oc_setting`.`key` = 'config_compression';
  1035. UPDATE `oc_setting` SET `value` = '0' WHERE `oc_setting`.`key` = 'config_currency_auto';
  1036. UPDATE `oc_setting` SET `value` = '1' WHERE `oc_setting`.`key` = 'config_seo_url';
  1037. UPDATE `oc_setting` SET `value` = '0' WHERE `oc_setting`.`key` = 'developer_sass';
  1038. UPDATE `oc_setting` SET `value` = '0' WHERE `oc_setting`.`key` = 'developer_theme';
  1039. UPDATE `oc_setting` SET `value` = 'tt_pedona3' WHERE `oc_setting`.`key` = 'theme_default_directory';
  1040. UPDATE `oc_setting` SET `value` = '125' WHERE `oc_setting`.`key` = 'theme_default_image_additional_height';
  1041. UPDATE `oc_setting` SET `value` = '125' WHERE `oc_setting`.`key` = 'theme_default_image_additional_width';
  1042. UPDATE `oc_setting` SET `value` = '90' WHERE `oc_setting`.`key` = 'theme_default_image_cart_height';
  1043. UPDATE `oc_setting` SET `value` = '90' WHERE `oc_setting`.`key` = 'theme_default_image_cart_width';
  1044. UPDATE `oc_setting` SET `value` = '80' WHERE `oc_setting`.`key` = 'theme_default_image_category_height';
  1045. UPDATE `oc_setting` SET `value` = '80' WHERE `oc_setting`.`key` = 'theme_default_image_category_width';
  1046. UPDATE `oc_setting` SET `value` = '90' WHERE `oc_setting`.`key` = 'theme_default_image_compare_height';
  1047. UPDATE `oc_setting` SET `value` = '90' WHERE `oc_setting`.`key` = 'theme_default_image_compare_width';
  1048. UPDATE `oc_setting` SET `value` = '800' WHERE `oc_setting`.`key` = 'theme_default_image_popup_height';
  1049. UPDATE `oc_setting` SET `value` = '800' WHERE `oc_setting`.`key` = 'theme_default_image_popup_width';
  1050. UPDATE `oc_setting` SET `value` = '600' WHERE `oc_setting`.`key` = 'theme_default_image_product_height';
  1051. UPDATE `oc_setting` SET `value` = '600' WHERE `oc_setting`.`key` = 'theme_default_image_product_width';
  1052. UPDATE `oc_setting` SET `value` = '370' WHERE `oc_setting`.`key` = 'theme_default_image_related_height';
  1053. UPDATE `oc_setting` SET `value` = '370' WHERE `oc_setting`.`key` = 'theme_default_image_related_width';
  1054. UPDATE `oc_setting` SET `value` = '800' WHERE `oc_setting`.`key` = 'theme_default_image_thumb_height';
  1055. UPDATE `oc_setting` SET `value` = '800' WHERE `oc_setting`.`key` = 'theme_default_image_thumb_width';
  1056. UPDATE `oc_setting` SET `value` = '90' WHERE `oc_setting`.`key` = 'theme_default_image_wishlist_height';
  1057. UPDATE `oc_setting` SET `value` = '90' WHERE `oc_setting`.`key` = 'theme_default_image_wishlist_width';
  1058. UPDATE `oc_setting` SET `value` = '180' WHERE `oc_setting`.`key` = 'theme_default_product_description_length';
  1059. UPDATE `oc_setting` SET `value` = '12' WHERE `oc_setting`.`key` = 'theme_default_product_limit';
  1060. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_id=1', 'lesbian-sex-stories-of-hollywood-biggest-celebrities') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_id=1');
  1061. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_id=2', 'celebrity-daughter-opens-up-about-having-her-eye-color-changed') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_id=2');
  1062. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_id=3', 'children-left-home-alone-for-4-days-in-tv-experiment') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_id=3');
  1063. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_id=4', 'lotto-winner-offering-money-man-will-date') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_id=4');
  1064. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_id=5', 'people-willing-lie-comes-money-according-research') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_id=5');
  1065. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_id=6', 'lotto-winner-offering-money-man-will-date2') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_id=6');
  1066. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'ptblog', 'blog') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'ptblog');
  1067. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_list_id=1', 'jewelry-blog') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_list_id=1');
  1068. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_list_id=2', 'fashion-blog') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_list_id=2');
  1069. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_list_id=3', 'furniture-blog') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_list_id=3');
  1070. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'post_list_id=4', 'digital-blog') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'post_list_id=4');
  1071. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'information/contact', 'information-contact') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'information/contact');
  1072. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'information/sitemap', 'information-sitemap') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'information-sitemap');
  1073. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'account/login', 'account-login') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'account-login');
  1074. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'account/return/add', 'account-return-add') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'account-return-add');
  1075. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'product/special', 'product-special') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'product-special');
  1076. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'affiliate/login', 'affiliate-login') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'affiliate-login');
  1077. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'account/voucher', 'account-voucher') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'account-voucher');
  1078. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'product/manufacturer', 'product-manufacturer') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'product-manufacturer');
  1079. INSERT INTO `oc_seo_url` (`store_id`, `language_id`, `query`, `keyword`) SELECT * FROM (SELECT '0', '1', 'account/order', 'account-order') AS surl WHERE NOT EXISTS (SELECT * FROM `oc_seo_url` WHERE store_id = '0' AND language_id = '1' AND query = 'account-order');
  1080. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  1081. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  1082. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement