Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

elari

Archived
  • Posts

    366
  • Joined

  • Last visited

Everything posted by elari

  1. hello all i have updated the zonesworld contrib for osc2.2 ms2 It support now some new features - tax rate by shipping zone - shipping fees by weight / price / boxes last version is 2.2.2 in contrib section http://www.oscommerce.com/community/contributions,920 please report bug. if everything is ok i will try to work for ms3 version elari
  2. this is designed like my other contrib for osc jan 02 prior ms1 i think this is not working with ms2... i'm just going to have some time soon to rework my osc shop and will adpat for ms2. if ms3 is not out before i begin to work :)
  3. hello vp if you have nothing displayed in any page, i think the mistake come from the admin. you have to check the qty breakout and/or breakout operator i will try to take a tour on your page, but ftp seems not ok and i will also need your admin password. create an other htaccess and send me login/pass :)
  4. on which version of osc are you running this prob ? i have not made it working for ms1 but only older snap (jusb before ms1) most time in my code i keep some // echo for debugging uncomment them and look what happen..... or send me pm with an acces to your shop and i will try to take a look there .
  5. customers status is in localisation like for orders_status you can also call it direclty from your your.www//your.admin/customers_status.php if you don't have the link in admin, maybe you din't add the link in the box ... for the right click, there is a javascript like with a comment in the dafault.php and other page should i write it an easiest or more clear way ???
  6. each module display price like catalog/includes/module/product_listing.php ********************/new_pro.. ********************/prod_new (check the exact name..) but if you have no discount shown in all modules, it mean variables are not ok so maybe you missed to add to retrieve some field in queries, somethink like max_discount_allowed not properly setup and then all product have only max 0% discount..... good luck
  7. tomcat you can also include the debug contrib that will let you see var in a dhtml box or echo values in modules files (whats_new...) or uncomment some debug echo i kept in my files that will help to see where are mistake
  8. hello tomcat i have checked yesterday your page and logged in to make some change in default and footer as i told you most of the problem you have are some missing ) or } and i can not spent many time to check these problems for you. sorry you have to check & recheck. other prob is that you use ian loaded 5 and i have not tried the loaded snapshot, so i have no idea of your problem without spending too many time
  9. to delphian which osc version ? with cs version ? i have looked demo page but no price shown
  10. to ddesatnik concerning DOS_Payment just do not add the unknow field that are not in the table compare with field used in your original included file and keep the original line select orders_status_id, orders_status_name i think only this is for Dos_payment ********************************************* , orders_status_need_conf, orders_status_need_conf_id, orders_status_final ********************************************* from orders_status where language_id = '1' when i make change for one specific contrib , you have a comment before stating for which contrib it is. if i missed it..... sorry :) i would change it later
  11. maybe some info like a web page to see that problem should be needed in your request
  12. nether see such a prob no error message ? check customer_status.php and modify the query where data are inserted to see what happens (echo the query ?) when you have added a status, can you edit it and change the value ? check you table, maybe a typo mistake in a name of table customers_status .... pm me an access where to see that
  13. entering -10% means you add a negative 10% discount = adding 10% :) mobile.php is used for mobile logo/song box not needed for cs rsltoplist.htm same read again install and understand what you do when it concern cstatus it is clearly indicated just before the change i make again, again & again cs3.x is not intended for ms1 for instance and i will make no dev until end april (i hope)
  14. lol c'est d?j? en francais it's already in french.
  15. ok i have added english language taht was missing :( and screenshot are here http://www.unlockgsm.com/dload-osc0/screen...er_password.jpg http://www.unlockgsm.com/dload-osc0/screen..._confirm_wu.jpg
  16. you can also try wu payment to see how it will work :) just use this link http://www.unlockgsm.com/test_checkout/cat...ent_confirm.php and provide order number and password to confirm wu mctnand sender information i have no information about the PID ??????? here western union nether asked any PID number to make or receive money i will try to make some screenshot of checkout payment confirmation to see how it will be used
  17. these are default value for payment field. just have to edit them and enter your own information. WU is not finished, i have to rewrite some part of Dos Payment before finishing WU 1/ order status must be reimplemented the same way decided by hpdl (it is a little bit diff from the way i had made and hpdl did not keep the way i wrote) 2/ with ms1 comment field has been changed and i have to adjust this way for checkout confirmation so that customer can come back after order and complete order with payment information like mctn number 3/ i have already wrote some part of order confirmation by password try to make an order on my demo page by using cod and then use link like http://www.unlockgsm.com/test_checkout/cat...ent_confirm.php it will be used for wu for customer to enter mctn information. 4/ i have to find some time :((
  18. just again to repeat cs 3.x is not finished for MS1. it has been written for osc 2.2 cvs till around end dec 02 and i have no time for some week. if you want to apply this on ms1 you have to make change yourself or wait a little bit so that i should find enough time to rework again on these contrib (hope in may.) if you want i can install it on a server the way it is working on my demo page but again this is not an ms1 package !!!!! second thing, i have till now not get half an euro of these contrib ( however i did not published them to make money) but i can also not spend all my time to help & provide support
  19. these fils zz_xxx are part zz_faq you can remove these call if you don't plan to use zz_faq you'll find file in contrib section if you want to install it
  20. i have send by mail to galapago hope this is good mail, or pm your real mail elari
  21. check also your catalog/includes/classes/currencies you have something like
  22. humara guest status is just a name you can call it as you want you can try this then check with phpmyadmin the value stored in table customers_status & customers, they must match. check also if the DEFAULT_CUSTOMERS_STATUS_xxx are properly set in the configure table. in fact i didn't see those value in the admin. like for orders_status, the default status must be display in bold with (default) in admin/customers_status. you have also to display the customers_status box to see how the status is displayed. you can also uncomment some debug string to see what happens 2/ xmember, is Ian Wilson discount member, i just trick it a little bit to report discount that is set from customers_status instead of a fixed discount value. check the file in my cvs. 3/at this time no too much time avalaible to help. sorry.
  23. sorry i just made a tour on your page :))) i have checked your admin page.... and it seems you missed to define the default customers status values for new customer, guest, newsletter...
  24. take care i have got no time to make it working for ms1 and can not publish mid work already made for instance (i have also added some change / new feature...) i think the can't see price is maybe because you didn't set the default status for customer to see price or somethink like that. however wo an url i can not help more
  25. just reread my first post in the thread you have to create a dummy zz_'language'.php file or copy the language files from admin in catalog part
×
×
  • Create New...