How Do I ...? All the basic install questions regularly asked...
#521
Posted 18 September 2011, 19:28
Thanks
#522
Posted 22 September 2011, 07:19
Thanks.
#523
Posted 22 September 2011, 10:54
#header {
height: 60px;
}
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#524
Posted 11 October 2011, 00:27
#525
Posted 11 October 2011, 01:52
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#526
Posted 18 October 2011, 12:51
I am writing for you from perualpacayarn.com. We bought online mercant 3.0.2 trough one of the companys in US called XXX
We are struggling. We are just starting the company and our budget is limited, so many things we need to do by ourselves and waiting replay from XXX has been taken week so far(still waiting).
for example
1. Clicking "GREATE AN ACCOUNT" we are asking many questions from our clients in our registration form.
I would like to keep ONLY section "Your personal details" and "Your Password" and I would like to deactivate the rest.
Can I do this without making mess in the webpage config.
I do have admin page, but the company in us XXX told us not to change anything without them. So every time, when I need to change something, I need to contact with them. We need to change things ALL the time.
Thank You
#527
Posted 24 October 2011, 23:24
thanks for any help
#528
Posted 27 October 2011, 12:16
thank you, expecting answer
#529
Posted 07 November 2011, 17:09
Is there a simple way to modify the index so that it will check to see if a category has subcategory images, and if it doesn't, then output a custom text (or reference a new file that contains the text); otherwise display the subcategory images?
I have "Modular Front Page" installed and currently have my mission statement on the front page. Some of my categories have subcats that I don't want to use images or links for, so they show as a blank page in the main body. I would like the Modular Front Page content to continue to show until the customer reaches a category with subcategory images.
It seems like this could be handled easily by adding an if-else, but I don't have the know-how to make it work.
#530
Posted 25 November 2011, 19:33
#531
Posted 19 December 2011, 00:03
for the contentBoxHeading and infoBoxHeading, I would like to use the span -tag to avoid jagged headings.
My right corner image is not in perfect alignment...
Any help is appreciated, I'd love to avoid headaches as well
Linnea
Edited by ButiksHuset, 19 December 2011, 00:05.
#532
Posted 21 December 2011, 11:31
#533
Posted 21 December 2011, 12:56
#534
Posted 27 December 2011, 21:22
I'm trying to configure 'payment' and install a module for OKPay. I got the correct module and put it in the payment folder on the server.
Now, when I go to Install Module I get this message:
Fatal error: Cannot redeclare class okpay in /home/casc2366/public_html/shop2/includes/modules/payment/okpay.php
and I can't find anything on this forum which relates to it.
Can anyone help me with a resolve?
Thank you in anticipation, Steve
Fatal error: Cannot redeclare class okpay in /home/casc2366/public_html/shop2/includes/modules/payment/okpay.php on line 17
Edited by Cascade, 27 December 2011, 21:35.
#535
Posted 27 December 2011, 21:47
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#536
Posted 28 December 2011, 10:32
e.g
I changed the privacy info code to show this.
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright © 2002 osCommerce
Released under the GNU General Public License
*/
define
(
'NAVBAR_TITLE', 'Privacy Notice');
define
(
'HEADING_TITLE', 'Privacy Notice');
define
(
'TEXT_INFORMATION', 'Privacy info this is the changed version');
?>
Then I uploaded it back to the includes\languages\english directory on my server.
When I refreshed the browser all I got was the same old message. I even cleared my browser cache to make sure I wasnt getting a stale record.
I thought PHP was dynamic so it should have been served right away.
Please can someone help.
#537
Posted 28 December 2011, 14:13
Try
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');
define('TEXT_INFORMATION', 'Privacy info changed');
?>
Cheers
G
Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.
For links mentioned in old answers that are no longer here follow this link Useful Threads.
If this post was useful, click the Like This button over there ======>>>>>.
#538
Posted 29 December 2011, 22:09
geoffreywalton, on 28 December 2011, 14:13, said:
Try
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');
define('TEXT_INFORMATION', 'Privacy info changed');
?>
Cheers
G
I managed to get everything working today.
Yesterday must have been one of them days for me.
Thanks














