Add paypal and credit card logos?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 15 años
How do i add paypal and credit card logos on the left bottom below the catagories?
Im stumped on where to place the code.
Hace 15 años
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>
Hace 15 años
Thank You! I will try it out.
Hace 15 años
It worked! Thank you very much.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.