Version: 1.0
Author: CLEANCODED
This gem is used for importing Shopify Product Swatches With Multiple Quantity Add to Cart.
Rails compatibility
- Use Shopify App
<= v7.2.8
-
Install the database
- Create the database named "project" on Mysql Server
- Import the project.sql into the Database "project"
-
Source Code Configuration
-
Extract the source.zip in your dedicated http running folder
-
Config the application path values in /application/config/config.php at Line 17, 18 $config['base_url'] = ''; // Web Alias $config['app_path'] = ''; // Application Phyical Path
-
Config the Database connectoin in /application/config/database.php at line 51~54 $db['default']['hostname'] = 'localhost'; // Database Host $db['default']['username'] = 'root'; // Database user $db['default']['password'] = ''; // Database password $db['default']['database'] = 'project'; // Database name
-
-
Run the application on the address of "$config['base_url']" from your browser.
-
Login Account is user name : admin password : admin
-
Manage Users Once you login to the dashboard you can add/delete users on "Settings->Manage User" on the top-right of the page.
-
Change Password You can change your password on the "Admin/Change Password" on the top-right of the page
-
Access the Short URL Management You can click "Short URL" on the Top menu.