nasocal
Forum Replies Created
-
Forum: Plugins
In reply to: [BLAZING Shipment Tracking] Courier Not Showing Up in order details drop downI tried the updated text last week and it still didn’t work. I seen above that you made the fix, so I went and updated the plugin today, and I still didn’t have any luck. I will try some other things soon.
Forum: Plugins
In reply to: [BLAZING Shipment Tracking] Courier Not Showing Up in order details drop downBelow is copy and pasted of 4 different variations I’ve tried.
[
{
“slug”: “usps”,
“name”: “USPS”,
}
][
{
“slug”: “canada-post”,
“name”: “Canada Post”,
“url”:
“https://www.canadapost.ca/cpotools/apps/track/personal/findByTrackNumber?
trackingNumber={tracking_number}&LOCALE=en”
},
{
“slug”: “fedex”,
“name”: “FedEx”,
“url”: “https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=
{tracking_number}”
},
{
“slug”: “usps”,
“name”: “USPS”,
“url”: “https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1={YOUR
TRACKING NUMBER}”
}
][
{
“slug”: “canada-post”,
“name”: “Canada Post”,
“url”:
“https://www.canadapost.ca/cpotools/apps/track/personal/findByTrackNumber?
trackingNumber={tracking_number}&LOCALE=en”
},
{
“slug”: “fedex”,
“name”: “FedEx”,
“url”: “https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=
{tracking_number}”
},
{
“slug”: “usps”,
“name”: “USPS”,
“url”: “https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=
{tracking_number}”
}
][
{
“slug”: “usps”,
“name”: “USPS”,
“url”: “https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=
{tracking_number}”
}
]Forum: Plugins
In reply to: [BLAZING Shipment Tracking] Courier Not Showing Up in order details drop downIve done multiple different variations of text, and saved multiple times. Also selected The button, and changed the other text. It still doesn’t show anything in the drop down. I was able to go into the database, I found options, I then browsed and found “bst_option_name” but it was just text. I couldn’t click on it, or see what it haved saved as settings. I’m not very familiar with entering the database though.