I am making an online wine shop for a client. I want to split the product into a choice of bottle or case with a separate price for each. I have used components, attributes and choices and I can only get the price of the bottle or case to display when I actually type it into the html section. It does then work and goes through to the checkout when I click Add to cart.
However when it comes to the checkout I get the product at the top with the quantity box, then in a new line underneath, the actual choice (bottle or case). It does work, but looks messy and unnecessary. How can I simply split the product up into two choices so it sends the correct choice to the checkout?
Also I am using a fixed width table, and on the initial checkout page the table is stretched on either side, destroying the look of the page. This seems to be because of the navigation at the top - is there any way I can cut this down or remove it altogether - it isn't on the next checkout page.
Hope someone can help - I am pulling my hair out!
However when it comes to the checkout I get the product at the top with the quantity box, then in a new line underneath, the actual choice (bottle or case). It does work, but looks messy and unnecessary. How can I simply split the product up into two choices so it sends the correct choice to the checkout?
Also I am using a fixed width table, and on the initial checkout page the table is stretched on either side, destroying the look of the page. This seems to be because of the navigation at the top - is there any way I can cut this down or remove it altogether - it isn't on the next checkout page.
Hope someone can help - I am pulling my hair out!
Comment