Paypal express checkout module Installation Problem

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemePaypal express checkout module Installation Problem

This topic has been marked as resolved.

Can you advice how to show express checkout buttum at checkout cart by modify the template please?

I am using module to enable to integrate Paypal express but not showing a Express Button at all.

http://theqdomain.com/ocstore/paypal_express

November 14, 2011 at 1:30 pm #3506

Did you manually edit your header template, as suggested in the module documentation ?

7) If not using vQmod, do the following:

EDIT: catalog/view/theme/YOURTHEME/template/common/header.tpl
FIND: </head>
BEFORE, ADD: <?php include('paypal_express.inc.php'); ?>
SAVE.

Best,
ThemeBurn team

November 14, 2011 at 6:08 pm #3517

HI,
I do use vQmod and tried default theme but not working.
If I do manually,
Should I change the

catalog/view/theme/YOURTHEME/template/common/header.tpl
add shoppica to
catalog/view/theme/shoppica/template/common/header.tpl
?
Thanks

November 15, 2011 at 11:19 am #3545

Vqmod should work. When you add the module from the admin do you assign it to ‘Column Right’ position ?

If you do and it still doesn’t work, try to add the code manually, as described above – open
catalog/view/theme/shoppica/template/common/header.tpl and add
<?php include('paypal_express.inc.php'); ?> just before the
</head> tag.

If still no luck, would you give us more information about your site ?

Regards,
ThemeBurn team

November 22, 2011 at 10:31 am #3769
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.