How to add Fee to Selected Payment Methods in Magento 1.7 - magento

I have multiple payment methods in Magento 1.7.0.2
For some I would like to add an extra Fee for some of them.
How can I do that?
Ps: if there is a community based extension which may be extended or may even suffice would also be great, actually that would be life saver as of now.

I'm looking for a similar soution. I've just installed this extension to extend the shopping cart rules with fees. This should work. http://shop.etwebsolutions.com/eng/et-extrachargeforcartrules.html

Got here from Google and got the idea there were only paid solutions. If someone is still looking for this, this module is currently free and delivers:
http://www.magentocommerce.com/magento-connect/payment-method-charge.html

You can extend Shopping Cart Price Rules functionality by editing core files or writing extension with this idea (allow negative discounts for Shopping Cart rules).
There is a paid extension for it where some problems are solved that are not considered in article above.
You can also write extension that uses different idea - add your own total. But this is more complex.

Related

Magento 2.2 Configurable Product with Downloadable Option: Email doesn't include download links

I have a configurable product with a downloadable option. When I perform a test purchase of the downloadable product option, the confirmation email doesn't include a link to the download, but instead just shows which option was selected.
Does anyone know how I can setup Magento 2.2 to send out the necessary links? I'm learning more about the Magento platform, but there's still a lot I don't understand and I need some help getting pointed in the right direction.
Thanks!
EDIT: I'm prepared to write a custom module if that's what it takes.
Going to answer my own question. I wrote a module, which can be found here (in case anyone else can benefit from it): https://github.com/crankycyclops/Crankycyclops_ConfigurableProduct

Off-canvas mini cart for Magento, please suggest

I have a magento site from client required a mini cart. I do follow this tutorial but not success yet http://www.demacmedia.com/magento-commerce/magento-tutorials/mobile-off-canvas-mini-cart-2/
Please suggest me an extension, any free module as good.
I have found an extension with Off-canvas mini cart, Off-canvas Checkout, One step checkout.. All in one package
But it is not free :( (search with keyword Fancy Checkout)
Btw, Can you please post your custom module or reference code here, I would like to looking for same thing but free too.
Also let me know if you have solved your problem to make it work.

How to Implement Rich snippet in magento Products?

I have magento 1.8 and I want to implement Price and Availablity Rich snippet for Magento Products,
on which file I can edit code so my price and Availability snippet will appear in Google?
The plugin suggested by #user2434 seems to be pretty good but it is paid/premium but will make your work much easier and faster. However if you want to go all your own free way, you have to hard-code your pages with rich snippet tags. To make it little easy, you can use third party rich snippet code generator tool like http://www.microdatagenerator.com/ and update your individual pages.

add dropdowns to magento

I would like to add dropdowns to the top navigation on a magento site, would this involve a plugin or is there built in functunality that could potentially do this already?
It is tough to say based on your details, but if you are looking for mostly css menus I believe many of the free themes that come with magento have drop-down menus. Also, there are several free and paid extensions that have slightly different functionality from the stock themes. Check them out by searching Magento Connect. One that I used before was ExplodedMenu (it also has a paid big brother, SuperMenu), but your requirements aren't really that clear, so it is tough to say.
If you are talking about select-box dropdowns, I am not so sure. You can certainly build your own extension, possibly starting with ExplodedMenu as a template.
Good luck. :)

Magento 1.4 extension development

HI
Magento introduced a new concept of widget in magento 1.4 , my question is whether to write a magento extension in magento 1.4 is useful or not
Thanks
Magento Extensions provide a variety of different features and enhancements to a Magento System.
Magento widgets prove a way for "less-technical-users" to add a Magento Blocks to a Magento CMS page.
So yes, writing an extension in 1.4 is still useful.
Magento widgets are easy to use. They are the features introduced in magento 1.4 and they can be added anywhere in the pages. Widgets also provide extensive functionalities to magento.
Think of a widget as another way to accomplish things in Magento. You can either make an extension or a widget. At the end of the day you will want to use the best tool for the job.
If you are looking to just add a small block of text to a page, then a widget is for you. If you need more functionality than that, an extension will probably suit you better.

Resources