How Do I ...? All the basic install questions regularly asked...
#541
Posted 23 February 2012 - 08:35 PM
I am using V2.3.1 and am struggling to make the background below the left column be the same colour (white) all down the page to the footer, I seem to have tried every option can anyone give me advice please.
Link here
#542
Posted 10 March 2012 - 03:02 AM
There are just a few issues I am trying to figure out, and can't seem to find the answers yet.
1. Is there a description somewhere that explains what needs to be placed in the OpenSearch module in the Admin section of the site. Not all the code stuff, but something that explains each box in the Admin section for this module.
2. I'm trying to get the site out there and get customer's in, but to be honest, I do not know code, and all the talks of meta tags and such, has confused the heck out of me. Is there other options?
The web site is: www.RonisRingsNThings.com.
#543
Posted 22 March 2012 - 03:09 PM
i am a total noob to ecommerce, just need a bit of a jump start. I have :
changed the company logo
added stock and prices
changed currencies, all ok, really like it so far.
Now i would like to :
install a free template from the contributions that I have downloaded as a zip file. . Please give me steps..
and
increase the space in my header area for my company logo. probably a header.php edit?
and
is it possible to later add discount coupon codes to my site? How?
thanx in advance,
Wes
#544
Posted 24 March 2012 - 02:02 PM
Managed to do all the things asked above, please disregard the post.
New Question
I the Header, there are "CART CONTENTS", "Checkout" and "my account" buttons. I would like to change the COLOUR of these buttons. Can anyone tell me where this is defined? (Oh and the BUY NOW button too)
Thanx
Wessie
#545
Posted 19 April 2012 - 03:28 PM
#546
Posted 25 April 2012 - 06:20 AM
Just setting up my store using OSCommerce version 2.3.1 and need to remove the "Welcome to Company Name" from the top of the page above the login line.
Any help would be appreciated.
Website is www.thailandexportco.com
Thanks in advance
Thaiexportco (Bruce)
#547
Posted 25 April 2012 - 04:49 PM
Im trying to install oscommerce 2.2-MS2 .. when i put in the url to start installing it..i get to the install page but noticing the none of the images are loading..there all broken images. and after the install no images are showing. would anyone know why.
Thanks
#548
Posted 25 April 2012 - 05:14 PM
If you have purchased a template based on MS2, go back for a refund. The latest is 2.3.1
Note MS2 has many security issues, so if you persist with it (and your host is happy keep their server degraded to support it) make sure you apply all the security measures detailed in the pinned thread in the 2.x security forum
Remember, What you think I ment may not be what I thought I ment when I said it.
Contributions:
Auto Backup your Database, Easy way
Multi Images with Fancy Pop-ups, Easy way
Products in columns with multi buy etc etc
Disable any Category or Product, Easy way
Secure & Improve your account pages et al.
#549
Posted 25 April 2012 - 05:54 PM
spooks, on 25 April 2012 - 05:14 PM, said:
If you have purchased a template based on MS2, go back for a refund. The latest is 2.3.1
Note MS2 has many security issues, so if you persist with it (and your host is happy keep their server degraded to support it) make sure you apply all the security measures detailed in the pinned thread in the 2.x security forum
ok Thank you
i installed the latest version..now when i go to the main page still no images are being loaded
#550
Posted 26 April 2012 - 10:51 AM
thaiexportco, on 25 April 2012 - 06:20 AM, said:
Just setting up my store using OSCommerce version 2.3.1 and need to remove the "Welcome to Company Name" from the top of the page above the login line.
Any help would be appreciated.
Website is www.thailandexportco.com
Thanks in advance
Thaiexportco (Bruce)
All fixed.
Thanks Bruce
#551
Posted 27 April 2012 - 10:51 PM
I need to change the box header colour to something else. I have edited the stylesheet.css file in /catalog/stylesheet.css
I change the infobox background to #ff0000; but nothing happened.
Is it stored somwhere else.
Regards Bruce
What I changed it to.
.infoBox {
background: #FF0000;
}
.infoBoxNotice {
background: #FF0000;
}
.infoBoxNoticeContents {
background: #FF0000;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
TD.infoBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #FF0000;
color: #FFFFFF;
}
TD.infoBox, SPAN.infoBox {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
#552
Posted 28 April 2012 - 01:03 AM
#553
Posted 28 April 2012 - 01:04 AM
#554
Posted 28 April 2012 - 01:40 AM
al3ks, on 28 April 2012 - 01:03 AM, said:
Thanks all sorted now
Much appreciated
Thaiexportco (Bruce)
#555
Posted 02 May 2012 - 10:02 AM
when I click Add to Cart I get this error message.
Any reason why and a fix if you know please
Thanks in advance
Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25b/b553/nf.magicpigeonflight1/public_html/tec/catalog/includes/languages/english.php:255) in /hermes/bosweb25b/b553/nf.magicpigeonflight1/public_html/tec/catalog/includes/functions/general.php on line 45
and line 45 in general.php is
////
// Redirect to another page or site
function tep_redirect($url) {
if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) {
tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false));
}
if ( (ENABLE_SSL == true) && (getenv('HTTPS') == 'on') ) { // We are loading an SSL page
if (substr($url, 0, strlen(HTTP_SERVER)) == HTTP_SERVER) { // NONSSL url
$url = HTTPS_SERVER . substr($url, strlen(HTTP_SERVER)); // Change it to SSL
}
}
line 45 header ('Location: ' . $url);
tep_exit();
}
Thanks in advance Thaiexportco (Bruce)
#556
Posted 02 May 2012 - 10:19 AM
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#558
Posted 02 May 2012 - 11:54 PM
I need to add about us and Fair Trading to my information box. Same as shipping, privacy and conditions would be perfect.
Could someone please explain or point me in the right direction.
Thanks in advance.
Regards bruce
#559
Posted 03 May 2012 - 01:46 AM
Have managed to add them to the list in the information box
when you hover they show a file location of fair.php which I have added to \includes\languages\english directory but when I click on the link it comes up with a 404 error page not found. Maybe I need to add something into a database or similar. QAny clues are much appreciated.
Regards Bruce
this is a link to my shop if it helps
http://www.oziwf.com
#560
Posted 03 May 2012 - 04:50 AM
HEY I MUST BE LUCKY OR THOROUGH ONE OF THE TWO.
I figured it out by doing the following.
add these lines to the \includes\filenames.php file
define('FILENAME_ABOUT', 'about.php'); // change about to whatever suits you I used about for "About us" and fair for "Fair Trading."
define as many as you need.
Then modify \includes\modules\boxes\bm_information.php
add the following line at about line 43
' <a href="' . tep_href_link(FILENAME_ABOUT) . '">' . MODULE_BOXES_INFORMATION_BOX_ABOUT . '</a><br />' .
copy the line above it and simply change the name to whatever you like making sure it matches all the names you have already used.
again add as many as you need.
Then modify \includes\languages\english\modules\boxes\bm_information.php
add the following line at about line 43
' <a href="' . tep_href_link(FILENAME_ABOUT) . '">' . MODULE_BOXES_INFORMATION_BOX_ABOUT . '</a><br />' .
copy the line above it and simply change the name to whatever you like making sure it matches all the names you have already used.
again add as many as you need.
Then create your \includes\languages\english\about.php file detailing your about us or whatever information. A good trick here is to copy a file like conditions.php and then edit it to suit.
create a file for each type of information you have added.
I hope this is accurate and of help to some people.
Regards Bruce
Edited by Jan Zonjee, 03 May 2012 - 05:48 AM.
outside links









