Add paypal and credit card logos?

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