-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmake_quickview_links.sh
More file actions
executable file
·23 lines (16 loc) · 1.62 KB
/
make_quickview_links.sh
File metadata and controls
executable file
·23 lines (16 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
mkdir -p ./quickview_links/admin_controller_extension_payment
ln -srf ./upload/admin/controller/extension/payment/stellar_net.php ./quickview_links/admin_controller_extension_payment/stellar_net.php
mkdir -p ./quickview_links/admin_language_en-gb_extension_payment
ln -srf ./upload/admin/language_en-gb/extension/payment/stellar_net.php ./quickview_links/admin_language_en-gb_extension_payment/stellar_net.php
#mkdir -p ./quickview_links/
#ln -srf ./upload/admin/model/extension/payment/stellar_net.php.not_used_yet ./quickview_links/admin_model_extension_payment/stellar_net.php
mkdir -p ./quickview_links/admin_view_template_extension_payment
ln -srf ./upload/admin/view/template/extension/payment/stellar_net.tpl ./quickview_links/admin_view_template_extension_payment/stellar_net.tpl
mkdir -p ./quickview_links/catalog_controller_extension_payment
ln -srf ./upload/catalog/controller/extension/payment/stellar_net.php ./quickview_links/catalog_controller_extension_payment/stellar_net.php
mkdir -p ./quickview_links/catalog_language_en-gb_extension_payment
ln -srf ./upload/catalog/language/en-gb_extension/payment/stellar_net.php ./quickview_links/catalog_language_en-gb_extension_payment/stellar_net.php
mkdir -p ./quickview_links/catalog_model_extension_payment
ln -srf ./upload/catalog/model/extension/payment/stellar_net.php ./quickview_links/catalog_model_extension_payment/stellar_net.php
mkdir -p ./quickview_links/catalog_view_theme_default_template_extension_payment
ln -srf ./upload/catalog/view/theme/default/template/extension/payment/stellar_net.tpl ./quickview_links/catalog_view_theme_default_template_extension_payment/stellar_net.tpl