Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dittones

Banned
  • Posts

    319
  • Joined

  • Last visited

Everything posted by dittones

  1. Stephen, The flat rate is hardcoded in the program...You may have mulit records in the config file...remove if you do and reinstall... When ever you make a change to the program...you need to remove the flat rate...overlay the program then reinstall... I hope this helps.. Roman
  2. I have two contras interfaced a drop shipping/table and warehouse and storage location... If you are interested contact me... Roman
  3. Is your download turned of...just a thought... Roman
  4. Graham Martin Its hard to determine what your problem is just by looking at your code. What I would do to help locate the problem. 1. See if the records are added to your data base from the install. 2. Put some debug displays in my code...This would show you which code logic/program has been executed. example echo "Here: ".$varable; I hope this helps dittone.com Roman
  5. Dear dmking29 Strange situation...If you want to remove per item shipping and nothing happens when you click the install...You can go to the the configuration table and see if the per item records are there...if they are there then remove all the per item table records. You can use phpMyAdmin module to do this. If you see the sort 0 showing then the records are there...If you want to use the per item shipping go to the contribution section and do a search for per item shipping and re-install the per item shipping...Their are only two files to the install catalog/include/module/shipping/peritem.php and catalog/include/language/english/module/shipping/peritem.php I hope this helps dittone.com Roman
  6. The zone.php shipping should work for you...It comes stock with 1 zone set up...Just go into the /module/shipping/zone.php and follow the instructions...Go near the end of the program and copy the if zone code and paste three four times as many as you need and change the if count 2,3...4. go to the top and change the zone number to the number of zones you set up and then save the program and go to the admin/module/shipping and install... I hope this helps dittone.com Roman
  7. Dear Cannon eer17, The quickest and easiest way to do this is making copies of zone.php to zone_1.php, zone_2.php, zone_3.php and so on for the number of zones that you want... This is the first step...next you must rename the zone reference in the program to the zone_?? accordingly...last and rename these variables so they are different from each other. $this->code = 'zones_1'; $this->title = MODULE_SHIPPING_ZONES_TEXT_TITLE_1; $this->description = MODULE_SHIPPING_ZONES_TEXT_DESCRIPTION_1; $this->sort_order = MODULE_SHIPPING_ZONES_SORT_ORDER_1; $this->icon = ''; $this->tax_class = MODULE_SHIPPING_ZONES_TAX_CLASS_1; $this->enabled = ((MODULE_SHIPPING_ZONES_STATUS_1 == 'True') ? true : false); change all occurances of these in the program. I hope this helps, dittone.com Roman
  8. Dear Leak-proof You have time stamps and file size information on all of your files... Your program and backup files...This should help you determine what files to use...What I would do: 1. Backup up everything. 2. Use the File sizes and time stamps to determine which files to use. 3. Then do a restore. Note: When you restore the database all database tables will be replaced with your backup...So the database will be as of the backup restore. Just remember to always do a backup before you do any modification. I hope this helps dittone.com Roman
  9. Dear CarolB phpMyAdmin is a wed based Mysql utility that allows you to update your mysql database. Since Your site is being hosted you will need this product to update your database...The product is free just do a google and you should locate a place to download from...When you get it FTP this to your web site and set it up...once you have it set up you will need to insure that the database name at your site is the same database name in auspost.sql verify it by opening the auspost.sql file if it does not use it you can define it to phpMyAdmin then run your script auspost.sql...Their is help info that comes with phpMyAdmin... I hope this helps Roman Dittone.com
  10. Dear Moonlight, If you email me...I can help you [email protected]
  11. tmdb57 Shipping shipping...problems problems...I know that whenever you go outside of your relm to another computer network you are going to have a certain level of problems...This has allways been a problem way before the internet just ask any mainframe programmer envolved with ftp to another system allways a connect/handshake problem...This same situations has not vanished when the internet came about still a connect/handshake problems (invalid socket)...so since the shipping is a very important function in sell items on the internet...why not try first to avoid using an API to interface to UPS,USPS and so on... Why not set up and maintain your own shipping rate table in your web system...It may take a little time to build the table but you will find that their are similiar cost for shipping from one state to another...than you would not have to worry about weither about missing an order. Just my thoughts Dittone.com
  12. tmdb57 I tried to ping production.shippingapis.com and got no response... This is the USPS service...you need to contact them for the API interface. if you do a URL to www.shippingapis.com it will redirect to USPS... What I would do is obtain their current API code and look to see if production.shippingapis.com is still a valid portal...you see you are going in a out mode to USPS front end server. Hope this Helps Dittone.com
  13. Ann Donnelly, Great colors...You might want to turn totals of on your products...this can be done on the admin side... Speed will come into play as you add more product and things... Good luck, Dittone.com
  14. Ann Donnelly I would also include this code to let the customer know what is happening. Add this right after the if statement it will display an error message at top $messageStack->add('shopping_cart', TEXT_SHOPPING_CART_EXCEEDED_WEIGHT_ERROR); and add this into program catalog/includes/languages/english/shopping_cart.php define(TEXT_SHOPPING_CART_EXCEEDED_WEIGHT_ERROR', 'The total weight exceeds the order limit '); or what ever you want to tell the customer. TEXT_SHOPPING_CART_EXCEEDED_WEIGHT_ERROR
  15. Romania, I don't know of any contribution that will allow free shipping for a city... But I know how to write the code to do this.... The logic would be to hard code an if statement to test for that city and if it matches the city use the same setting for free shipment that is used for you weight...go into the shipping module that you use and scan for the literal free and if you find it that is where I would put the code test...if you can't find it that give me the name of the shipping module that you are using installed...and I will look at it... Hope this helps, dittone.com
  16. Tam Lister, Ok I see your pain....What I would do... If you have checked everything and your table setup looks good to me...I would uninstall the shipping option and go into the configuration table and see if your shipping set up has truly been removed...If it has and you still are getting bad money calc...then it is time to put displays into your shipping module to display the weight it is useing to match on this can be done easly.... use the echo command as an example echo 'weight: '.$weight; I am just using $weight as an example...you need to find the variable that is being used in the module to match on...the command above will display the amount.... If you can't find the variable to use just tell me which shipping module that you are using... Hope this helps Dittone.com
  17. Romania, Go to admin/configuration/packaging&shipping you will see that you can set free shipping for order of a certain amount.... What shipping method are you using/module. Good luck, dittone.com
  18. sujit sama Your package tara weight needs to be set to zero...go to admin/configuration/shipping&packaging you will see (package tara weight... good luck, dittone.com
  19. Dyno66, Yes as long as you work with the same unit of measure...The weight in your shipping is mapped to your product weight when you set your products up...remeber to disable the tar weight in the shop setup... or possible the tar weight will add into your total weight...This depends on the shipping module you use...You will notice this if the shipping weight total is a little higher than what you expected...If it comes out correct then ignore the tar weight.. Good luck Dittone.com
  20. Dyno66, 249.0:2.00,499.0:4.00,999.00:8.00, You must work in the same units...so you need to convert kg into g and than continue where I left off... I think that you can see the pattern... Hope this helps Dittone.com
  21. MissCC, TABLE_PAYPALIPN_TXN the table is not found in the database mysql524fea3009f5340b3940bfb9623 First I would veify that the table is defined edit program database_tables.php which can be found in the admin dir... if it is found verify that the table is in the database mysql524fea3009f5340b3940bfb9623 Oh this is a strange database name...Also if this is the correct database name you should not post it to the public...hacking is easy. Check the sql that came with the contribution and verify that the database name that is being used is the database name in your store... If not change the sql program to the correct name and run the sql script again... Hope this helps Dittone.com
  22. MSObotka, TABLE_PRODUCTS_SHIPPING contains the table name thru a define. Go to program, database_tables.php in your admin dir and look for the name, TABLE_PRODUCTS_SHIPPING in the program if you find it you should see something like this, define('TABLE_PRODUCTS_SHIPPING', '??????????'); next verify that the table name where I have the ???? marks is in your database 'petcals_osc1' if not make them the same...if the table is not in your database then of course you to create it... hope this helps. Good Luck, Dittone.com
  23. This is how it works $this->quotes = array('id' => $this->code, 'module' => $h_MODULE_SHIPPING_REGIONS_TEXT_TITLE, 'methods' => array(array('id' => $this->code, 'title' => $shipping_method, 'cost' => $shipping_cost))); if ($error == true) $this->quotes['error'] = MODULE_SHIPPING_REGIONS_INVALID_ZONE; return $this->quotes; Hope this helps Roman
  24. Try moving the function get_products() above function flat() but still within your class (contructor definition)....I am still thinking about it. It is probably something small that we are overlooking. Roman
  25. Hi appleguru, function flat() { global $order; to function flat() { global $order, $cart; add the $cart var see what happens...
×
×
  • Create New...