Log in to Magento administrator control panel. Go To System > Index Management. On the left side is a list of categories that can be reindexed. Select the categories to reindex. If you want to run a reindex for all of the products, click “Select All”. From the Actions drop-down menu, select Reindex Data and […]
read more
When making certain changes to Magento, such as modifying code files, it is necessary to clear the cache in order for the changes to become visible. There are two ways to clear the cache in Magento: Through the Magento Admin Panel Log in to your Admin Panel account Go to the System -> Cache Management […]
read more
Navigate to Google APIs Console Create new project navigate to APIs & auth > Credentials and create new Client ID ( OAuth ) After that you will see Client ID for web application. Here you will find Client ID and Client secret data navigate to APIs & auth > Consent screen and enter data about […]
read more
Login to twitter Navigate to https://apps.twitter.com/ Click on Create new app Fill Website and Callback URL Website = http://demo.nwdthemes.com Callback URL = http://demo.nwdthemes.com/nwdthemes_sociallogin/twitter/connect/ Switch to Settings tab and check Allow this application to be used to Sign in with Twitter checkbox Switch to API Keys tab and Copy app key and secret to extension configuration
read more
Navigate to Facebook Developers page. Click on Add a New App Select Website as a platform Enter your site url in Settings Copy app ID and secret to extension configuration
read more
Magento Installation Magento FAQ: http://www.magentocommerce.com/product/faq System Requirements: http://www.magentocommerce.com/system-requirements/ Server Compatibility Check: http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento Installation Guide: http://www.magentocommerce.com/knowledge-base/entry/magento-installation-guide Magento Configuration Video Tutorials – Magento Go http://go.magento.com/video-tutorials Magento Wiki http://www.magentocommerce.com/wiki/ Categories, products and attributes Customers Payment, shipping and taxes Promotions and marketing Image Management and Uploading Magento Go Knowledge Base Magento Forum http://www.magentocommerce.com/boards/ stackoverflow.com http://stackoverflow.com/questions/tagged/magento Magento Answers Stack Exchange […]
read more
Log in to Magento administrator control panel. Go To System > Index Management. On the left side is a list of categories that can be reindexed. Select the categories to reindex. If you want to run a reindex for all of the products, click “Select All”. From the Actions drop-down menu, select Reindex Data and […]
read more
When making certain changes to Magento, such as modifying code files, it is necessary to clear the cache in order for the changes to become visible. There are two ways to clear the cache in Magento: Through the Magento Admin Panel Log in to your Admin Panel account Go to the System -> Cache Management […]
read more
To insert widget you need to navigate to cms page or static block edit page and click on “Insert Widget” button Select “NWDthemes Product Slider” from widgets dropdown Widget has same parameters as described in configuration
read more
You can insert product slider in any cms page or static block {{block type=”productslider/product_list_new” template=”nwdthemes/productslider/productslider.phtml” }} This code insert new products slider in cms block. Slider will use default settings from configuration. Possible parameters: type – define slider type productslider/product_list_new – new products productslider/product_list_bestsellers – bestsellers productslider/product_list_category – category products productslider/product_list_mostviewed – most viewed products […]
read more