WebSite X5Help Center

 
Jack R.
Jack R.
User

I need multiple options to show in the Product page.  en

Author: Jack R.
Visited 469, Followers 1, Shared 0  

I have Main Options List with Grey, White, and Blace with Sub-Options for size, eg. Small, Medium, and large.

On T-shirts, for example I also want to have the location of the printing, that is, Front or Back.

If I include it in the color options, the buyer will not be able to tell what they have selected. There needs to be another 'Opton' for 'Print On; with the choice of Front or Back

Can this be done?

Thanks,

Jack

Posted on the
5 ANSWERS - 1 USEFUL
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

The fields in the shopping cart can be made wider using CSS code so that more information is displayed.

----- WebSite X5 -----

3 Sitemap >> Special pages / online shop: shopping cart and checkout > Properties

-----

properties of the page

_______________/ Advanced /

Custom code:

Before the </HEAD> tag

<style>
.cart-table .field-space { width: 200px; margin: 0 0 0.6em 0; }
</style>

-----------------------

------

-----

Read more
Posted on the from Daniel W.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

My CSS code is not required as the selection box will automatically get wider for larger content.

Read more
Posted on the from Daniel W.
Jack R.
Jack R.
User
Author

That works!
Thank you so much. I also appreciate the very prompt response.

Read more
Posted on the from Jack R.
Giuseppe Guida
Giuseppe Guida
User
Jack R.
That works! Thank you so much. I also appreciate the very prompt response.

smile

Read more
Posted on the from Giuseppe Guida