Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Apreaciate who can help me with this...problem


alex007f

Recommended Posts

Posted

Maybe a module like this would help you: http://www.oscommerce.com/community/contributions,858

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Posted

Dear alex007f,

The mysql table configuration...contains most of the control display variables...If you view configuration_key variables called MAX_DISPLAY_ ...then view the configuration_value you will see the values...all you need to do is change the numbers to what you want...You can do it using the mysql util...remember to backup you

database...

I hope this helps

dittone.com

Roman

Posted
Dear alex007f,

The mysql table configuration...contains most of the control display variables...If you view configuration_key variables called MAX_DISPLAY_ ...then view the configuration_value you will see the values...all you need to do is change the numbers to what you want...You can do it using the mysql util...remember to backup you

database...

I hope this helps

dittone.com

Roman

 

 

 

I have in mysql configuration_key Varchar Length/Values1 (64) not null

configuration_value Varchar Length/Values1 (255) not null

what do I have to put in order to have 4 products across the line | | | |

Posted

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Number of column per row', 'PRODUCT_LIST_NUMCOL', '3', 'How many columns per row to display?', '8', '13', now());

 

Look at your configuration setting in the Admin of your site, it should be there.

Posted
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Number of column per row', 'PRODUCT_LIST_NUMCOL', '3', 'How many columns per row to display?', '8', '13', now());

 

Look at your configuration setting in the Admin of your site, it should be there.

 

 

I have run this SQL script

 

"INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Add Multiples column', 'PRODUCT_LIST_MULTIPLE', '0', 'Do you want to display the Multiple Quantity with Attributes column?', '8', '11', now());

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Add Multiples with Buy Now column', 'PRODUCT_LIST_BUY_NOW_MULTIPLE', '0', 'Do you want to display the Multiple Quantity Buy Now with Attributes column?', '8', '12', now());

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Number of column per row', 'PRODUCT_LIST_NUMCOL', '4', 'How many columns per row to display?', '8', '13', now()); " in phpmyadmin

 

 

 

..is not working,I have done all the steps from product_listing_columns_2_2a http://www.oscommerce.com/community/contributions,1098

 

I have no ideea why is not working,I steel have 3 products display across the line ||| instead of 4products |||| .

 

Thank you for all advices .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...