Free Shareit Buttons Addon

Hi just put https in the call for the script from sharethis instead of http.

It is compitable with version 3.0.1 final?

Hi haven't try it out yet.



I will let you know soon.



Fotis

How's it? its supported?



Thanks

Not yet .



There's a lot of work load at the moment…



Fotis

Oh okay, i try install it. its working smooth, but im not sure in backend. hee…

great addon again from fotis.



does it work on https ?

i mean, some time if we get the addon to cscart, the https will be disappear

I already haves version for https as I had this from a few clients as a problem, but I am trying to make it work in older browsers.



I hope I am going to be ready till the end of this week.



Fotis

[quote name=‘dvsgr’ timestamp=‘1338706328’ post=‘137941’]

I already haves version for https as I had this from a few clients as a problem, but I am trying to make it work in older browsers.



I hope I am going to be ready till the end of this week.



Fotis

[/quote]



Hi Fotis,



that will be really great. :)



thank you

will this work with cs cart 3?

[quote name='dvsgr' timestamp='1338706328' post='137941']

I already haves version for https as I had this from a few clients as a problem, but I am trying to make it work in older browsers.



I hope I am going to be ready till the end of this week.



Fotis

[/quote]



I too am looking for this to work with https. This is working great for me in CS-cart 3.0.1 You can see an Example:

[url=“http://www.casefoundry.com/sample-product-2.html”]http://www.casefoundry.com/sample-product-2.html[/url]

share this buttons are below the buy button. I also added the Facebook like add-on from CS-cart.



Only problem I have is that when you go to checkout, it is still using this code on the checkout page and referencing the source of http. So my https checkout gives the user an error saying some content is unsecure. This is bad for confidence.

Ideally, this code would not be used during checkout at all.



Am eagerly waiting for SSL version to hopefully correct this issue. Otherwise, will have to figure out how to manually integrate share this…

I think this will work short term…

In the hooks/index/scripts.post.tpl I changed

http://w.sharethis

to

https://ws.sharethis



Wasn't sure if I just needed to change http to https and found some forums saying I also needed to change w. to ws.



It seems to work now.



Also, in case anyone else is struggling with this… I kept clearing the cache and not seeing the changes. I changed the file in addon folder and also in the skins folder. As it turns out, I had to uninstall the addon and then reinstall it. (remembering to re-enter my publisher code).



For those installing in version 3, this addon puts things in a folder called “base” I manually moved the few files into “basic” (or you could rename to “basic” before ftp upload.



While this solution works, it's not ideal because the https call on every product page takes a bit more time to load.



Seems like an easy checkbox on the add-on settings to allow for users to enable/disable add-on during checkout would suffice.

It would be amazing if there was a way for the add-on to let users modify format too. Something simple like the options offered by sharethis.




[quote name='dvsgr' timestamp='1337554935' post='136867']

Hi just put https in the call for the script from sharethis instead of http.

[/quote]

Hi,

as I said before I have made this at last to work upon request with SSL support.



share this has a forum enrty for this


[quote]



SSL Support



If you are using ShareThis on a page that is encrypted, you will need to make two slight changes to the ShareThis code to prevent errors from popping up. Both of these changes are in the ShareThis script URL. You will need to change the http:// to https:// and you will need to change the w.sharethis to ws.sharethis





http://support.share…5097-ssl-suppor

[/quote]



So what I did, was to put a checkbox for SSL or not. You jsut have to click if you have SSL and thats all.

Here is the file, and I also changed the original file in the first post.



[attachment=5310:224-ssl.zip]



This for v224. I will be making a v3 proper version in the next days.



I have also in mind the option to change the type of buttons, but a little bit later.



Fotis

224-ssl.zip

This is great. I’ll look for the version 3 in a few days. By the way, for some reason, the sharethis buttons don’t appear on configuration products in version 3.



http://www.casefoundry.com/sample-product.html (configured product doesn’t show buttons)



http://www.casefoundry.com/sample-product-2.html (shows the sharethis buttons)



NOTE: I manually changed these buttons to vertical format so all four would fit. Also, this is version 3.0.1 so configured products may work perfectly well once released. I’m jumping the gun a bit ;)


Hi yes I have to look into that.



By the way I like very much your iPad stand for retail stores. Nice product !



Fotis

[quote name=‘IdeaDirect’ timestamp=‘1339644075’ post=‘138647’]

This is great. I’ll look for the version 3 in a few days. By the way, for some reason, the sharethis buttons don’t appear on configuration products in version 3.



http://www.casefound…le-product.html (configured product doesn’t show buttons)



http://www.casefound…-product-2.html (shows the sharethis buttons)



NOTE: I manually changed these buttons to vertical format so all four would fit. Also, this is version 3.0.1 so configured products may work perfectly well once released. I’m jumping the gun a bit ;)

[/quote]



in Internet Explorer if this MOD for ver 2.2.4 is enables then it hides the add to cart button on product page…images attached… any ideas how it can be fixed to be compatible accross browsers?



TIA

add-to-cart-missing.JPG

add-to-cart-available.JPG

[quote name='dvsgr' timestamp='1337037565' post='136416']

Hi again fellows,



This is another version of social buttons for the popular Sharethis service.

[/quote]

Thanks for releasing this. Please release a 3.01 version.

[quote name='IdeaDirect' timestamp='1339424256' post='138470']

As it turns out, I had to uninstall the addon and then reinstall it. (remembering to re-enter my publisher code).



[/quote]



Was having the same problem but finally got it work without bringing up the dreaded secure warning in IE by completely unistalling and deleting. Then reuploading. Thanks!

Does this also add the Facebook Like button to the upper left hand side of the page? Check either the sites in my sig and look at upper left. Does this add-on put that there too or do I have it there form somewhere else? I don't like it there as it pushed the whole page down a bit.



I found the piece of code and was able to remove it.

facebookblock.gif

[quote name='dvsgr' timestamp='1337063993' post='136440']

For the 2 lines display, add in your styles.css


.st_facebook_hcount {
width:50%;
float:left;
}
.st_twitter_hcount {
width:50%;
float:left;
}
.st_googleplus_hcount {
width:50%;
float:left;
margin-top:5px;
}
.st_pinterest_hcount {
width:50%;
float:left;
margin-top:5px;
}
.share_icons{
height: 58px;
}




The FB like is another Addon from Cs-cart http://forum.cs-cart…__1#entry112385



[attachment=5201:2lines.jpg]

[/quote]



which folder should this code be added - admin or customer? Should it be added in any particular place?