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.
Related
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
I am having a very strange issue with Magento.
I skinned the install for a client, and everything has been working fine. I used a pre-built theme for this skin, and made some minor changes - but none at all to the system, or core files of Magento.
The issue I am facing is that anything I go to www.siteexample.com/shop/category/view/id/9 for example, or it's Rewrite URL of www.siteexample.com/shirts.html - it redirects to the homepage, or gives me a 404.
Going directly to a product for example, works just fine.
Has anyone ever faced a similar issue? There is not much else I can offer. If there is a log that I can check to provide more info, please let me know and I will provide it.
Thanks in advance. Really puzzling.
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.
I have a problem I cant figure out. When I started the website the voting system worked... but now many hours later it doesn't save the vote anymore.
I hope some of you have tried the same or have an idea about what can be wrong.
You can see a post on my site here: http://secretinvizimals.com/index.php/10-invizimals-the-lost-tribes/39-lizard-queen
BR
Rather hard to tell only by looking at it and not having access to the code, so these are the only things I can suggest.
Ensure you have the latest Joomla version (2.5.6)
Switch to the default Joomla template and try voting again.
Install JDump to see if its a PHP related problem.
Install a fresh copy of Joomla and your template on a subdomain and after each extension you install, test the vote.
Is there a definitive guide to adding a second language (ex Portuguese) to a SilverStripe website?
If not, I have made a start on it - see here: http://217.198.108.87/hham/wordpress/?page_id=61
however I cannot see what to do once I have successfully installed the extension!
Any suggestions welcome - and I shall append them to my installation instructions.
Tim
I'm not quite sure where you're stuck.
If you add Object::add_extension('SiteTree', 'Translatable') in your _config.php, then DONT also add the $extensions line to your Page class.
Page inherits from SiteTree.
If you look at the demo site (http://demo.silverstripe.org/admin) you should see that each page when you edit it should have a Translations tab.
I assume you're not getting this?
Please provide some more information about the problem and lets see if we can sort it out.
Also, try this guide?
http://www.ssbits.com/tutorials/2011/using-translatable-to-create-a-simple-multilingual-site
Sometimes the SilverStripe forum is more responsive than StackOverflow, as the core SStr team may see your question more quickly.