Results 1 to 10 of 470

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Canada Post module

    Is there a way to set kg/cm as the DEFAULT selection in my Add Product listing - in the Canada Post portion of the add-new-listing.

    I can manually select kg/cm as I do each product listing, but the form presents with lb/in pre-selected , so its two more clicks. Not life threatening to be sure...just a little tweak I'd like to do to save the two clicks and two opportunities for me to make a mistake ;o)

    I do have my units set to kg/cm in the zc files.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Canada Post module

    In the collect_info.php files for that addon you'll see these lines near the top:
    Code:
                           //added Canada Post start
    			           'products_weight_type' => '',
    			           'products_dim_type' => '',
    change that to:
    Code:
                           //added Canada Post start
    			           'products_weight_type' => SYSTEM_WEIGHT_UNITS,
    			           'products_dim_type' => SYSTEM_DIMENSION_UNITS,
    .

    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.

  3. #3
    Join Date
    Mar 2010
    Posts
    7
    Plugin Contributions
    0

    help question Re: Canada Post module

    Hi i've been using Zen Cart for a while now, installed a few mods, etc. I'm up to date on the ZC version 1.3.9 but i've just installed the Canada Post module and for some reason i'm getting "Error 110: Cannot connect to server" from sellonline. I thought it was a firewall issue but i've never encountered this issue with any other program i've run.

    Could there be another issue going on?

    Thank you,

    Louise
    http://www.soap-gallery.com

    p.s. i've had to resort to using a table :/

  4. #4
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Hello dashmoo,

    Please make sure that your host open port 30000 bi-directionally (inbound and outbound traffic).
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

  5. #5
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: Canada Post module

    Hello dashmoo,

    The website in my signature is Version 1.3.9c and using Canada Post Module.
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

 

 

Similar Threads

  1. Canada Post Module (w/Beanstream payment module)
    By sgt_slaughter in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Sep 2009, 07:48 PM

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