Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Sep 23, 2014
1 parent da9df56 commit 2daf9bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions instance/doc/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,30 @@ Make sure you have provided correct path to access log in settings.ini.php

11. Delete from copied folder extension/instance

11. All subdomains should be pointed to 9 directory.
12. All subdomains should be pointed to 10 directory.

12. Edit var/autolaods/lhextension_autoload.php in copied directory and make it look like
13. Edit var/autolaods/lhextension_autoload.php in copied directory and make it look like
return array(
'erLhcoreClassModelInstance' => 'extension/instancecustomer/classes/erlhcoreclassmodelinstance.php',
'erLhcoreClassInstance' => 'extension/instancecustomer/classes/erlhcoreclassinstance.php',
'erLhcoreClassLazyDatabaseConfiguration' => 'extension/instancecustomer/classes/lhdb.php',,
'erLhcoreClassModelInstanceInvoice' => 'extension/instancecustomer/classes/erlhcoreclassmodelinstanceinvoice.php',
);

13. Put instancecustomer extension to extension folder
14. Put instancecustomer extension to extension folder

14. Activate extension. It should look like
15. Activate extension. It should look like
'extensions' =>
array (
'instancecustomer'
),

15. Change in settings
16. Change in settings
'default_site_access' => 'eng',
to
'default_site_access' => 'noneexist',

16. Apppend in site_access_options one more array
17. Apppend in site_access_options one more array
'noneexist' =>
array (
'locale' => 'en_EN',
Expand All @@ -126,14 +126,14 @@ return array(

That's it.

17. Now if you are using paypal edit your paypal button template. I recommend just create custom theme and override it also.
18. Now if you are using paypal edit your paypal button template. I recommend just create custom theme and override it also.
instancecustomer/design/instancecustomertheme/tpl/lhinstance/billing_paypal.tpl.php
You should also set in your paypal button that it should send data in UTF8
And notify url provide
E.g
http://manager.livehelperchat.com/instance/paypalipn

18. Don't forget to clear cache
19. Don't forget to clear cache

/******************/
Manager nginx example
Expand Down

0 comments on commit 2daf9bd

Please sign in to comment.