Results 1 to 10 of 45

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Need Request for Quote Shipping module to work for v1.38a

    To comment out (i.e. remove) all shipping icons, use the override system and edit includes/templates/template_default/templates/tpl_checkout_shipping_default.php as follows:

    Change line 70 to read:
    <legend><?php echo $quotes[$i]['module']; ?><!--&nbsp;<?php if (isset($quotes[$i]['icon']) && zen_not_null($quotes[$i]['icon'])) { echo $quotes[$i]['icon']; } ?>--></legend>

    As far as the zone issue is concerned, make sure your zones are set up correctly. Setting up zones can be tricky. Can you give us more detail on exactly how you went about setting up your zones?

  2. #2
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Need Request for Quote Shipping module to work for v1.38a

    Hi,

    I was able to remove the icons with your help - thank you. As for the zones ... I have two Zones defined. One for Australia, and one for International (which lists all other countries except for Australia). When editing the rfq shipping module, I selected Australia, because it says that" If a zone is selected, DISABLE this shipping method for that zone" and that's what I need it to do. I thought that rfq would only show if the customer is from one of the international countries. I’ve tested this module for a customer residing in the US and only the rfq module shows. I also tested rfq using a customer from Australia, this is when both the rfq and per item modules show together. The rfq quote rate is set to 0 if that helps at all, and I have double checked that the International zone does not include All Countries or Australia.


    Thanks.

  3. #3
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Need Request for Quote Shipping module to work for v1.38a

    Was this issue with the zones resolved for 1.3.8? I'm interested in using this module to require international customers to get a shipping quote from me before checking out.

  4. #4
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Need Request for Quote Shipping module to work for v1.38a

    I followed all of mmsim's suggestions and it seems to be working fine. It's just the zones issue that I can't seem to work out.

  5. #5
    Join Date
    May 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Need Request for Quote Shipping module to work for v1.38a

    I'm having the same problem getting the RFQ module to recognize zones. It's almost as if it doesn't see the zone settings at all.

    By the way, there's a typo in catalog\includes\modules\shipping\rfq.php. On line 41, it should read MODULE_SHIPPING_RFQ_ZONE not MODULE_SHIPPING_RQF_ZONE. Unfortunately, correcting this doesn't solve the zone issue we're currently experiencing.

    I'm going to work on this a little more and to if I can figure out what's going on. If I get it working, I'll post immediately. In the meantime, if anyone else has any ideas, please post them. This would be a very useful mod if it could be made to work.

  6. #6
    Join Date
    May 2009
    Posts
    8
    Plugin Contributions
    0

    bug Re: Need Request for Quote Shipping module to work for v1.38a

    I think I've corrected the "zone problem". It seems to test correctly for me, but someone else try it and see if it works in your case as well. Here's the correction:

    In catalog\includes\modules\shipping\rfq.php Line 41 is:

    $check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id <> '" . MODULE_SHIPPING_RFQ_ZONE . "' and zone_country_id <> '" . $order->delivery['country']['id'] . "' order by zone_id");

    I believe it should be:

    $check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id <> '" . MODULE_SHIPPING_RFQ_ZONE . "' and zone_country_id = '" . $order->delivery['country']['id'] . "' order by zone_id");

    ("zone_country_id <>" should be "zone_country_id =")
    (don't forget to change the typo: MODULE_SHIPPING_RQF_ZONE should be MODULE_SHIPPING_RFQ_ZONE as posted earlier.

    Does this correction work for anyone else?

  7. #7
    Join Date
    Feb 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Need Request for Quote Shipping module to work for v1.38a

    Great work! Works just fine now. Thanks for posting the solution.

 

 

Similar Threads

  1. v151 Request for Quote plugin
    By raunharman in forum General Questions
    Replies: 1
    Last Post: 25 May 2013, 10:11 AM
  2. Replies: 10
    Last Post: 5 Mar 2013, 07:33 PM
  3. Request contact shipping quote for international orders?
    By picandnix in forum General Questions
    Replies: 0
    Last Post: 1 Nov 2011, 12:37 AM
  4. Looking for Manual Shipping Quote module
    By JacobBushnell in forum Addon Shipping Modules
    Replies: 4
    Last Post: 19 Sep 2011, 07:05 PM
  5. How to generate a Request for Quote?
    By kevinw in forum Managing Customers and Orders
    Replies: 4
    Last Post: 15 Mar 2007, 12:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg