SLiCK_303 Posted October 30, 2017 Posted October 30, 2017 I wish there was a setting in, preferences>themes>advanced settings>Appearance of columns, for product view. In other words right now if you look at a product, the left columns are always shown, I wish they weren't...
SLiCK_303 Posted December 10, 2017 Author Posted December 10, 2017 Just a reminder about this topic... ;) I think all that needs to be added is Product, Catagory, and CMS, Id_meta as 27, 28, and 29
SLiCK_303 Posted December 10, 2017 Author Posted December 10, 2017 I was able to add them to the tb_meta_lang table, and it seems to work, nice. notice 27, 28 and 29
SLiCK_303 Posted January 19, 2018 Author Posted January 19, 2018 Why are there two 'order' in the Appearance of Columns settings? and...Product, Category and CMS still need to be added. :)
Baarssen Posted January 20, 2018 Posted January 20, 2018 @SLiCK_303 Can you tell me what to fill in, in this rows to add this. I am also missing this to customize my theme as i want https://www.screencast.com/t/DxfvWnpu4
SLiCK_303 Posted January 20, 2018 Author Posted January 20, 2018 @Baarssen I think this will do it. Goto your phpmyadmin, open your db, goto SQL on the top of the screen, and paste in this, and hit go. Adjusting the prefix tb_ to whatever you use... Then you can goto your advanced setting in the theme, go down to Appearance of Columns and adjust them as desired. INSERT INTO `tb_meta_lang` (`id_meta`, `id_shop`, `id_lang`, `title`, `description`, `keywords`, `url_rewrite`) VALUES (27, 1, 1, 'Product', NULL, NULL, ''), (28, 1, 1, 'Category', NULL, NULL, ''), (29, 1, 1, 'CMS', NULL, NULL, '');
SLiCK_303 Posted January 20, 2018 Author Posted January 20, 2018 @slick_303 said in Appearance of Columns: Why are there two 'order' in the Appearance of Columns settings? Looking at the database , it looks like the second order is 'quick-order', which is applicable, I guess, when you have one-page checkout picked. Might wanna label it 'Quick order' instead of having two 'order' s.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now