Arsenal21 Posted January 11, 2007 Posted January 11, 2007 Hi there. I would like to know how do add and delete fields in the "create account" section of oscommerce. I realize i am able to add/delete some things like the "state" field and such, but could you tell me how to effectively edit this page? Thanks a lot :)
wheeloftime Posted January 11, 2007 Posted January 11, 2007 Hi there. I would like to know how do add and delete fields in the "create account" section of oscommerce. I realize i am able to add/delete some things like the "state" field and such, but could you tell me how to effectively edit this page? Thanks a lot :) If you want more as what can be done through admin->configuration->customer details you will have to edit the source file directly. Be sure to have a backup of that file in case something goes wrong ! The file to edit is (catalog)/create_account.php
Arsenal21 Posted January 11, 2007 Author Posted January 11, 2007 Yeah, I would like to add a required text field to the page. Thanks for the response. I'll give you a follow-up when the changes have been made.
Arsenal21 Posted January 14, 2007 Author Posted January 14, 2007 Well I've played around with it a little but I can't seem to figure it out. I tried to copy the code of another field and edit some aspects of it, but all the field attributes seem to be different. Any help you can give me would be greatly appreciated.
wheeloftime Posted January 14, 2007 Posted January 14, 2007 Well I've played around with it a little but I can't seem to figure it out. I tried to copy the code of another field and edit some aspects of it, but all the field attributes seem to be different. Any help you can give me would be greatly appreciated. Show us what you are trying to achieve to be able to help some more !
Guest Posted January 14, 2007 Posted January 14, 2007 I too would like to know how to delete /edit the text on the create the account page. I have gone ahead and publish my site , the the original data is still there. Help is urgently needed. Vincealleyne
wheeloftime Posted January 14, 2007 Posted January 14, 2007 I too would like to know how to delete /edit the text on the create the account page. I have gone ahead and publish my site , the the original data is still there. Help is urgently needed. Vincealleyne Not only how but also what... Some more information is needed to be able to say anything more !
Guest Posted January 14, 2007 Posted January 14, 2007 Not only how but also what... Some more information is needed to be able to say anything more ! Sorry for the inadequate info, but I need to get rid of the information that says"This is a default set up..................................................................Support site of oscommerce" so that the info with respect to "Editing page text " etc will not be displayed Thank you
wheeloftime Posted January 14, 2007 Posted January 14, 2007 Sorry for the inadequate info, but I need to get rid of the information that says"This is a default set up..................................................................Support site of oscommerce" so that the info with respect to "Editing page text " etc will not be displayedThank you Hello Vincent, Okay, understand now what you mean :-) You are refering to the default text shown on the index page... If you read the text it tells you how to change/remove it. In principle you will have to edit the main page text within the file (catalog)/includes/languages/english/index.php (replace english for possible other languages you have installed for your shop). Be careful to keep the text in between single quotes, '', and if you want to use a single quote, ', in your text, ie. what's, you will have to type it like what\'s HTH
Recommended Posts
Archived
This topic is now archived and is closed to further replies.