DROP TABLE IF EXISTS `ps_jxmegalayout_extra_html_lang`; CREATE TABLE `ps_jxmegalayout_extra_html_lang` ( `id_extra_html` int(11) NOT NULL AUTO_INCREMENT, `id_lang` int(11) NOT NULL, `name` varchar(100) DEFAULT NULL, `content` text, PRIMARY KEY (`id_extra_html`,`id_lang`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /* Scheme for table ps_jxmegalayout_extra_html_lang */ INSERT INTO `ps_jxmegalayout_extra_html_lang` VALUES ('1','1','Example-empty',NULL), ('1','2','Example-empty',NULL), ('1','3','Example-empty',NULL), ('1','5','Example-empty',NULL), ('2','1','Free shipping','
\r\n

Free shipping

\r\n\r\n

on all olders over $35*

\r\n
'), ('2','2','Free shipping','
\r\n

Free shipping

\r\n\r\n

on all olders over $35*

\r\n
'), ('2','3','Free shipping','
\r\n

Free shipping

\r\n\r\n

on all olders over $35*

\r\n
'), ('2','5','Free shipping','
\r\n

Free shipping

\r\n\r\n

on all olders over $35*

\r\n
'), ('3','1','Button blog','

View all blog

'), ('3','2','Button blog','

View all blog

'), ('3','3','Button blog','

View all blog

'), ('3','5','Button blog','

View all blog

'), ('4','1','Bestseller','

Discover the magic!

\r\n

Best
Sellers

\r\n

Make your house a proper home with our range of furnishings and accessories.

'), ('4','2','Bestseller','

Discover the magic!

\r\n

Best
Sellers

\r\n

Make your house a proper home with our range of furnishings and accessories.

'), ('4','3','Bestseller','

Discover the magic!

\r\n

Best
Sellers

\r\n

Make your house a proper home with our range of furnishings and accessories.

'), ('4','5','Bestseller','

Discover the magic!

\r\n

Best
Sellers

\r\n

Make your house a proper home with our range of furnishings and accessories.

'), ('4','8','Bestseller','

Discover the magic!

\r\n

Best
Sellers

\r\n

Make your house a proper home with our range of furnishings and accessories.

');