Display products in List

jans

Avatar: jans

2014-02-03 09:17

Hello, how can i display products in QC 6.3 in a list

» Quick.Cart v6.x

wewior (OpenSolution)

Avatar: wewior

2014-02-04 08:49

It requires few css changes.
There is an example in templates/default/style.css file... in /* PRODUCTS LIST */ section you have commented styles for list:

/* standard products list (not columns) example:
#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;} */

jans

Avatar: jans

2014-02-06 09:22

How can make the changes

wewior (OpenSolution)

Avatar: wewior

2014-02-07 13:36

It will work if you uncomment that line I wrote.
You need to know styles if you want to do it beautiful :-)

jans

Avatar: jans

2014-02-09 09:36

what must i do, what do you mean whit uncomment

wewior (OpenSolution)

Avatar: wewior

2014-02-10 07:17

change code:

/* standard products list (not columns) example:
#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;} */


to:

#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;}

jans

Avatar: jans

2014-02-10 07:31

Thanks, only the basket is in the middle of the page how can i get de basket next to the price

Back to top
about us | contact