magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Add Rich Snippets and Microformats to Magento
http://www.magentotutorials.co.uk/add-rich-snippets-and-microformats-to-magento
Magento Tutorials Help and Tutorials for Magento. Add Rich Snippets and Microformats to Magento. Add Rich Snippets and Microformats to Magento. Its against Google’s terms for the markup to be hidden, therefore any hidden content will not be used. The best way to implement Rich Snippets in your Magento project is to code the extra tags in to your front end template. Over the next few steps I am going to walk you through how to edit your Magento theme to add the markup required. Div class="price-box" itemp...
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Drop Magento Database in One Query
http://www.magentotutorials.co.uk/drop-magento-database-in-one-query
Magento Tutorials Help and Tutorials for Magento. Drop Magento Database in One Query. Drop Magento Database in One Query. The code below does as the title suggests. If anyone has been trying to remove the Magento database for whatever reason you’ll find that with all of the key constraints that come with Magento droping every table at once requires a special bit of code. Cataloginventory stock status idx. Cataloginventory stock status tmp. Catalog category anc categs index idx. Catalog category entity int.
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Administration
http://www.magentotutorials.co.uk/category/administration
Magento Tutorials Help and Tutorials for Magento. Archive by category "Administration". The URL to access the Magento control panel can be manipulated and changed at anytime. Some people choose to change the URL for security reasons and others to make it easier to remember. If you want to change the URL of your Magento control panel simple follow these steps. 1. Open your FTP client and […]. MAMP with MySQL 5.6.x for Magento 2 Install. Integrating with Sage Line 50. Get Store ID and Store Information.
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » slater9000
http://www.magentotutorials.co.uk/author/slater9000
Magento Tutorials Help and Tutorials for Magento. Articles posted by slater9000. MAMP with MySQL 5.6.x for Magento 2 Install. Integrating with Sage Line 50. Get Store ID and Store Information. Add Rich Snippets and Microformats to Magento. Did you know that if you are a registered user you can submit your own help and advice tutorials online! You need to be logged in to submit content. You need to be logged in to vote. You need to be logged in to see this post. A password will be e-mailed to you.
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Basics
http://www.magentotutorials.co.uk/category/basics
Magento Tutorials Help and Tutorials for Magento. Archive by category "Basics". Integrating with Sage Line 50. Sage Line 50 is a popular accounting software, particularly in the UK and Australia. Coupling your Magento web store with a Sage Line 50 program in the past has often been quite a long process, however using this tutorial we will show you how to integrate your Magento website with your Sage Line 50 install. […]. Get Store ID and Store Information. Gets the current store's details. If you’r...
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Zend Basics
http://www.magentotutorials.co.uk/category/zend-basics
Magento Tutorials Help and Tutorials for Magento. Archive by category "Zend Basics". Category archives: Zend Basics. Magento Zend Database Read Queries. As a platform Magento is built on the Zend Framework, therefore we can utilise the Zend Framework Database Class for reading from and writing to the Magento database. These actions would normally be used in a custom magento module or standalone script that you have running on your site. Direct database actions should be handled […]. Back to Top ↑.
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Adding Product Image Attributes
http://www.magentotutorials.co.uk/adding-product-image-attributes
Magento Tutorials Help and Tutorials for Magento. Adding Product Image Attributes. Adding Product Image Attributes. To add the new attribute we amended our local custom module for the site and added a extra MySQL installation file to the module that would add the new attribute. If you are unsure about how to add MySQL setup files to your local module then it is worth reading the Magento Custom Module tutorials to get the basics. Once inside your custom module you will have a folder called: sql. You will ...
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Magento Zend Database Read Queries
http://www.magentotutorials.co.uk/magento-zend-database-read-queries
Magento Tutorials Help and Tutorials for Magento. Magento Zend Database Read Queries. Magento Zend Database Read Queries. As a platform Magento is built on the Zend Framework, therefore we can utilise the Zend Framework Database Class for reading from and writing to the Magento database. These actions would normally be used in a custom magento module or standalone script that you have running on your site. So lets jump in with some examples (if you need to know how to make a stand alone script in Magento.
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Magento CRON Setup in cPanel
http://www.magentotutorials.co.uk/magento-cron-setup-in-cpanel
Magento Tutorials Help and Tutorials for Magento. Magento CRON Setup in cPanel. Magento CRON Setup in cPanel. If you’re running cPanel on your server and want to add in the Magento. CRON (as most of you would) this is how to do it. Goto the “CRON” section. Once in the CRON section, there are two ways of running the CRON file. If you know the path of php on the server, your setting can look like:. Or, if you don’t, your settings can look like (both have the same effect, only one is needed):.
magentotutorials.co.uk
Magento Tutorials » Help & Tutorials for Magento » Standalone Magento Scripts
http://www.magentotutorials.co.uk/standalone-magento-scripts
Magento Tutorials Help and Tutorials for Magento. Every now and again its useful to create a small standalone magento scripts, I have used them in the past to quickly update settings, or for creating small export scripts etc. These can be setup anywhere on the server and ran either in the browser or via the command line. Scripts would need to be in PHP format and they would need to start:. Php require once('app/Mage.php'); Mage: app();? MAMP with MySQL 5.6.x for Magento 2 Install. Did you know that if yo...