Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

elari

Archived
  • Posts

    366
  • Joined

  • Last visited

Everything posted by elari

  1. sorry just back 4. The default account is: Username : test Password : 123 but i presume you have read all included original doc and already found this info :)
  2. just back to work i plan to make change for ms1 next week :(
  3. hi sorry i'm in travel and no easy access. i think your problem is with the dafault status to be defined for Newsletter / Guest / New Customer I think all 3 have same value so when a new customer log in he is considered as a news only. this is set in admin. check values stored with phpmyadmin (sometime values can be stored twice if you run query with diff value..) i don't remember exact name it is something like CUSTOMERS_STATUS_DEFAULT_NEWSLETTER / .....GUEST and this is set in admin / my shop i'll be back end this week and will help you more, send me a pm so that i will contact you asap
  4. it seems the table structure has change on lastest cvs since end jan you can 1/ remove call to the field, but will make / need many change 2/ readd this field in your table order status history (check oscmmerce cvs to see the structure of the osh table as it was before change in catalog/install/oscommerce.sql). readd the old field and keep the new one this solution will be the best one until i update payment to lastest chaneg planned for ms1
  5. you already have this data in your table you have to set this field in the table 'date_finished' in tha table 'ORDERS' not 'customers_status' read the query line by line, compare with your actual tables and make your brain work a little more :)
  6. as you can see the number of change to make, i can not provide a " how to" and which line to change, it will make more work, more errors... i think providing the files i use is the best way and make compare i prefer using examdiff pro v3 from prestosoft it's really the most powerfull tool i've found
  7. will be ready with ms1 :) which we all hope will ease some update on stable basis
  8. take a book and study php prend un livre et apprend php / mysql as wrote it means the field already exist run query line by line and check where are following error you can have
  9. not really a contrib but more a tips that help to manage Conditions, shipping when you have many site that request different conditions files This will also let you create esiest to make html files for conditions without editing language files in define() and without care of quotes (" ' ) stop blah blah here is how to in catalog/conditions.php find replace by after that create a file 'conditions_the_name_of_your_store.php' and copy it in language files if store name include 'space' replace them by '_' and lowercase file name you can create file under any html / text editor just save it in text / html format and with final .php PS strtolower(strtr(STORE_NAME,' ','_')) should have to be change to remove html or special characters like (: ? ! + ) if you have used them in your store name.... if the file name not ok , it will display the usual text_information to debug problem just add before include echo DIR_WS_LANGUAGES . $language . '/conditions_' . strtolower(strtr(STORE_NAME,' ','_')) . '.php'; it will show you the name needed for file you can do the same for shipping, privacy other same kind of files
  10. sorry ALTER TABLE `orders` ADD customers_company varchar( 32 );
  11. use phpmyadmin and run this ALTER TABLE `customers` ADD customers_company varchar( 32 );
  12. reread install file before Add String & Function to add in both catalog & admin directory You can add these lines at the end of each files, just before existing last line ?> Admin Part - In /includes/application_top.php add include('includes/application_top_elari_cs.php'); - In /includes/functions/general.php add include('includes/functions/general_elari_cs.php'); - In /includes/languages/english.php add include('includes/languages/english_elari_cs.php'); - In /includes/languages/french.php add include('includes/languages/french_elari_cs.php'); - In /includes/languages/espanol.php add include('includes/languages/espanol_elari_cs.php'); - In /includes/languages/german.php add include('includes/languages/german_elari_cs.php'); Catalog Part - In /includes/functions/general.php add include('includes/functions/general_elari_cs.php'); this is part of DOS_Payment, you can install it or remove unnecessary change yes this is why all osc files are in a separate osc_files that MUST be compared to the file you have. most change made are indicated in files 1/ in the header there is indicated the hack installed 2/ before most files i have changed i have added the corresponding hack so just have to read and make working your brain :twisted: i agree this is a hard to install contrib, but i will not manage only for your ease plenty version of my change that will be too easy break & loose many part yes, again, this is hard to implement cstatus, but this is the only way i found to be nearest osc implementation and coding statndard without adding too many separate query that overload server & nobody force you to use it :) last, you can pay me to install all contrib directly on your server :)))
  13. you missed that in the querry #Added 2N0117 Set the price level for each status ALTER TABLE `customers_status` ADD `customers_status_price_level` INT(1) DEFAULT '0' NOT NULL AFTER `customers_status_image` ; certaily also miss what follow
  14. you have to add customers_company in your customers table like ~ varchar 32 with phpmyadmin i think this was from november checkout...
  15. i planned to make something like that for customers status but i don't know yet if i'll use Familly Product to set a discount for all one Familly or Category. i think category will be more time consuming, may create problem if you have same product in more that one caegory (in one cat you'l have 0% and same prod in other cat will have 15%) but for instance i must first finish CS to manage qty price discount and retail price...
  16. heres the answer as i prefer always using same thread for one subject... i have made test just deactivate zoneworld in admin before activating then edit main file to set number of zone to 9 go in admin activate zoneworld and edit values by default zone 3 will include 'all zone" others will be empty then just define country zone 3 to 8 , change price table and fees zone 9 will be used for all others country not listed you can edit/add the "if" you want to find always the default values you want to use when reenabling the mod (it loose change made when you deactivate) if you still have empty field description, check your configuration table with phpmyadmin and remove all MODULE_SHIPPING_ZONEWORLD.... it must work
  17. in main thread http://www.oscommerce.com/forums/viewtopic.php...light=zoneworld
  18. thanks.... i will request you at least 99% of your benefits for next ten years :) publish here the change you made in code for product_info so that if an other one want to make this he will find it here
  19. do you mean display stock like this page http://www.inkjetway.com/catalog/default.php?cPath=351 for product listing... itmust work or product_info ? for prod inf i hae not added the qty display but should not be dificult to add
  20. i will try to upload a new version dos payment for you or PM your email so i'll send you one package directly to receive payment from Western Union , the customer only need to have your information (name, company....) then he go to western union office to send money after he has to send you his detail and payment Number these are enough for you to get money 5 min after he paid :) no other proof is needed. no account needed...
  21. just other tips, since DOS payment features have been implemented in lastest CVS i have to decicde to keep DOS_payment the way i set them or move to use the official way it will mean 1/ will work only if you have newest cvs that manage dynamic orders status 2/ i'll have to change some cosmetic constant name. jets need to know if some people really need these kind of feature...
  22. yes i had began to work on a western union module but for instance it just show the customer you'r detail to make payment i will begin soon a rewrite of the confirmation payment that will do : provide be email direct confirmation link & password to user to confirm an order made by COD or WU or other payment that need confirmation. if the user does not receieve email, he have no way to confirm order... let the customer enter some more information when needed (like MCTN for WU) Update order status to Confirmed Payment (DOS_payment include unconfirmed orders status AND confirmed order status) if payment module is set to need confirmation Auto cancel order unconfirmed after some time specified in payment module...(maybe )
×
×
  • Create New...