Page 23 of 36 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 360
  1. #221
    Join Date
    May 2005
    Location
    England
    Posts
    676
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Quote Originally Posted by brittainmark View Post
    I use 1.55f on my site and i cannot reproduce your issue. I had a quick look at your site and if I make any change to the shopping cart content the display shipping rates button seems to fail.

    Could you give me the specific product and I'll try to see if I can understand what is happening.
    Hello there, thanks for your reply. Yes I think there is some java script not fully configured on shopping cart page not making live updates to changed stock to reflect any postage change. It was with any product / product(s) around the £20 mark. So at the moment on a 19.50 spend it is stopping 1st class large letter with a £20 threshold. But dropping down to £18-ish it is okay for instance

    I thought maybe I should just check for any possible changed files that are relevant, plus since php alteration there has been a bit of weirdness with things now working and other things not as they used to. Didn't want to take your time, but maybe I could PM you if I rule out any php / code change issues? I am on php 7.x at the moment.

  2. #222
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Big Royal Mail 3.0

    Sorry for delay in replying. Been trying to get the rate for the price change (parcelforce impossible!). I have thought of somthing that I have change on my site and am putting into 3.3.5 release for php7 in each of the modules. The class constructor instead of being "function <MODULENAME>" is being replaced with "function __construct()"
    So For 1st Large letter
    PHP Code:
    class rm1stlargeletter {
        var 
    $code$title$description$enabled$num_zones ;


        
    // class constructor
        
    function rm1stlargeletter() 
    Is becoming
    PHP Code:
    class rm1stlargeletter {
        var 
    $code$title$description$enabled$num_zones ;


        
    // class constructor
        
    function __construct() { 
    Don't think its an issue just something that php 7 is changing.
    Was hoping to post changes tomorrow for new rates. Might do it even if I don't have all the Parcelforce rates.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  3. #223
    Join Date
    Dec 2014
    Location
    London
    Posts
    9
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    I have installed Big Royal Mail

    I need some help in trying to understand how to make a product 1st class small parcel signed for, it weighs 300g and should be £4.40

    When I add the product to my cart I get this postage option;

    Royal Mail 1st Class Signed For "Medium Parcel" (Great Britain and Northern Ireland only) £16.85

    When I checked royal mail, this is for a medium parcel weighing 5kg

    My parcel is 300g and its small parcel.

    Can you point me in the right direction please as I just cannot seem to get my head around it?

    If I get help with one I’m sure it will make me understand where I’m going wrong.

    my setting attribute are;
    Royal Mail 1st Class Signed For "Small Parcel" ver. 3.3.4

    Enable this shipping option
    True

    Hide Invalid Shipping
    True

    Attribute Exact Match
    False

    Tax Class
    none

    Sort Order
    140

    Minimum Order Value
    0.00

    Maximum Order Value
    30.00

    Shipping rates to GB & Northern Ireland
    Example: 0.1:1.14 means weights less than or equal to 0.1 Kg would cost £1.14.
    1:4.4, 2:6.5

    Handling Fee
    0

    I added Small Parcel attribute to my product

    Also, am I correct to enter the Products Shipping Weight when I create a new product, in the box at the bottom of that page?

    I read somewhere that I need to change Admin - configuration - Shipping/Packaging - Package Tare Small to Medium - added percentage: weight, it's currently set at 0:3

    I tried changing this to 0 which seemed to work for 1st class small signed for but not for international postage. they went to high. Plus if I add 2 of the same items to my basket no postage showed up.

    sorry for all the questions! I’m just trying to get my head around how it works.

  4. #224
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Big Royal Mail 3.0

    As i said in post #212 https://www.zen-cart.com/showthread....27#post1342027 I use 0:0.05 which adds 50g or .05kg.
    I would not use attribute posting to start with. You only need this if you want to force items to be posted by a specific method or minimum method.
    When in the shopping cart you should see the total weight of the shopping basket. Something like this
    HTML Code:
    Total Items: 1  Weight: 0.015Kg  Amount: £10.00
    If the weight is not displayed as 0.3kg then look again at admin>configuration>shipping/packing>
    • Enter the Maximum Package Weight you will ship
    • Package Tare Small to Medium - added percentage:weight
    • Larger packages - added packaging percentage:weight

    Larger packages is any sale greater than the maximum weight.

    If that does not work let me know your website if you have a version accessible on the internet.

    P.S. I have just released 3.3.5 and when I can get parcelforce to give me the correct rates I will release 3.3.6.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  5. #225
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Big Royal Mail 3.0

    Just looked again. The additional weight is not added until checkout. So if it looks ok in shopping cart but not in checkout then issue probably with adding weight.

    As for shipping weight it is added in the Products Shipping Weight: field and should be in Kg.
    Last edited by brittainmark; 27 Mar 2018 at 11:36 PM.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  6. #226
    Join Date
    Dec 2014
    Location
    London
    Posts
    9
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Ive added the weight as it's now showing in the cart as 0.3kg

    however it's saying;
    Sorry, we are not shipping to your region at this time.

    i'll pm you my site link

  7. #227
    Join Date
    Dec 2014
    Location
    London
    Posts
    9
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    I've just realised that the tital of my shipping modules page has changed from;

    admin - modules - shipping - Shipping Modules

    it now says
    admin - modules - shipping - Flexible Footer Menu

    I've attached a screen shot.

    Is this normal.
    Name:  Untitled-1.jpg
Views: 256
Size:  58.3 KB

  8. #228
    Join Date
    Dec 2014
    Location
    London
    Posts
    9
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    I thought I had this sussed today as my postage all seemed to be ok but I later realised that the product I was testing had an attribute Minimum Delivery Method set to: Small Parcel so it was showing the correct postage for my item which was 1st class signed for 300g small parcel £4.45

    I’m happy to add the attribute to every item if I must but I’d rather get the settings right now rather than have trouble in the future.

    Royal Mail 1st Class Signed for Letter seems to work ok

    Total Items: 1 Weight: 0.051kg Amount: £0.50
    Postage £1.77

    But for some reason small parcel will not work for
    UK (This shipping method cannot be used for this order)
    Australia (This shipping method cannot be used for this order)

    These countries seem to be working ok;
    Austria
    USA
    Canada
    Germany
    Netherlands
    Spain
    France
    Italy
    Ireland
    Sweden

    Here’s my test products;
    http://making-it-personal.co.uk/inde...products_id=26

    This one has an attribute Minimum Delivery Method set to: Small Parcel
    http://making-it-personal.co.uk/inde...products_id=23

    This one is Royal Mail 1st Class Signed For "Letter"
    http://making-it-personal.co.uk/inde...products_id=24



    I’ve set ‘Hide Invalid Shipping to False’ just until I get the settings right.



    Also the title of my shipping modules page has changed from;

    admin - modules - shipping - Shipping Modules
    it now says
    admin - modules - shipping - Flexible Footer Menu

    my settings

    Royal Mail 1st Class Signed For "Small Parcel" ver. 3.3.5
    Royal Mail 1st Class Signed For "Small Parcel" Rates. Weights in kg. Rates valid until 2019-03-25

    Royal Mail Rates Expiry Date
    2019-03-25

    Enable this shipping option
    True

    Hide Invalid Shipping
    False

    Attribute Exact Match
    True

    Tax Class
    --none--

    Sort Order
    140

    Minimum Order Value
    0.00

    Maximum Order Value
    -1

    Shipping rates to GB & Northern Ireland
    1:4.45, 2:6.5

    Handling Fee
    0.00

    my settings

    Shipping/Packaging
    Enter the Maximum Package Weight you will ship 2
    Package Tare Small to Medium - added percentage:weight 0:0
    Larger packages - added packaging percentage:weight 0:0

    It's almost been a month since i first download and install this mod and i have been trying my hardest to find the answer but i'm not a natural and it has me beat

    So it seams that it's just the UK and Australia that's not working, can anybody help me see the light lol

  9. #229
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Big Royal Mail 3.0

    Can you try setting "Attribute Exact Match" to false on 1st signed for small parcel.

    Could you also check that your country codes are set up in upper-case for uk and Australia.
    Goto ADMIN>Locatopns / Taxes>Countries
    scroll down until you find Australia and click on the entry It should look something like this
    Name: Australia
    ISO Code (2): AU
    ISO Code (3): AUS
    Address Format: 7
    Status (Active for shipping?): Yes

    Similarly for United kingdom (on default its about page 12)
    Name: United Kingdom
    ISO Code (2): GB
    ISO Code (3): GBR
    Address Format: 6
    Status (Active for shipping?): Yes

    The Flexible footer could be an issue with your language files. Check /"Your_Site"/"Your_admin"/includes/languages/english/modules.php file that it is
    PHP Code:
    define('HEADING_TITLE_MODULES_SHIPPING''Shipping Modules'); 
    And not
    PHP Code:
    define('HEADING_TITLE_MODULES_SHIPPING''Flexible Footer Menu'); 
    Can you use PHPmyAdmin to look at the database?
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  10. #230
    Join Date
    Dec 2014
    Location
    London
    Posts
    9
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Quote Originally Posted by brittainmark View Post
    Can you try setting "Attribute Exact Match" to false on 1st signed for small parcel.

    Could you also check that your country codes are set up in upper-case for uk and Australia.
    Goto ADMIN>Locatopns / Taxes>Countries
    scroll down until you find Australia and click on the entry It should look something like this
    Name: Australia
    ISO Code (2): AU
    ISO Code (3): AUS
    Address Format: 7
    Status (Active for shipping?): Yes

    Similarly for United kingdom (on default its about page 12)
    Name: United Kingdom
    ISO Code (2): GB
    ISO Code (3): GBR
    Address Format: 6
    Status (Active for shipping?): Yes

    The Flexible footer could be an issue with your language files. Check /"Your_Site"/"Your_admin"/includes/languages/english/modules.php file that it is
    PHP Code:
    define('HEADING_TITLE_MODULES_SHIPPING''Shipping Modules'); 
    And not
    PHP Code:
    define('HEADING_TITLE_MODULES_SHIPPING''Flexible Footer Menu'); 
    Can you use PHPmyAdmin to look at the database?
    I’ve changed "Attribute Exact Match" to false on 1st signed for small parcel.

    country codes are;

    Name: Australia
    ISO Code (2): AU
    ISO Code (3): AUS
    Address Format: 1
    I DON’T HAVE THIS - Status (Active for shipping?): Yes

    THE ADDRESS FORMAT FOR AUSTRALIA IS ON 1, IT HAS OPTIONS OF 1-6, SHOULD I CAHANGE IT TO 6?

    Name: United Kingdom
    ISO Code (2): GB
    ISO Code (3): GBR
    Address Format: 6
    I DON’T HAVE THIS - Status (Active for shipping?): Yes

    I checked The language file. /"Your_Site"/"Your_admin"/includes/languages/english/modules.php this is whats there;
    define('HEADING_TITLE_MODULES_SHIPPING', 'Shipping Modules');

    Yes I can log into PHPmyAdmin database

 

 
Page 23 of 36 FirstFirst ... 13212223242533 ... LastLast

Similar Threads

  1. v154 Big / Basic Royal Mail??
    By Man from Mars in forum Addon Shipping Modules
    Replies: 1
    Last Post: 19 Apr 2016, 02:07 PM
  2. big royal mail module
    By Sushigal in forum Addon Shipping Modules
    Replies: 3
    Last Post: 25 Nov 2009, 04:58 PM
  3. Big Royal mail
    By ben harry in forum Addon Shipping Modules
    Replies: 2
    Last Post: 20 Jul 2008, 01:11 PM
  4. Big Royal Mail - Big Error - Shipping Abroad
    By bleazy in forum Addon Shipping Modules
    Replies: 0
    Last Post: 14 Jul 2008, 03:01 PM
  5. Warning: Big Royal Mail
    By Rookie gone MAD! in forum Addon Shipping Modules
    Replies: 2
    Last Post: 11 Sep 2007, 08:33 PM

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