Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Roland

    (@rolandriddell)

    I was able to get it working by adding the button to the single event template (example below)

    <add-to-calendar-button
    name="<?php echo get_the_title( $post->ID ) ?>"
    startDate="<?php echo eo_get_the_start( 'Y-m-d' ); ?>"
    startTime="<?php echo eo_get_the_start( 'H:i' ); ?>"
    endTime="<?php echo eo_get_the_end( 'H:i' ); ?>"
    timeZone="America/Los_Angeles"
    location="World Wide Web"
    description="Check out the maybe easiest way to include Add to Calendar Buttons to your web projects:[br]→ [url]https://add-to-calendar-button.com/|Click here![/url]"
    options="'Apple','Google','iCal','Outlook.com','Microsoft 365','Microsoft Teams','Yahoo'"
    lightMode="bodyScheme"
    ></add-to-calendar-button>
    Thread Starter Roland

    (@rolandriddell)

    Thanks for letting me know, Oleksandr.

    Thread Starter Roland

    (@rolandriddell)

    Hi @aurangajeb,

    Thanks for getting back to me. I’m using:
    – Elementor 3.11.1
    – Elementor Pro 3.11.1
    – AIO SEO 4.3.1.1

    Thread Starter Roland

    (@rolandriddell)

    Yes, I added a second API key that has the Directions & Geocode APIs activated.

    Thread Starter Roland

    (@rolandriddell)

    Thanks for the quick reply. I enabled server mode. Here is the response I got when I entered the following address:

    Birger Jarlsgatan 76,
    Stockholm, 11420

    Request:

    Array
    (
        [address] => 11420
        [region] => se
    )

    Response:

    {
       "results" : [
          {
             "address_components" : [
                {
                   "long_name" : "11420",
                   "short_name" : "11420",
                   "types" : [ "postal_code" ]
                },
                {
                   "long_name" : "Jamaica",
                   "short_name" : "Jamaica",
                   "types" : [ "neighborhood", "political" ]
                },
                {
                   "long_name" : "Queens",
                   "short_name" : "Queens",
                   "types" : [ "political", "sublocality", "sublocality_level_1" ]
                },
                {
                   "long_name" : "Queens County",
                   "short_name" : "Queens County",
                   "types" : [ "administrative_area_level_2", "political" ]
                },
                {
                   "long_name" : "New York",
                   "short_name" : "NY",
                   "types" : [ "administrative_area_level_1", "political" ]
                },
                {
                   "long_name" : "United States",
                   "short_name" : "US",
                   "types" : [ "country", "political" ]
                }
             ],
             "formatted_address" : "Jamaica, NY 11420, USA",
             "geometry" : {
                "bounds" : {
                   "northeast" : {
                      "lat" : 40.687123,
                      "lng" : -73.80122010000001
                   },
                   "southwest" : {
                      "lat" : 40.662759,
                      "lng" : -73.8369809
                   }
                },
                "location" : {
                   "lat" : 40.6764003,
                   "lng" : -73.8124984
                },
                "location_type" : "APPROXIMATE",
                "viewport" : {
                   "northeast" : {
                      "lat" : 40.687123,
                      "lng" : -73.80122010000001
                   },
                   "southwest" : {
                      "lat" : 40.662759,
                      "lng" : -73.8369809
                   }
                }
             },
             "place_id" : "ChIJM5_k4z5nwokRtCH9xb1SXMc",
             "types" : [ "postal_code" ]
          }
       ],
       "status" : "OK"
    }

    The message, “There are no shipping options available. Please ensure that your address has been entered correctly, or contact us if you need any help” continues to be displayed.

    • This reply was modified 2 years, 10 months ago by Roland.
    Thread Starter Roland

    (@rolandriddell)

    Thank you for the info! Just to confirm, would this setting work if (based on this image: https://imgur.com/a/DqgiU0m) the address was in the $5 shipping zone (& not the free shipping zone), the customer would only see the $5 option and not the free shipping option, even though the $5 zone overlaps the free shipping zone. And if the address was in the $10 zone and not the $5 and free zones, only the $10 option would be shown (even though the $10 zone overlaps the $5 and free zones). Hope that makes sense.

    Thanks again!

    Thread Starter Roland

    (@rolandriddell)

    Thank you for your continued support with troubleshooting this issue. I have since updated WordPress and other plugins which has eliminated the issue. Unfortunately, I didn’t test and re-test after updating, so it’s still a mystery as to which plugin was the culprit…

    Thread Starter Roland

    (@rolandriddell)

    Hi Dan,

    Here they are: https://imgur.com/a/38I4lc1

    Cheers.

    Thread Starter Roland

    (@rolandriddell)

    Thank you for your help with this Dan.

    I have set up my shipping zones to be calculated based on the zip code: https://imgur.com/NwXJznj

    The shipping calculator had been working. I confirmed this by testing on the development version of the site. Info for testing on this version of the site is below:

    WordPress: v5.32
    WooCommerce: v3.80
    Weight Based Shipping: 5.3.2.2
    PHP: 7.3.8

    View post on imgur.com

    I’m testing it with the order:
    Item #1: .081kg, no shipping class, 1

    Total order weight: .081kg
    Order subtotal: $25
    Shipping destination: New Zealand, North Island, 4410

    I’m showing only the country and zip code fields for the shipping calculator fields.

    • This reply was modified 4 years, 11 months ago by Roland.
    Thread Starter Roland

    (@rolandriddell)

    Thanks Dan. Info below:

    WordPress: v5.32
    WooCommerce: v4.0
    Weight Based Shipping: 5.3.3.2
    PHP: 7.3.8

    View post on imgur.com

    I’m testing it with the order:
    Item #1: .081kg, no shipping class, 1

    Total order weight: .081kg
    Order subtotal: $25
    Shipping destination: New Zealand, North Island, 4410

    I expect to see (when entering my zip code in the shipping calculator on the cart page)
    — Urban North Island: $7

    I see instead:
    — No shipping options were found for 4410

    The correct shipping cost is applied on the checkout page.

    Forum: Plugins
    In reply to: [Share Article] Taxonomy
    Thread Starter Roland

    (@rolandriddell)

     

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