|
Here are the steps to manually install JD iDeal
-
Unzip the package you have downloaded from joomingdales.com
-
Open the folder admin
-
Copy the folder administrator to the administrator folder on the server. This folder is needed to copy the iDeal files to VirtueMart.
-
Create a new folder called com_jdideal in the folder administrator/components
-
Copy the following files and folders to the administrator/components/com_jdideal folder:
-
administrator
-
assets
-
components
-
controllers
-
helpers
-
models
-
tables
-
views
-
install.mysql.utf8.sql
-
install_jdideal.php
-
uninstall_jdideal.php
-
jdideal.php
-
ideal.xml
-
controller.php
-
index.html
-
Go to PhpMyAdmin
-
Select your database
-
Click on the Import tab
-
Browse for the install.mysql.utf8.sql file
-
Click on Go
-
Click on the SQL tab
-
Paste the following query in the field: INSERT INTO jos_vm_payment_method (payment_method_id, vendor_id, payment_method_name, payment_class, shopper_group_id, payment_method_discount, list_order, payment_method_code, enable_processor, is_creditcard, payment_enabled, accepted_creditcards, payment_extrainfo) VALUES (NULL, '1', 'iDeal', 'ps_ideal', '5', '0.00', '1', 'ID', 'P', '0', 'N','', '<?php include( CLASSPATH. "payment/ideal/ExtraPayment.php")');
-
Click on Go
-
Click on the SQL tab
-
Paste the following query in the field: INSERT INTO `jos_vm_module` VALUES ('', 'checkideal', '', 'none', 'Y', 99)
-
Click on Go
-
Click on the SQL tab
-
Paste the following query in the field: INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES ('', 'JD iDeal', 'option=com_jdideal', 0, 0, 'option=com_jdideal', 'JD iDeal', 'com_jdideal', 0, 'components/com_jdideal/assets/images/jd-ideal-logo16x16.jpg', 0, '', 1);
-
Click on Go
-
Log in to the Joomla backend and check if JD iDeal is installed.
|