Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Hi @karinapremio, yes, an automatic code that will expire in X time from the time it is issued, and thank you, please notify us when this feature is available.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks Kuzman,

    I added the code and it fixed the issue.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks. I have amended that code slightly to only hide the slide out drawer on the home page – which is a workaround whilst I try to figure out why the cart slide out content does not load on the home page, but does load on all other pages.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    @bsfherman its further investigation, the cart functions correctly on pages other than the Home Screen when it has an item in the cart. However, when the cart is empty, it loads the blank page with no content for the cart when clicked from all pages.

    In the theme customiser, I see an option to open the cart page on desktop, but this option is not available for mobile? Is there a hook I could use to change this behaviour for mobile?

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Hi @bsfherman , thanks for the reply. My host uses a litespeed server, and pretty sure they have caching. However, I have logged into cpanel and flushed the Litespeed cache, and the issue still persists.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks. I ended up using the standard Add to Cart widget, which provides this information. I do have another question – the WL:Universal Product widget is showing hidden products. I noticed that a similar question was asked 1 year and 7 months ago and you said it would be fixed up in the next release – was this ever completed? I don’t want hidden products to be shown.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks for the comprehensive reply. When I first checked, the webp versions were not being served. But checking again now, I can see they are now being served.

    A couple of questions:

    • I am using WP Rocket to preload the cache and speed up the site using other features. Will this cause any issues with serving webp images?
    • Pagespeed feedback for mobile is still reporting long load times, and saying to use next gen image formats like webp. Is this because the tool does not work with my setup? (The page speed report seems at odd with my experience if I load the site on my mobile – it’s definitely not slow) – Pagespeed images linked below

    View post on imgur.com

    View post on imgur.com

    Pagespeed also tends to jump around a lot. Earlier tonight, it was giving a score of 80 for mobile.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    The issue is solved. I’m not sure if it was due to removing the plugin Variation Swatches, or clearing the cache of our caching plugin.

    I did have to add the code to increase the Ajax variation threshold though for it to work.

    function inc_wc_ajax_variation_threshold( $qty, $product ) {
    return 300;
    }
    add_filter( ‘woocommerce_ajax_variation_threshold’, ‘inc_wc_ajax_variation_threshold’, 10, 2 );

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks. I’ll give this a go. Will report back soon.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    I’ve just changed weight to 1.5kgs, but no luck. I also forgot to say I have A2 Satchel (5kg) setup in the plugin settings, but that doesn’t show either. I have Aus Post options set up fine, and the Fastway Large Box will work if I add that.

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks for the quick reply Rod. I reduced weight and the tare weight as well, but still no luck. With debugging on, below is the return from the server. It doesn’t return the medium box. (Ignore the weights/dimensions below – I reset them to my real values are making them small and low to test if that was the issue). I also tried changing the delivery suburb/postcode, but no luck.

    SimpleXMLElement Object
    (
    [quote] => Array
    (
    [0] => SimpleXMLElement Object
    (
    [id] => RPP
    [carrier] => Australia Post
    [description] => Parcel up to 7 Kgs cubic weight
    [cost] => 10.40
    [days] => Wed 6th of Sep
    )

    [1] => SimpleXMLElement Object
    (
    [id] => FWLblue
    [carrier] => Fastway
    [description] => Label (BROWN/BLACK/BLUE/YELLOW)
    [cost] => 10.95
    [days] => Wed 6th of Sep
    )

    [2] => SimpleXMLElement Object
    (
    [id] => FWLblack
    [carrier] => Fastway
    [description] => Label (BROWN/BLACK/BLUE/YELLOW)
    [cost] => 10.95
    [days] => Wed 6th of Sep
    )

    [3] => SimpleXMLElement Object
    (
    [id] => FWLbrown
    [carrier] => Fastway
    [description] => Label (BROWN/BLACK/BLUE/YELLOW)
    [cost] => 10.95
    [days] => Wed 6th of Sep
    )

    [4] => SimpleXMLElement Object
    (
    [id] => FWLyellow
    [carrier] => Fastway
    [description] => Label (BROWN/BLACK/BLUE/YELLOW)
    [cost] => 10.95
    [days] => Wed 6th of Sep
    )

    [5] => SimpleXMLElement Object
    (
    [id] => REG
    [carrier] => Australia Post
    [description] => Parcel +Signature up to 7 Kgs cubic weight
    [cost] => 13.35
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => Thu 7th of Sep
    )

    [6] => SimpleXMLElement Object
    (
    [id] => EXP
    [carrier] => Australia Post
    [description] => Express Parcel
    [cost] => 14.40
    [days] => Wed 6th of Sep
    )

    [7] => SimpleXMLElement Object
    (
    [id] => RPPio
    [carrier] => Australia Post
    [description] => Insured Parcel up to 7 Kgs cubic weight
    [cost] => 14.90
    [insuranceIncl] => 4.50
    [days] => Thu 7th of Sep
    )

    [8] => SimpleXMLElement Object
    (
    [id] => PLT
    [carrier] => Australia Post
    [description] => Express Parcel +Signature
    [cost] => 17.35
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => Wed 6th of Sep
    )

    [9] => SimpleXMLElement Object
    (
    [id] => FWB3
    [carrier] => Fastway
    [description] => Large Box
    [cost] => 17.75
    [days] => Wed 6th of Sep
    )

    [10] => SimpleXMLElement Object
    (
    [id] => RPPi
    [carrier] => Australia Post
    [description] => Insured +Signature Parcel up to 7 Kgs cubic weight
    [cost] => 17.85
    [insuranceIncl] => 4.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => Thu 7th of Sep
    )

    [11] => SimpleXMLElement Object
    (
    [id] => PLTio
    [carrier] => Australia Post
    [description] => Insured Express Parcel +Signature
    [cost] => 21.85
    [insuranceIncl] => 4.50
    [days] => Wed 6th of Sep
    )

    [12] => SimpleXMLElement Object
    (
    [id] => PLTi
    [carrier] => Australia Post
    [description] => Insured Express Parcel +Signature
    [cost] => 21.85
    [insuranceIncl] => 4.50
    [otherfeeIncl] => 2.95
    [otherfeeName] => Signature
    [days] => Wed 6th of Sep
    )

    [13] => SimpleXMLElement Object
    (
    [id] => COD
    [carrier] => Australia Post
    [description] => Cash On Delivery
    [cost] => 23.45
    [otherfeeIncl] => 13.05
    [otherfeeName] => COD
    [days] => Thu 7th of Sep
    )

    )

    [information] => SimpleXMLElement Object
    (
    [servername] => svr1.ozpost.net
    [serverIP] => 68.66.193.122
    [serververs] => 15-Aug-2017
    [timestamp] => Mon Sep 04, 2017 20:47 (SA Server Time)
    [requesttime] => 21:17 (VIC Store Time)
    [postdate] => Tue 5th of Sep
    [fastway_response_time] => 0.853
    [frompostcode] => 3152
    [fromsuburb] => WANTIRNA
    [destpostcode] => 3152
    [destsuburb] => KNOX CITY CENTRE
    [origstate] => VIC
    [calculated_parcel_weight_info] => 5.04kg (7kg cubic weight)
    [calculated_parcel_weight_kg] => 5.04
    [calculated_parcel_dims_cm] => 45.2 x 45.2 x 12.2 cm
    [insuredvalue] => 229.00
    [expires] => 57
    [expires_text] => Resort Style Bean Bags 3152 Expires in 57 days
    )

    [parcel_build] => Parcel Created by svr1 On Mon Sep 04, 2017 21:17 (Server Time)
    Number of Items in list : 1
    Number of Items in Parcel : 1
    Dimensions: 45.2 x 45.2 x 12.2 cm (Incl Tare dims of 2 x 2 x 2 mm)
    Weight :5.04kg = 4.8kg + 0.24kg (using tare of 5%)
    Parcel Value : $229

    ====== Parcel Build ======
    Item 1, Qty 1
    Item Value $229
    Item Weight 4.8kg
    Item Dimensions 45 x 45 x 12 (cm)
    ———————————-
    Items in Parcel :1
    Parcel Weight 4.8kg
    Parcel Dimensions:45 x 45 x 12 (cm)
    Parcel Contents Value $229
    ——————————————————————–

    )

    Forum: Plugins
    In reply to: [Xeroom] Invalid Product
    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    P.s I am using variable products in WooCommerce

    Thread Starter resortstylebeanbags

    (@resortstylebeanbags)

    Thanks for the quick reply Pete. I had put “10% (GST on Income)” in this field in the settings as our GST is 10%, and the name of the selection I make in an invoice is “GST on Income”. But it still gives me that error. My actual GST account in the Chart of Accounts in Xero is called “GST” – so perhaps I just use this?

    Sean

Viewing 13 replies - 1 through 13 (of 13 total)