Magento display shipping costs in cart - php

Is it possible to display the shipping costs in the cart?
Like this:
Click here for an example!
Regards,
Fluxxi

If Magento can calculate it, then it can show it. For Magento to calculate shipping, it needs to know the shipping address and shipping method. I was also looking into this recently and found this. It didn't work for me because we use custom shipping methods that are very different from the Magento ones, but it might work for you.

This is a flat rate for shipping and handling, it is a standard magento feature you can set up in the shipping settings.

Related

Magento IWD Onepage checkout - set default shipping method

by default magento ( and this module ) show the shipping methods available only after the shipping form is filled..
but I need to show the methods on page load, before shipping infos.
Is this possible? How?
I have try so many code, but i can't implement this.
Last one, but i don't know where to put this.
$shippingAddress = $this->getQuote()->getShippingAddress();
$shippingAddress->setCountryId('UK')->setShippingMethod('matrixrate_matrixrate')-save();
I don't think it's possible to get all the shipping methods before filling in the shipping details.
In theory the shipping methods depend on the shipping details.
So even if you all the shipping methods you will get wrong prices.
And this is bad for business.
If the customer sees for example at first: Some shipping method: 5$, then he fills in his shipping address and sees: Some shipping method: 15$ there is a big chance he will stop the checkout.
But I wrote this answer so I can recommend you not to use the IWD checkout extension. Here is why.
To summarize what I answered for that question:
the extension sends your data to their servers.
if their server is offline, your checkout will probably stop working.

Opencart, disable shipping for some products

I have OpenCart v.1.5.6.1 and I would like to disable the shipping step in checkout when the user buys some products. In the past there was a flag requires shipping in the Data tab of the product. Now I can't see it.
I've also made a research and still I can't find suggestions.
Do you know how to do this?
I found a plugin that does just that. Is called "free shipping".
Probably the functionality was removed from the core.

Woocommerce show shipping methods in checkout page?

I am using woocommerce plugin for wordpress. Everything in woocommerce is fine. Only in one thing where I am totally strucked. In checkout page I want to show all the shipping methods in list format. Here with I have attached the screenshot for the shipping method that I want. I have gone through many settings but I am not getting the result. So any help and suggestions will be really appreciable. Thanks
In your wordpress Backend Go to
WooCommerce -> Settings -> Shipping
You will see list of all shipping methods like this
Activte and configured all shipping methods, And for for some shipping methods, Your product must have dimensions like "Weight,Length,Width,Height" In order to calculate shipping charge.
Hope, It will help you!
i tried some more setting on "shipping options' page and works for me finally.
Enable the shipping calculator on the cart page > disable
Hide shipping costs until an address is entered > disable
most important, make sure u test ur cart/ checkout page on different computer (guest)
You first have to create Shipping zones and add shipping method specific to those zones. Now as soon as you enter the address on the checkout page, WooCommerce searches for that address in all the zones and if matched display all the shipping assigned to that zone.
This Worked for me:
Under WooCommerce/Settings/Shipping zones clear the 'Zone regions' then under shipping options/ Calculations uncheck both:
"Enable the shipping calculator on the cart page"
and
"Hide shipping costs until an address is entered"
The plugin
"Shipping Method Display Style for WooCommerce" by "Thedotstore" may be handy.

Adding discounts to shipping in magento

I was wondering if anyone here has ever added an automatic discount to a shipping method in magento before. FedEx is the only company I ship with, but I have 3 different methods of FedEx. I want to add a discount to 2 of the 3 methods, and display these discounts at the method selection screen automatically at checkout(to make it seem like they are getting a deal with the higher priority shipping I suppose?). I found which file displays the methods, but I don't think this is the file I need:
template/checkout/onepage/shipping_method.phtml
Does anyone know which file these are displayed in so that I can slash out the real price, and add the discounted price bellow it? I suppose I could change the shipping price by just subtracting from the variable price, correct?
I suggest this thread for adding custom discount price but its not related to any of shipping method price calculation, its might helpful, as its helped me well..
http://www.excellencemagentoblog.com/magento-add-fee-discount-order-total

Magento - Free shipping over a time period

We have a Magento Shop and the shipping settings are already set and everything works fine.
I would like to know if it is possible to set free shipping over a period without changing my shipping settings.
Example:
In May we would like to offer free shipping for all products.
But we dont want to change the shipping settings for this. Is this possible? Is there an extension for that oder is there a native solution from magento?
You can add a "Shopping Cart Price Rule" (in Magento admin under "Promotion"). There you can set a free shipping to "yes" and limit the price rule active period to whatever you like.

Categories