Jump to content
thirty bees forum

Recommended Posts

Posted

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...

  • 1 month later...
  • 1 month later...
Posted

@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

Posted

@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, '');

Posted

@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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...