PHPlife Posted December 11, 2011 Report Posted December 11, 2011 Hi. My cart is going to have about 20 products in it and instead of wrapping the table continues off to the right and out of view of the screen. Is there a way to recode the way the information is pulled to after X create a new row?
falkencreative Posted December 11, 2011 Report Posted December 11, 2011 It sounds like you have an error in your table -- it should create a new row for each product. I'd suggest viewing the source on your page and making sure that the table is created correctly.
PHPlife Posted December 12, 2011 Author Report Posted December 12, 2011 Hi. My cart is going to have about 20 products in it and instead of wrapping the table continues off to the right and out of view of the screen. Is there a way to recode the way the information is pulled to after X create a new row? Thanks for the reply. I am using the stock code. There isnt a set number of columns created - then a new row.. the table is created normally. I think it's missing some code that says when Product number is X create a new row.
PHPlife Posted December 18, 2011 Author Report Posted December 18, 2011 What I ended up doing was adding another element to my xml <row>1</row> and adding a statement in my template.php like this if $product->row == 1 output1 .=" and concatinating the outputs like this return = output.output1
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