Topic-icon Vp One Page checkout integration

Active Subscriptions:

None
9 years 5 months ago #49281 by ifs-net
Hello,
JFBConnect is a great plugin, I liked it very much.
I need your help, how can I integrate it to Vp One Page Checkout (www.virtueplanet.com/) at the bottom of login page please ?
File Attachment:
The topic has been locked.
Support Specialist
9 years 5 months ago #49283 by mel
If you're looking to add the login buttons for Facebook or other social networks, you can simply add the {JFBCLogin} tag to the appropriate place in the Vp One Page Checkout template. If you are looking for the Social Sharing buttons (such as the Facebook Like Button, Twitter Share, etc), you can add the appropriate Easy-Tags for those buttons.

For more detailed info on the Easy-Tags we provide, see www.sourcecoast.com/jfbconnect/docs/social-sharing/easy-tags

I believe this should get you going, but please let us know if you need more clarification or you are asking for something other than Login or Sharing buttons.

Thanks,
-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 4 months ago - 9 years 4 months ago #49324 by ifs-net
Here is the solution
www.virtueplanet.com/vp-one-page-checkou...nect/index.php#18012


Under
public_html/plugins/system/vponepagecheckout/cart/tmpl

and I changed the lines under default_login.php like below;

before:
<h4 class="proopc-subtitle"><?php echo JText::_('PLG_VPONEPAGECHECKOUT_ASK_FOR_LOGIN'); ?></h4>
<form action="<?php echo $action_url; ?>" method="post" name="proopc-login" id="UserLogin" autocomplete="off">

after:
<h4 class="proopc-subtitle"><?php echo JText::_('PLG_VPONEPAGECHECKOUT_ASK_FOR_LOGIN'); ?></h4>
<div><p>{JFBCLogin}</p></div>
<form action="<?php echo $action_url; ?>" method="post" name="proopc-login" id="UserLogin" autocomplete="off">

looks fine...
Last edit: 9 years 4 months ago by ifs-net.
The topic has been locked.