Nombre de messages:
32
Karma:
170
Inscrit:
11/10/2009
Localisation:
United States
How do i add paypal and credit card logos on the left bottom below the catagories? Im stumped on where to place the code.
Nombre de messages:
56
Karma:
378
Inscrit:
22/08/2009
Localisation:
United States
If these are just static images you could place them on the TwoColumn.Master masterpage. If you want them just below the Navigation you can add something like this: <nopCommerce:CategoryNavigation ID="ctrlCategoryNavigation" runat="server" /> <div class="clear"> </div> <div class="yourCss" id="creditCardImages"> <!-- Your Images Here --> </div> <div class="clear"> </div>
Nombre de messages:
32
Karma:
170
Inscrit:
11/10/2009
Localisation:
United States
Thank You! I will try it out.
Nombre de messages:
32
Karma:
170
Inscrit:
11/10/2009
Localisation:
United States
It worked! Thank you very much.