Monthly Archives: September 2013
-
September 05, 2013
Do you want the multi store magento from Single installation of magento . If you want create multi store magento proceed my following way.
Process: 1
If your store have different type of Category and product then follow the steps. Catalog *then* Manage Categories *then* Add Root Category
Process: 2
Create the new Website System *then* Manage Stores *then* Create Website
fill up all asking.
Name: Name for the domain (“samdoit”)
Code : Identifier for the domain (“samdoit")
Create the new store System *then* Manage Stores *then* Create Store
Fill all fields
Website:) Select “samdoit.com” on dropdown .
Name: ) Use samdoit_com identify of store.
Root Category:) Select Categories from category list by default "Default Category"
-
September 05, 2013
If you want to change your magento theme with mobile platform . It`s very simple just do it what i tell you in following. In Magento Admin : System > Configuration > Design is where you want to be. You also want to make sure you have the mobile designed theme . Configuration the following way Depending on how you want to serve up your store depends on what configuration you want.
Option #1 :
Show mobile version on Any Mobile Based OS (phone ,tablet, kindle fire)
iPhone|iPod|BlackBerry|Pre|Palm|Googlebot-Mobile|mobi|Safari Mobile|Windows Mobile|Android|Opera Mini|mobile|Silk|Kindle
Option #2:
Show mobile version to just phone based browser and Display normal desktop version on tablet based devices
(iPhone|iPod|BlackBerry|Pre|Palm|Googlebot-Mobile|mobi|Safari Mobile|Windows Mobile|Android|Opera Mini|mobile)|(!iPad|Silk|Kindle|Xoom|SCH-I800|Tablet)
-
September 05, 2013Create default widget for vtigerYou change happen in following files
modules/Users/Users.php modules/Users/language/en_us.lang.php modules/Home/language/en_us.lang.php include/Home.php
Step 1want to see your widget in your home page you follow this step.Add your widget identifier to $homeorder_array in Users.php search "$homeorder_array"I added 'SOLD'var $homeorder_array = array('HDB','ALVT','PLVT','QLTQ','CVLVT','HLT','OLV','GRT','OLTSO','ILTI','MNL','OLTPO','LTFAQ', 'UA', 'PA', -
September 05, 2013Hi,I have vtiger 5.4 installed on Centos 6.2. When I create/edit new profile, privilege of some modules did not save.Solution" So simply edit php.ini (/etc/php5/apache2/php.ini) and uncomment or add a line with: max_input_vars = 2000 "
-
September 05, 2013
Workflow model in vTigercrm how to create custom workflow.
It have simple steps to follow to make custom workflow.Step1:create one new file (registerworkflow.php) to register workflow in ur vTiger root .add all these line in that file. -
September 05, 2013Create default widget for vtigerYou change happen in following files
modules/Users/Users.php modules/Users/language/en_us.lang.php modules/Home/language/en_us.lang.php include/Home.php
Step 1want to see your widget in your home page you follow this step.Add your widget identifier to $homeorder_array in Users.php search "$homeorder_array"I added 'SOLD'