How to Add CSS & JavaScript to a Magento CMS Page

Magento is an insanely flexible system that has a lot of potential, but of course with this flexibility comes a lot of learning.

Adding a JavaScript file and a CSS file to a specific CMS page isn’t very difficult. We should always consider adding the JavaScript file or CSS file to the theme if we’re going to use it on more than one specific page.…

Magento – Setting Paypal to Redirect Back

Quick steps on how to redirect back to your magento store upon a successful purchase. Unfortunately, you can only redirect to one page. Sign into Paypal account Click directly on Profile -> Website Payment Preferences Change Auto Return to on. Fill Return URL to http://www.mymagentositregoeshere.com/checkout/onepage/success/ Save and then go test it! After a successful paypal…