

undersiege
Members-
Content count
39 -
Joined
-
Last visited
Profile Information
-
Real Name
undersiege
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Perfect, they've done it. Thanks !!
-
- i think i don't understand what exactly i have to keep synch with what - it doens't stay on 444, i changed it and look after it comes back to 644
-
undersiege started following Customize colors and shipping on the site and error 500 Admin HTTP Authentication
-
I put this 2 files on writable (777), i still have the same issue after multiples try. But i just do the password folder security on my host serveur panel. Is it ok like that ? Also i have a problem with the configure.php security : > i've puted the file on 644 but the message remain. Maybe another thing that i missunderstood.. needs help for this tto please Thanks !
-
Hello, So i've started a new site with the Phoenix CE v1.0.5.0, and my PHP is 7.3. But after confire and remove the whole thing and re-configure 3 times, i always have an error 500 while editing the Administrator username/password. I always use a new username/password and tick the Protect box. And when i click save i have a error 500.
-
Customize colors and shipping on the site
undersiege replied to undersiege's topic in General Discussions
Ok i've checked on my administrative panel from my provider, i was on PHP 5.4, i just changed to 7.3 wich is recommended from the provider. Ok so i delete my actual site and restart from scratch with the last version of Phoenix CE -
Customize colors and shipping on the site
undersiege replied to undersiege's topic in General Discussions
Thank you two for yours answers. I maybe didn't understand something correctly. I don't know wich PHP i'm using sorry. Do i have restart from scratch ? I mean remove my osCommerce website from the FTP and do a new one with the Phoenix CE ? (I thought i can use some files from the Phoenix to customize my osCommerce website.) -
Customize colors and shipping on the site
undersiege replied to undersiege's topic in General Discussions
Thanks for your comment ecartz i was wrong, the error is from the language file while i had to do : ________________________________________ There are 7 references shown. Change every instance of information to the new file name about (used here as an example) ensuring the same text case is used e.g. replace information with about and INFORMATION with ABOUT. Delete the following lines (lines 23, 24, and 25 in the example) 'privacy.php' => 'Privacy & Cookie Policy', 'conditions.php' => 'Terms & Conditions', 'shipping.php' => 'Shipping & Returns', Change the line (line 26 in the example) 'contact_us.php' => 'Contact Us' to 'about.php' => 'About' In the file editor menu, go to and click File → Save as... Enter the new file name (cm_footer_about_links) and click Save > I've done all of this and it gives : define('MODULE_CONTENT_FOOTER_ABOUT_TITLE', 'About Links Block'); define('MODULE_CONTENT_FOOTER_ABOUT_DESCRIPTION', 'Adds About Links Block to the Footer Area of your site'); define('MODULE_CONTENT_FOOTER_ABOUT_HEADING_TITLE', 'About'); const MODULE_CONTENT_FOOTER_ABOUT_DATA = array( 'about.php' => 'About' ); ________________________________________ > the line 25 that the error refers to is the " ); " but i don't understand what to do. -
Customize colors and shipping on the site
undersiege replied to undersiege's topic in General Discussions
For the Shipping i have multiples questions if can please : .for the main file, i should find 19 time the name 'information', but i have only 8 (is it normal ?), others files it's ok. .in my ftp i don't the folder includes\modules\content\footer, so i have directly upload all the footer folder, right ? > but when everything is uploaded i have an error while going to admin → Modules → Content : Fatal error: Arrays are not allowed as constants in /htdocs/catalog/includes/languages/english/modules/content/footer/cm_footer_about_links.php on line 25 actualy the line 24-25 in this file is : $tpl_data = [ 'group' => $this->group, 'file' => __FILE__ ]; include 'CE-Phoenix-master/includes/modules/content/footer/includes/modules/content/cm_template.php'; } > i've changed to (but same issue..) : $tpl_data = [ 'group' => $this->group, 'file' => __FILE__ ]; include 'catalog/includes/modules/content/cm_template.php'; } -
Customize colors and shipping on the site
undersiege replied to undersiege's topic in General Discussions
Hello Heatherbell, Thank you very much for your advice, i'll try this. -
Hello, I'm new with osCommerce, and i'm trying to do somes things since few days. I'm using the 2.3.4.1 version. . First i've configure the table rate and 2 zones, i've made the shipping configuration for the zone 1, but i don't understand how i can set the shipping for the zone 2 still with table rate _________ . AfterI made some color customisation with the stylesheet.css with DreamWeaver but there still some things that i don't understand how to customize : 1 : i want to change to a solid color and change the color 2 : i have changed the color but it didn't go in all the box 3 : i didn't find where i have to change the color, it works for Categories/Manufacturers/Informations/etc... but not What's new/Shopping cart and Reviews 4 : i found how to change color in the items boxes but it always stay one box with the default color (the same when you have only one box in the searching result it's with the default color), how i can fix all of them with color or made them transparent 5 : for the item box border, i din't find how to set the color or make it transparent Many thanks for helping me