Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 54
  1. #11
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    Issue is solved, thanks to the keen eye of bitsmith2k.
    I've updated the code for the download, along with a few added features, such as maximum weight.
    Still working on removing the Nusoap libraries.

    But it is a working module!!!

    Thanks Bitsmith2k

    Lux

  2. #12
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: module works, but won't continue to page 2

    Glad you got it sorted out! Yes, xmlentity-encoding can throw wrinkles into things sometimes. That certainly explains why the quote() results weren't able to match up with customer-selections.

    Are you going to post your module to the Addons area?
    .

    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. #13
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    Very good timing
    Yes, I will be posting it. It's available for users to test right now, and I'm just finishing up some changes to it. First, removing excess code, and 2nd, removing the need for extra libraries.
    Then, I will test it with a stock installation and post it to the Addons.
    Thanks for the feedback of those that have tested it and notified me.

    Lux

  4. #14
    Join Date
    Feb 2011
    Posts
    40
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    It's now June... any progress on this module? I would love to add it to my website as a shipping option.

  5. #15
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    The module as posted is working, just use the download link in my post. I haven't posted it to the add-ons yet because I still haven't removed the excess code. I also wanted some feedback from people that are using it to see that it works.
    This could be you
    Download it, install, try it out. It's been working on my site for many months.
    If you have any problems at all, let me know.
    When I get a few moments, I will clean out the unnecessary code and upload it. Sorry for the slow pace, but, as many of us here, this is not my paying job, so it gets done when it gets done.
    I was also kinda expecting an update in zencart to spoil my code, since around the time I was working on it we went through all the updates with the 1.39a-h, but things seem to have settled until the 1.5 update.

    You can PM me if there's any issues. and I will fix them and post changes.

  6. #16
    Join Date
    Feb 2011
    Posts
    40
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    Thanks for the quick reply. Just a couple questions on the setup.

    What is "Enter Your Purolator Production Key"?

    Would that be my Purolator Username?

    I've been trying that but I get:
    Purolator e-Ship
    An unknown error occured with the Purolator shipping calculations.
    Please Correct this information in your profile, or contact the Island Rain Natural Soap via Email.

  7. #17
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    You need to contact Purolator and set up your account with them.

    https://eship.purolator.com/SITE/en/...bservices.aspx

    They will give you a production key, and password. This will give you access to the eship server. That, along with your account number will let you get quotes.

    Having an account with Purolator and having access to E-ship are separate. This is a good point, I will add this to the documentation so it's more clear. Thanks for your feedback. Let me know once it's working and you're happy.

    Lux

  8. #18
    Join Date
    Feb 2011
    Posts
    40
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    Quote Originally Posted by Luxifer View Post
    You need to contact Purolator and set up your account with them.

    https://eship.purolator.com/SITE/en/...bservices.aspx

    They will give you a production key, and password. This will give you access to the eship server. That, along with your account number will let you get quotes.

    Having an account with Purolator and having access to E-ship are separate. This is a good point, I will add this to the documentation so it's more clear. Thanks for your feedback. Let me know once it's working and you're happy.

    Lux
    Ahhhhh ok, yah I have an account set up but didn't realize there was a difference.

    Thanks.

  9. #19
    Join Date
    Feb 2011
    Posts
    40
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    Ok, got that set up, just waiting on a rep to confirm.

    In the mean time, can I remove the text "Purolator e-Ship" from in front of the Purolator logo? If so how?

    I've tried a couple of things but either nothing changed, the page wouldn't load or I got a blank line in the admin shipping module but nothing changed in the checkout area.

  10. #20
    Join Date
    Feb 2011
    Posts
    40
    Plugin Contributions
    0

    Default Re: module works, but won't continue to page 2

    Alright figured it out for the moment. We'll see once Purolator confirms whatever it is they need to confirm but so far it appears to work.

    To remove the text before the logo, I created a new define for the title so I could change (remove) the checkout text without changing the text for the shipping module in the admin area.

    Should be noted that the define cannot be blank '' meaning nothing in between the single quotes. When I tried that the Purolator shipping option just disappeared from the checkout page. I then tried a dot '.' between the quotes and that worked. Then I tried a space ' ' and that seems to do the trick.

    Here's my define:
    define('MODULE_SHIPPING_PUROLATOR_TEXT_E_TITLE', ' ');

    What I changed in module:
    $this->quotes = array('module' => $this->etitle , 'error' => $errmsg);
    }
    if (zen_not_null($this->icon))
    $this->quotes['icon'] = zen_image($this->icon, $this->etitle);

    Not sure about that second etitle change but I'll see what happens when I can get rid of the error msg.
    Last edited by Danger; 8 Jun 2011 at 02:49 AM.

 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Canada post Module won't allow large pieces
    By RobertG in forum Addon Shipping Modules
    Replies: 1
    Last Post: 16 Mar 2012, 08:17 AM
  2. Custom Payment module won't redirect to "checkout success" page
    By eurorage in forum Addon Payment Modules
    Replies: 2
    Last Post: 5 Feb 2011, 08:14 PM
  3. Purolator Module
    By eluke in forum Addon Shipping Modules
    Replies: 7
    Last Post: 29 Oct 2009, 01:33 AM
  4. Blank Page when continue checkout - paypal module
    By scottwww1 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 2 Oct 2009, 05:15 AM
  5. Cart won't allow checkout
    By jaredbbauer in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Jul 2007, 05:30 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR