Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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

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