i am as new as can be to this and want to no how to change it the only thing i now how to do is use the administration panel or do i have to do it another way and how do i hook up paypal to my account i currently have a paypal account but when someone purchases a widget from me i want it the to direct them to paypal how dose that work.
Thank you very much
Thank you very much
Hi tripledtrade and welcome,
The first thing you should do before posting questions on the forum is to have a good search around the forums as most questions have been answered before.
The background image is set in the file catalog\template\default\css\default.css in the following tag.
The "Your Store" image is called background.png which has a relative reference in the css. The full path to all images in the default template is catalog\template\default\image
To set up paypal, you must go to the admin menu... Extensions->Payment click on the spanner icon next to paypal and fill out the details on the form presented.
Set Geo Zones to All Zones
Email is your paypal account email address
Click the currency (or currencies) that you want to accept payments in (Control Click will select another and unselect too)
Hope this helps you
Cheers
Bruce
The first thing you should do before posting questions on the forum is to have a good search around the forums as most questions have been answered before.
The background image is set in the file catalog\template\default\css\default.css in the following tag.
Code: Select all
body {
margin: 0px;
padding: 0px;
behavior: url('catalog/javascript/png/iepngfix.htc');
background: url('../image/background.png') top repeat-x;
}
To set up paypal, you must go to the admin menu... Extensions->Payment click on the spanner icon next to paypal and fill out the details on the form presented.
Set Geo Zones to All Zones
Email is your paypal account email address
Click the currency (or currencies) that you want to accept payments in (Control Click will select another and unselect too)
Hope this helps you
Cheers
Bruce
LOL... where are you from Q? Me? AustraliaQphoria wrote: Also known as a "wrench" (just found out when I googled spanner. Never heard it called that before)
Last edited by bruce on Thu Oct 02, 2008 3:04 pm, edited 1 time in total.
At a guess, I'd say American. After all, that's what you do with a "wrench" isn't it? Give it a yank!Also known as a "wrench"

Actually the "Your Store" image is called "logo.png". The backgound image (background.png) is the blue fade across the top of the pages.The "Your Store" image is called background.png which has a relative reference in the css.
Fido-X.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Actually the "Your Store" image is called "logo.png". The backgound image (background.png) is the blue fade across the top of the pages.fido-x wrote: The "Your Store" image is called background.png which has a relative reference in the css.
Fido-X.
[/quote]
The full path to all images in the default template is catalog\template\default\image
so... you can use your own image (must be in png format) by naming it logo.png and placing it in the folder catalog\template\default\image which will replace the one that is there already.
Who is online
Users browsing this forum: No registered users and 3 guests