Hello I am new to Zen Cart will you please help me fix a few problems here is the link I am experimenting at them moment and see if I like it. http://www.mtechama-test.com/index.p...&products_id=1
Wade
Hello I am new to Zen Cart will you please help me fix a few problems here is the link I am experimenting at them moment and see if I like it. http://www.mtechama-test.com/index.p...&products_id=1
Wade
The link above doesn't work here the new link http://www.mtechama-test.com/index.p...&products_id=2
What is the problem you are referring to?
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
As to the Big Red Error msg. at top of the page, just follow the instructions it provides.
As to your other problem, you Tables are too wide.
For the first Table (PRODUCT FEATURE), try putting this code just before it: <br /><br /><br />
Adjust the number of times it is repeated to suit but you have to get that Table a bit lower.
The other problem Table (SPECIFICATION) needs to have the "Power Supply Spec." in two Tables, to decrease Table width.
is there a way I can widing the layout out page?
Sure is.
In this file: includes/templates/classic/css/stylesheet.css
around line number 181, edit this line:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
Make sure to reload the page in your Browser after uploading the editted file.