Hi all,
It appears that when the View Cart button is clicked the Page displayed uses the Page Admin Skin Template which has only
one contentpane.
The Cart items are then displayed in the full width of the content pane and is too spread out and not aligned neatly.
I saw in a prior thread that some people were changing the Page Admin user control width.
I hoping there is a better solution ?
Ideally it could use the same Skin as the SmithCart.BuyNow module page.
What I did to prevent the main SmithCart module from taking up the whole page is to use a skin with 2 columns in the content pane and then
put a invisible HTML module in the right column to "left justify" the Smith Cart output.
But, this doesn't work for the View Cart since it is using the Page-Admin user control
http://socaldugorg.web707.discountasp... has a test tab: SmithCart
UPDATE: So I know I could update both Page / Page-Admin .ascx skin files like this to control the width to say 70%
<
div id="ContentPane" style="width:70%" runat="server"></div>
or maybe modify the module.css like this ??? - #ContentPane { width: 70%; }
Thanks for your help.
Regards, Paul