Adding Paypal Logo & SSL Logo on the Mainpage of my store

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
Hi,
I want to add Paypal Logo & My verified SSL Logo on the left side of my main page,
it should be same as like this sample site ==> http://www.bizoubazart.com/

1) whether it can be done in NO SOURCE? or shud i need to edit in FULL SOURCE version?
2) which file shud be edited
14 лет назад
no source is fine - put it below

            <nopCommerce:InfoBlock ID="ctrlInfoBlock" runat="server" />

in

masterpages/TwoColumn.master


you may also want to put it in

category.aspx
14 лет назад
honestly im not familiar with codings, but most of the things i learned, can u pls. give those steps in detail?
14 лет назад
sure,

open the store folder, open the folder -->masterpages

open the file -->TwoColumn.master


locate the line :

            <nopCommerce:InfoBlock ID="ctrlInfoBlock" runat="server" />

and below it put the link to the image you want to use (i do not know exactly the way paypal wants you to link to this image but you can find that yourself:
eg
<br />
<img src="https://www.paypal.com/fr_XC/i/bnr/vertical_solution_PPeCheck.gif" alt=""  />
<br />


save,
all done !!

use the same principle for other images here
i do not know the
14 лет назад
Yeah i did it, thanx for that great info : )
14 лет назад
Hi, i got 1 more prb. to sortout, instead of opening new thread i thought to ask from you, since you are having good experience,


now i have created my online store. www.mystore.com/nopcommerce/

i want my store to open for public under www.mystore.com

what shud i do?
shud i need to transfer all the files from nopcommerce to root folder?
14 лет назад
from your hosting administration you should be able to point the domain name directly at the appropriate folder
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.