Toplam Gönderi:
32
Karma:
170
Katılım:
11.10.2009
yer:
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.
Toplam Gönderi:
56
Karma:
378
Katılım:
22.08.2009
yer:
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>
Toplam Gönderi:
32
Karma:
170
Katılım:
11.10.2009
yer:
United States
Thank You! I will try it out.
Toplam Gönderi:
32
Karma:
170
Katılım:
11.10.2009
yer:
United States
It worked! Thank you very much.