Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

satish

Pioneers
  • Posts

    5,270
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by satish

  1. Osc 2.3.x should have a templating system.This will put osc back into top ecommerce slot

    1. vkd1980

      vkd1980

      I think that it can be easily achieved by Little Modification on Core Files, I am working on it for my Custom Shop

    2. Juto

      Juto

      It's easy done. Using css and some minor changes of the core

  2. What will happen to oscommerce when most servers start using PHP 5.4

    1. Guest

      Guest

      This question was already asked and answered by Harald. There are patches and new versions coming.

  3. Once DNS gets propogated( varies from location to location) that will be sorted. So just need to wait and watch. Satish
  4. You need to collect request and response details to look as to what went wrong. Satish
  5. @Frank : Which shipping module are you using and is it by wt or by rate. In case by wt just set wt to 0. If by rate then you need to modify quote function so that it skips products that have wt as 0. Satish
  6. define('MODULE_SHIPPING_MZMT_GEOZONE_1_TEXT_TITLE', 'United Parcel Service (UPS)'); in conntribution catalag\includes\languages\english\modules\shipping folder you have mzmt.php there these language values are defines. Just replace. Satish
  7. try reverse the order: 10:10.00, 15:15.00, 20:20.00, 25:25.00, 30:30.00, 100:100,1000:1000.00 If its to maintain a fix ratio why not do a small modification to shipping module and use a multiplier in quote function to get shipping value. Satish
  8. paste your printeorder.php file and the file that resulted in post to this( probably should be printorder.php itself) Satish
  9. oscommerce paypal chain integration

  10. other option is to use individual product shipping module. You will have to modify code so that product has shipping cost defined for each zone. Satish
  11. How many zones do you want to split this world into for your shipping calculation. If its few then I recommend take individual product shipping module and modify by adding more fields and defining cost for each zone for each product. If this is too much of data entry then you need to sue zone based table rate. Satish
  12. I suggest creating another customer group. So some one who has submitted vat is considered in that specific group. Now modify code so that vat for that specific group is charged as per that specific group clubbed with zone where that customer comes from. Satish
  13. I suggest you expand on individual shipping module. Add four five fields for shipping value for each zone( assuming you split your destinations in 4-5 zones). Now depending on zone of destination you can get delivery cost. Satish
  14. internal server error come in for different reasons. Some are : 404 page not found. Server not able to send emails. Any configuration that is conflicting too will result in internal server error. Satish
  15. You need to make sure IPN is recd and your code for IPn is executed. Unless this code executes no email will be generated. Satish
  16. Is your paypal account set to use payment in Dollars? Also check what conversion rate for Pound to dollars set in your currency configuration. Satish
  17. create ext folder. Satish
  18. You need to add some code( template being modified). if( $_GET ... some error value) { echo this error value } Satish
  19. Some how your session is lost. Check cookies value, session settings in configuration. Satish
  20. Check following: 1. What is sent as a request( post) to paypal. Make sure shipping is there. 2. If shipping is there and is still not considered then look into your paypal profile shipping setting. There is a setting that allows shipping override make sure thats not happening. Satish
  21. Note : Code has a notifu url in place that will override setting on paypal profile. Paypal profile will not allow a blank value if you set IPN to true so use what I stated above or any dummy value. Satish
×
×
  • Create New...