Magento 2 UPS fees not showing up in the sidebar - magento2

When I:
Add a product to the cart, then
click on the Cart icon
and select "view & edit cart"
and enter zip
the UPS fees don't show up the first time. I need to click [something] again in order for them to show up in the sidebar.
How can I make them show up the first time?

Related

How to make click to select a image file for further backend use

I am making a website of greeting cards.
And i am stuck on how to automatically select the card when clicked on it to select it and do further editing on next page.

Tableau - keeping a sheet static in dashboard

I have 4 sheets that are put up in the tableau dashboard.
Sheet 1: Total no. Of user IDs (population). Text
Sheet 2: total user ids based on selection in sheet 3 and sheet 4.
Sheet 3 & 4: Bar graph of user ids based on company and vendor. Both the sheets are "use as filter"
Sheet 1 has to be static in the dashboard whether we select any filter or when we select any bar on sheet 3 and 4.
Now the issue is when I select any bar on the sheet 3 and 4 both sheet 1 and 2 shows same count.
I have removed all filters from population sheet.
I tried to even ignore action in sheet1, it's still not working
What I want now is what ever the selection is , sheet 1 in the dashboard should be static. Please help.
Regards, Sajan
Try this;
Check the filters on all the sheets to see if they are set to filter the Data Source, set them, to your preferences.
If you can (watch out for sensitive data) upload your sheet to Tableau public, it'll be easier to find your bottleneck.
What's happening is called an automatically generated action. When you click "use as filter" on a sheet on your dashboard, you're creating an action that affects all other items on that dashboard. Go to the Dashboard, then click on the dashboard menu at the top of the screen, then click "Actions..."
You should see the filter that you created there. Select the action, then click "edit".
You should now see something similar to the below picture. What you need to do for each action (you should have two, one from each sheet that is being used as a filter) is uncheck the static sheet on the list of Target Sheets on the bottom half of the Edit Filter Action dialogue box.
This will prevent anything happening to the static sheet (in this case, "Count of Employee Transactions") when you click on the sheets being used as filters.

Add to cart for catalog ad on Facebook

I want to know if my understanding is right.
I want to run catalog ad on Facebook so I have installed the 3 event pixels (view content, add to cart, purchase)
But since there is no separate page for add to cart, I set up in a way that when user click on "add to cart" then, event code "add to cart" will be activated. (When on viewcontent page, I can see 4 pixels (pageview, viewcontent, addtocart, addtowishlist) but add to cart and purchase are shown as red. Then, When I clicked on cart button, After that, add to cart button becomes activated. (pixel helper) enter image description here
So I believe pixel have been installed correctly. But in my product feed Diagnostics in business manager, it shows as something like this.
Is there any way that I can fix the issue?
Thanks!

How to use MKBANNER in Automic UC4 job scheduler

Here are the instructions:
Begin in the main screen of Applications Manager by clicking the green arrow/play button on the top menu. This displays the Requests screen.
In the Requests screen search box enter mkbanner then click the Request button. This displays the Submit screen.
In the Submit screen click the Select button for a list of available jobs.
Next screen has two columns or list boxes. Scroll through the Unassigned list or enter the Banner job name in the search box. Highlight the job in the Unassigned list to select and click the blue right arrow button to move the job to the Assigned list box. Click OK.
You return to the Submit screen. It's not obvious that you have selected anything because your job name doesn't appear anywhere. It just displays a "Ref= number" in the Prompts box. Just click the Submit button now and you will hopefully see a message, "Job was Successfully submitted: Run ID = 99999". Click the Close button.
Now you should be back in the main screen of Applications Manager. After waiting a while, select the Jobs icon on the top menu. In the search box enter the name of the job you made. It is displayed in the list.
The answer is posted in the above instructions

A simple Checkout Button?

I am using the simple paypal-provided HTML buttons, with 'add to cart' buttons.
Does anyone know the simple code to send the user to the checkout page?
For instance, a user has added an item to their cart, then clicked on the continue shopping button, how do they return to this cart page and/or checkout page without adding another item?
Thanks!
When you create a standard shopping cart button with PayPal you get 2 code snippets back. One is for the cart button and the other is for a View Cart button. You would need to make sure and place the View Cart button somewhere on the page so that users can bring that back up without adding an item.