Page 157 of 226 FirstFirst ... 57107147155156157158159167207 ... LastLast
Results 1,561 to 1,570 of 2252
  1. #1561
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: ozpost shipping module

    Hi Rod

    I have taken over a site that is using this module, thay apparently purchased a $90 subscription last year, they are updating their site and changing their domain name, i can't seem to find any licensing info, or how to transfer a subscription is there something i am missing?
    Webzings Design
    Semi retired from Web Design

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

    Default Re: ozpost shipping module

    Hang on

    Just looked in the new store and it says 51 days left

    as the store name and postcode are the same it should automatically pick up the subscription?
    Webzings Design
    Semi retired from Web Design

  3. #1563
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by nigelt74 View Post
    I have taken over a site that is using this module, thay apparently purchased a $90 subscription last year, they are updating their site and changing their domain name, i can't seem to find any licensing info, or how to transfer a subscription is there something i am missing?
    If/when subscription details need changing you'll need to send me an email with the relevant details (or use the contact form @ http://ozpost.net/ ) . However, in MANY cases I'll spot the connections before the store owner does and will 'silently' link the old and new store expirations. This is especially true if/when the Storename and/or postcode changes are 'obvious'.

    Quote Originally Posted by nigelt74 View Post
    Hang on
    Just looked in the new store and it says 51 days left

    as the store name and postcode are the same it should automatically pick up the subscription?
    Subscriptions are based on StoreName plus postcode (domain names and/or URL's are not used at all) so if these don't change the subscriptions won't change either.

    Without knowing the store you are referring to I can't comment whether the 51 days remaining is the result of the 'new' store having used 9 days of the trial, or whether it is a paid subscription with just 51 days left to go.

    I'll take a look to see if I can find anything to match the little info you have given (namely, any subs that expire in 51 days) and see if I can match those with other similar named stores sometime later today. IF I can find a match the expiration days will automatically appear for the 'new' store. If you don't see this change by tomorrow you'll need to provide the name of the store(s).

    Unless of course you beat me too it, and provide this info before I start hunting.

    Cheers
    Rod

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

    Default Re: ozpost shipping module

    Thanks Rob,
    The storeowners been in touch with you today, wasn't sure how much info to give as i had to check with the store owner first, it was more a case I'd been reading the faqs and thought it should work, but it seemed to easy (storename and postcode staying the same), I thought there must be something else I was missing, classic case of over thinking it, I am not used to licensing being simple and sensible.

    Cheers
    Webzings Design
    Semi retired from Web Design

  5. #1565
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    Like all good shipping modules, the ozpost module makes use of and honors the $this-enabled variable.
    Hi Rod

    Are the auto-updates of version 3 likely to overwrite the $this-enabled variable?

    Just for the record, immediately after

    Code:
    $this->enabled = ((MODULE_SHIPPING_OZPOST_STATUS == 'True') ? true : false);
    or Line 86 of includes\modules\shipping\ozpost.php, I inserted the following chunk of code:

    Code:
    // disable only when entire cart is free shipping
    //    if (zen_get_shipping_enabled($this->code))  $this->enabled = ((MODULE_SHIPPING_OZPOST_STATUS == 'True') ? true : false);
    
    // bof disable for categories in cart
        if (IS_ADMIN_FLAG == false) {
          if (($_SESSION['cart']->in_cart_check('master_categories_id','4') > 0) ||
              ($_SESSION['cart']->in_cart_check('master_categories_id','5') > 0) ||
              ($_SESSION['cart']->in_cart_check('master_categories_id','6') > 0))
    		  {
              $this->enabled = false;
    		  }
    		}
    /* eof disable for categories in cart*/
    Is the free shipping part of the inserted code required?

    Thanks

  6. #1566
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping module

    Quote Originally Posted by dw08gm View Post
    Are the auto-updates of version 3 likely to overwrite the $this-enabled variable?
    The updates will backup your original/modified file and replace it with the latest version. You will need to re-apply any changes you have made.
    Quote Originally Posted by dw08gm View Post
    Is the free shipping part of the inserted code required?
    If you offer free shipping on any of your products then yes, this is required to prevent shipping quotes from being needlessly displayed for said items.

    Cheers
    Rod

  7. #1567
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default ozpost shipping subscription fee

    Hi Rod/All,

    I have recently installed Zen Cart and in the process of setting up my online store (in Aus). I have a domain which I use for testing and another domain (currently under construction) which will be the online store.

    I would like to ask you the following:

    How much is the ozpost module subscription? Is it payable monthly or annually?

    In my case I would like to test the module first (testing domain) before installing it and fully subscribing in the live environment (online store).

    Can you please let me know if I could install it on the test domain and subscibe for a month, before installing and fully subscribing on the live website (online shop) and how to go about it?

    And also, can you please send me the link where i can download the latest ozpost module?

    Many thanks in advance

    Pete

  8. #1568
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ozpost shipping subscription fee

    Quote Originally Posted by Pete011 View Post
    I have a domain which I use for testing and another domain (currently under construction) which will be the online store.

    I would like to ask you the following:

    How much is the ozpost module subscription? Is it payable monthly or annually?
    Between $5-$10pm, depending on the length of the subscription. (1mnth - 3years)

    Quote Originally Posted by Pete011 View Post
    Can you please let me know if I could install it on the test domain and subscibe for a month, before installing and fully subscribing on the live website (online shop) and how to go about it?
    There is an automatic 60 day free subscription that starts from the first day the server sees a new store. There is no distinction made between a 'test' site and a 'live' site.

    Quote Originally Posted by Pete011 View Post
    And also, can you please send me the link where i can download the latest ozpost module?
    http://www.zen-cart.com/index.php?ma...oducts_id=1286

    Cheers
    Rod.

  9. #1569
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Thanks heaps for your promt reply. Really appreciate it.

  10. #1570
    Join Date
    Feb 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    hello,
    im a real rookie at this but we have managed to get everything else like eway etc working on our site. this is our last hurdle. quite simply, regardless of the weight or size of the product it come up with $0.00. I enabled debugging and it came back with this so im assuming it is talking to the server.

    what stupid thing am i doing wrong?

    heres a couple of screen shots too if thats any help
    http://www.donohues.com.au/images/sshot.png
    http://www.donohues.com.au/images/sshot2.png


    <?xml version='1.0' encoding='ISO-8859-1'?><quotes>
    <quote><id>RPP</id><cost>19.15</cost><days>Mon 25th of Jul</days><description>Parcel up to 12 Kgs cubic weight</description></quote><quote><id>REG</id><cost>22.20</cost><days>Tue 26th of Jul</days><description>Registered Parcel up to 12 Kgs cubic weight</description></quote><quote><id>COD</id><cost>30.45</cost><days>Tue 26th of Jul</days><description>Cash On Delivery </description></quote><quote><id>EXP</id><cost>79.25</cost><days>Mon 25th of Jul (Outside Express network - fastest possible delivery)</days><description>Express Parcel up to 12 Kgs cubic weight</description></quote><quote><id>PLT</id><cost>84.45</cost><days>Mon 25th of Jul (Outside Express network - fastest possible delivery)</days><description>Platinum Parcel up to 12 Kgs cubic weight</description></quote><information>
    <servername>svr1.ozpost.net</servername>
    <serverIP>74.55.148.130</serverIP>
    <timestamp>Tue Jul 19, 2011 12:46 (SA Server Time)</timestamp>
    <requesttime>13:16 (QLD Store Time)</requesttime>
    <postdate>Wed 20th of Jul</postdate>
    <insurance>0.00</insurance>
    <egoinsurance>0.00</egoinsurance>
    <registration>3.05</registration>
    <fromsuburb>HERMIT PARK</fromsuburb>
    <destsuburb>ANNANDALE</destsuburb>
    <expires>59</expires>
    </information>
    </quotes>

 

 

Similar Threads

  1. v151 Product dimensions revert to 0 - using ozpost module
    By mpforum in forum General Questions
    Replies: 8
    Last Post: 18 Apr 2014, 09:49 AM
  2. Ozpost and module help
    By janelle in forum Addon Shipping Modules
    Replies: 2
    Last Post: 15 Jun 2012, 09:19 AM
  3. Ozpost Combine shipping !! Possible ?
    By toytemple in forum Addon Shipping Modules
    Replies: 7
    Last Post: 21 Jan 2010, 02:22 PM
  4. ozpost module problems
    By hspark in forum Addon Shipping Modules
    Replies: 19
    Last Post: 7 Dec 2009, 12:44 PM
  5. store pick-ip in ozpost shipping module
    By lazerweb in forum Addon Shipping Modules
    Replies: 2
    Last Post: 29 Jul 2008, 05:04 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