Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 45
  1. #21
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Request for Quote payment module or an alternative module

    zc 1.3.8a

    I installed the Request for Quote 1.0 Shipping and Payment Module found here:
    http://www.zen-cart.com/index.php?ma...roducts_id=480


    - In the shipping module settings in the admin, the only zone option is to DISABLE one zone for the module. However, it doesn't work. No matter what zone I select, it enables the module for all zones.

    - The payment module has no option to select a zone. There's a blank text field in the settings that from the source code appears to be for selecting a zone, but in that case it should be a dropdown type field.


    It's version 1.0 from 2007, so it appears that this module has been abandoned and never entirely worked.

    Basically I want to have all international customers and customers outside the non-continental US have only one shipping option, $0 and with an explanation that it's a shipping quote request, and one payment option, with an explanation that it's a request for a quote, with no payment information needed.

    I can use the MultiGeoZone MultiTable Shipping Module as the shipping option, but for the payment module I still need something that will email me a request for a quote and not ask for any online payment information from a customer (much like the moneyorder module) . Any suggestions?
    Last edited by fakeDecoy; 15 Sep 2010 at 07:43 PM.

  2. #22
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Request for Quote payment module or an alternative module

    i have started a mod like this, but it is far from being finished. i will post here with upates, but please do not expect anything soon

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

    Default Re: Request for Quote payment module or an alternative module

    So I tried removing and reinstalling the payment module, and I get this error during reinstall.

    1062 Duplicate entry 'MODULE_PAYMENT_RFQ2_PAYTO' for key 2
    in:
    [insert into zen_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('For more info contact:', 'MODULE_PAYMENT_RFQ2_PAYTO', '', 'Who is the contact for quotations?', '6', '1', now());]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Anyway, what might I do to fix the code such that it uninstalls correctly? I found the remove function, below, but the code looks too simple to show any problem.


    Code:
        function remove() {
    	    global $db;
          $db->Execute("delete from " . TABLE_CONFIGURATION . " where configuration_key in ('" . implode("', '", $this->keys()) . "')");
        }

  4. #24
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Request for Quote module problems

    Why does that key get left in? Is there a fix to the uninstall code to get it to remove the key properly so that the module can be reinstalled properly? That key never properly displays in the admin settings for the shipping module either, so there's something wrong with the code regarding it.

  5. #25
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Request for Quote module problems

    Must not be properly listed in the keys() section.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #26
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

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

    Does anyone have this working with the 1.3.9 version of zencart

    and

    Does the cart get "saved" till the quote is sent to the customer?
    Webzings Design
    Semi retired from Web Design

  7. #27
    Join Date
    Nov 2008
    Posts
    27
    Plugin Contributions
    0

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

    I also need to know if the new RFQ 1.01b is compatible with ZenCart 1.3.9h.

    I need to upgrade ZenCart to close security holes, but I'll wait if they are not compatible (must have RFQ working). I would love to hear about a working install.

    ZenCart: 1.3.8a Fresh install back in 2008 (Admin folder renamed recently)
    Addons: Request For Quote (RFQ v1.01), FCK Editor 2.5
    Template: ezBlue
    Customizations: Maybe a few display text changes in the PHP code here and there (footer, etc) ... nothing special

  8. #28
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Request for Quote module problems

    Has anyone made this work for ZC 1.3.9 yet?

    Thanks,
    BW
    ZC 1.3.9h

  9. #29
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Request for Quote payment module or an alternative module

    Quote Originally Posted by AmandaGero View Post
    i have started a mod like this, but it is far from being finished. i will post here with upates, but please do not expect anything soon
    How goes it?

    Attached is a revamped 139 version of RFQ based on the freeshipper.php and moneyorder.php files. It currently works for me, but I am still testing. Please note that I have not included the admin/includes/languages/english/orders.php, which needs to be addressed.

    Comments/Criticisms appreciated.
    Attached Files Attached Files

  10. #30
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Request for Quote module problems

    Please ignore the zip of my previous post and use this zip.

    Apologies for any inconvenience.
    Attached Files Attached Files

 

 
Page 3 of 5 FirstFirst 12345 LastLast

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