Tax in Cart/Checkout Totals not expandable - magento-1.9

I have been searching the net and especially here for this issue for hours now.
My Totals in the Cart/Checkout show a Tax.Line, but it's only labelled as "Tax". I know there is a setting to get it as "expandable" (with a + in front). Although I have in the settings the "show complete" option enabled, it still does not show any details.
I am especially looking to see the tax rate (%) there. As it is for different countries, it should be automatically, not a hard hack.
Oh, the Tax gets calculated correctly for every country. Just not shown /labelled correctly.
Any idea would be helpful!

After applying the Tax, delete Cache from the Magento admin and Reindex the data from the Magento admin.
If you want to display the full Tax Summary on the Cart Page Navigate to the System > Configuration > Click on the Tax under the Sales Tab Left sidebar Now click on the Shopping Cart Display Settings and Display Full Tax Summary : Yes Now you will see the full Tax Summary on the Cart page.
You can select other options from here.
Hope it helps,
Thanks

Related

How can I get dynamic html from a webpage?

I'm trying to grab the inventory levles of a TB product example:
https://item.taobao.com/item.htm?id=635344161697
It normally doesn't show unless I click the increase quantity button.
Also would this be transferrable onto the international URL? https://world.taobao.com/item/640409581110.htm
Tried looking into network requests but not too familiar with it and couldn't find anything

unable to create add cart button in magento in product listing page for configurable product

I have many products in my store (Magento). But in the list page configurable products are not adding to Cart. Googled lot and dig the code but no luck. Anyone can help me please?
Configurable product is not allowed for add to cart without selecting configurable options. You have to go to product detail page and select
option and add to card.
If you want to add configurable product from list page, then you have to
develop or integrate 'quick view' feature. Here, you will get
configurable options on popup and select and add to cart.

How do I pass the quantities and prices of individual items to PayPal?

I'm currently taking a beginner's web design class. I wanted to expand upon a project we just did where we designed a site for a store and build a simple shopping cart using HTML and CSS and using PayPal to check out using a Sandbox account. I've already created a business Sandbox account and built the cart table with a list of items for purchase and number input forms for users to enter the quantity. My question is, how do I pass the individual quantities of the items and prices to the paypal cart?
Check the shopping cart items section of the variables reference. You'll notice fields that have a 'x' on the end of them. Those would be 1,2,3,etc. for each individual item.
The 2nd method on that page should help you setting that up : https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside

Magento M2ePro Ebay / Wrong counting inactive items

I have an issue with m2epro. There's a wrong counting for inactive items.
I don't have this item in listing! Listing counting 20 items, but if I see in "detailed listing" there are 19. I'm not able to see the active items.
Where I'm wrong?
This is the link to screenshot
Thanks in advance!
I am not sure why this happens, but to work around it. From the listings page, click on manage from the action dropdown list. This will show you the inactive listings. I hope this helps

Weird site problem with back button

We have a site with a credit card entry form.
The user will enter their information and click submit. This then goes to a thank you page.
On a ThinkPad laptop running IE 8: If the user clicks the back button (from the thank you page) then it takes them back to the credit card entry. However, the fields for Name on card, card number and the first line of the address are not there. (ignore for a moment that the page shouldn't be cached..) I have other machines running IE 8 and 9 that do not exhibit this behavior.
I don't mean that they are empty. I mean the input fields are flat not there. The expiration date, city, state and zip input boxes are there. Just not those listed above.
Any ideas on what could possibly do this? The fields themselves are always visible and there is absolutely zero code to hide them.
My client says that it happens on other forms in their site as well. The main site is a joomla application that uses an iFrame to show the forms from my app.
I have no idea on where to even start with this one.
Yes, we need a link to troubleshoot. All I can say is likely to be some conflicting css hiding it. Use the element inspector and take a look at all the properties on the fields.