Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dreamscape

Archived
  • Posts

    1,499
  • Joined

  • Last visited

Posts posted by dreamscape

  1. I found the answer to my previous number 2 question by editing ..../modules/shipping/mzmt.php . you gave an example there of using the tables for UPS-ground, UPS-next day, etc.

     

    Oh, ok I see what you mean now. Thanks for pointing out that I did not really discuss that in the documentation. I'll be sure to update it for the next release to explain that the tables can be used as different "methods", i.e, UPS ground, UPS 2nd day, USPS priority, etc.

  2. the dhl/airborne module also needs the zone_id in addition to the postalcode ;)

     

    add a state input and you should be set ;)

     

    PS. Also make sure you're giving it the country information as well (but I think the ship in cart does this by default, just does not give postalcode or zone_id)

  3. 1) it doesnt show up in the checkout procedure as a shipping method option

     

    It will only show up if the customer is in one of the Geo Zones you have set to use with the module

     

    2) where/how are each of the the 3 Geo Zone tables used

    I'm not sure I understand your question. Please elaborate.

     

    3) I've added "Shp: UK" to the tax zone list and uploaded the Europe and US from the SQL files. However, couldnt figure out if there's a way in the osCommerce admin to relate "Shp: UK" to  GB/IE or do i have to write a sql query for that.

    I have provided the pre-built SQL files for people to use, if they need one of those Geo Zones, as it saves time having to make them yourself. I have not included a Europe SQL file. I have included a European Union SQL file, but this does not include all of Europe.

     

    To build your Geo Zones, you started off correctly. Now when in the osCommerce admin and looking at the list of your "tax zones", click on the folder beside "Shp: UK" and this will take you inside of the "Shp: UK" Geo Zone and there you will be able to add countries and zones to the "Shp: UK" Geo Zone. I hope that makes sense.

     

    PS. Geo Zones used with the module cannot overlap. So if you are using the European Union that I supplied and also want to be using a separate one for the UK, you will need to go inside of the European Union Geo Zone and delete the UK from the country/zone list of the European Union Geo Zone. If you are not using the European Union Geo Zone with the module, then you do not have to worry about it.

  4. The release of my MultiGeoZone MultiTable Shipping contribution officially renders my MultiRegion MultiTable module obsolete. No more update or support will be provided for the MultiRegion MultiTable module, as the MultiGeoZone MultiTable module represents the next generation of this shipping module line. Anyone currently using the MultiRegion and experiencing problems or wishing to have the new features will need to upgrade to the MultiGeoZone module, which available at the following URL:

     

    http://www.oscommerce.com/community/contributions,2571

     

    MultiGeoZone MultiTable Announcement Thread:

    http://www.oscommerce.com/forums/index.php?showtopic=119084

     

    MultiGeoZone MultiTable Support Thread:

    http://www.oscommerce.com/forums/index.php?showtopic=119085

  5. This thread is for support of my MultiGeoZone MultiTable Shipping Module.

     

    Allows shipping to multiple Geo Zones using multiple tables.

     

    Geo Zones are defined in the osCommerce administration tool, so exactly what makes up each zone is left in the hands of the user. Geo Zones can be just specific zones of a country, a number of different countries, or any combination thereof.

     

    This contribution officially renders my MultiRegion MultiTable module obsolete. No more update or support will be provided for the MultiRegion MultiTable module, as the MultiGeoZone MultiTable module represents the next generation of this shipping module line. Anyone currently using the MultiRegion and experiencing problems or wishing to have the new features will need to upgrade to the MultiGeoZone module.

     

    Download From:

    http://www.oscommerce.com/community/contributions,2571

     

    Announcements regarding this module:

    http://www.oscommerce.com/forums/index.php?showtopic=119084

  6. My product names are pretty long, and they extend past when going to add products via the popup, is there any way to change the size of the popup, as it is I have to click and drag until I get to the update buttons

    Custom definitions of the popup size will be in the next version. It is already in, but I just have not had time to get together the next stable public BETA release. For now, you can just find in the code where the link to the popup window is, and change the size it pops up to.

     

    Also for payment type, is there any way we can get a drop down for it according to what options/modules we already have??

    It would be possible, but you could also just type it in. Actually it should always be able to be typed in, so perhaps a list or a dropdown below the input box where you can select so it fills in the input box for you would be best. I had not included this, as because currently you cannot process payments using the payment modules through the admin, so they provide no real value in the admin, like the shipping quotes do - which give you shipping quotes to work with.

     

    An authorize.net Virtual Terminal for the OSC admin that integrates with MOECTOE is planned for either the next public BETA or the first final release. It will be used in such a way, through a class, that it will be fairly easy to make such a virtual terminal/integration with MOECTOE for other gateways, that is if they have sufficient APIs.

  7. is there anything that doesnt use ShipIT??

     

    Just curious why you would not want to use the ShipIT API, as it gives you the rates specific to your account?

     

    Or do you not want to create a DHL account? And then the question is why you would not want to create a DHL account? Do you have something to hide? ;)

  8. Hey Dreamscape did the PM get to you?

     

    Yes I got it and all of your images are "fixed". I PMed you how to avoid or fix the problem in the future, which by the way is not a problem that has anything at all to do with my module, but rather a problem that exists in some osCommerce installations where the admin will not allow the products image to be updated for one reason or another.

  9. please upgrade to version 1.41 that was just released. Should fix your troubles.

     

    http://www.oscommerce.com/community/contributions,1159

     

    Also, in the future if you encounter any issues, please use the official support thread located at:

     

    http://www.oscommerce.com/forums/index.php?showtopic=108381

     

    I only monitor support for my contributions in their official support threads and get immediate notification of posts to them, so it is the quickest way to get help.

  10. this is almost always a sort order problem, as at times the OSC modules do not like to have the same sort order as others. Be sure it does not have the same sort order as anything else. And also be sure it comes before the total, or else it cannot work.

  11. 1st what version are you running (are you on the latest version)?

     

    and 2nd it is not "finicky" and there is nothing magical about getting it to work. If you understand how it works and set it up correctly, it is very simple.

     

    I have always been able to correctly set it up in a matter of minutes for people who can't seem to figure it out.

  12. No the only other question I have has is can this be made into a dream module by somehow coding it so that the final country / zone is left blank and any country that is not listed in previous zones/countries will automatically default to this.

    I didn't really read or look at that other contribution, but sure.

     

    It is now in version 1.101 (uploaded and ready for download).

     

    works like this: If you set the LAST country to "All Remaining Countries" (1st choice in list), it will use the region 1 tables for shipping to any remaining countries. You must leave the region 1 regions for that last country blank for this to work as well.

  13. it is working fine for me.? those defines should go in the module's language file.

    And they were. So there's nothing to be changed in catalog/includes/modules/shipping/mrmt.php? Just in the language file?

     

    Also, in order to add more regions, I just need to change the number of regions for 3 to whatever I want and then add the defines in the language files?

     

    Tks for your help. :)

    No there is nothing to change in the `catalog/includes/modules/shipping/mrmt.php` file. The only reason you should ever have to edit that file is to change the number of regions or tables (or now countries), which are defined at the top.

     

    I just tested with a 3rd table in region 2 and with the defines in the language file, it worked fine and I got no errors.

     

    You may want to try the version I just put out.

×
×
  • Create New...