Hello cs cart experts
we activeted Social buttons addon & all think working fine juts when user/customer come on product page & when try to share product on facebook like Screenshot_9.jpg than our facebook page is shareing there
i mean there that product need to share on user/customer facbook page but there by mistake our facebook page is sharing so please help us how can we solve it ??
Thanks in advance
Screenshot_9.jpg
Try to open the app/addons/social_buttons/func.php file, find the fn_facebook_prepare_settings function and replace:
'data-href' => !empty($facebook_settings['facebook_href']) ? $facebook_settings['facebook_href'] : fn_sb_get_url(),
with
'data-href' => fn_sb_get_url(),
Then clear cache and check
(!) Not tested
Try to open the app/addons/social_buttons/func.php file, find the fn_facebook_prepare_settings function and replace:
'data-href' => !empty($facebook_settings['facebook_href']) ? $facebook_settings['facebook_href'] : fn_sb_get_url(),
with
'data-href' => fn_sb_get_url(),
Then clear cache and check
(!) Not tested
Thanks for replay dear team after replay code, still sharing our website home page.
not sharing that product to facebook
Please help us !!
It is required to examine issue on your server. PM me temporary FTP access
Sure & i replay you there
Thanks also i want to know how to do small size of fields on <<Register for a new account >> like this http://prntscr.com/cp7q2l
& same think after add product in cart than <> like this http://prntscr.com/cp7rde
one more think above both filed i want to remove/hide <> field also ??
SDAD
October 3, 2016, 12:00am
#9
Thanks also i want to know how to do small size of fields on <<Register for a new account >> like this http://prntscr.com/cp7q2l
& same think after add product in cart than <> like this http://prntscr.com/cp7rde
one more think above both filed i want to remove/hide <> field also ??
Find the themes/YOUR_THEME/css/styles.less file and replace this
.ty-account .ty-input-text {
width: 100%;
}
with this:
/* .ty-account .ty-input-text {
width: 100%;
} */
Also replace this
.ty-step__body-active .ty-control-group .ty-input-text {
width: 100%;
}
with this:
/* .ty-step__body-active .ty-control-group .ty-input-text {
width: 100%;
} */
one more think above both filed i want to remove/hide <> field also ??
You can not just remove the Confirm password field in template, it is required to remove the checkings in PHP files.
Find the themes/YOUR_THEME/css/styles.less file and replace this
.ty-account .ty-input-text {
width: 100%;
}
with this:
/* .ty-account .ty-input-text {
width: 100%;
} */
Also replace this
.ty-step__body-active .ty-control-group .ty-input-text {
width: 100%;
}
with this:
/* .ty-step__body-active .ty-control-group .ty-input-text {
width: 100%;
} */
You can not just remove the Confirm password field in template, it is required to remove the checkings in PHP files.
Thanks a lot its working :)
juts one problem is when active <> option from admin panel than its showing like this : http://prntscr.com/cpl98
so how to move this <> to bottom/down of <>
i mean it need to show after <>
SDAD
October 4, 2016, 12:00am
#11
Thanks a lot its working :)
juts one problem is when active <> option from admin panel than its showing like this : http://prntscr.com/cpl98
so how to move this <> to bottom/down of <>
i mean it need to show after <>
Unfortunately, the screenshot link is broken.
If I understand you correctly, you need to go to Administration->Profile fields and change the Pos. column as you like.
Unfortunately, the screenshot link is broken.
If I understand you correctly, you need to go to Administration->Profile fields and change the Pos. column as you like.
Hello thank again for replay now that problem is different but i solved it
one more think i want to know please see attachment snapshots how to remove these information from checkout page & from order detail page ??
Screenshot_1.jpg
Screenshot_2.jpg
Screenshot_3.jpg