Configuring One-Page Checkout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
Hi.

I've got nopCommerce v1.60 up and running.

I'd like to add some logos (credit card, PayPal, SSL) and some text to the header of my one-page checkout page.

I have searched all settings to see if I can do that through that section but it does not appear to do so.
Can I do this through settings or do I have the modify the page code? Which page should I change the source
code on to make this appear? I checked out the code on CheckOutOnePage.aspx, .aspx.cs etc.......but I'm not
sure which code I should modify.

Any help would be appreciated.

Thanks
Pete
13 anni tempo fa
I haven't seen any way to do this but to change the code. Should be easy to add it in the code on the CheckoutOnePage.ascx though, just add the images below the line:
<%=GetLocaleResourceString("CheckoutOnePage.Title")%></h1>

that should do it...

BR
Joakim
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.