Chat Room Article Base Facebook Page Twitter RSS Feed
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 01:40:43 PM

Login with username, password and session length
Search:     Advanced search
The E-commerce forum, the best place for advice for your Small Business.
12796 Posts in 1521 Topics by 6461 Members
Latest Member: egrovesystems
* Home Help Search Login Register
+  E-commerce forum
|-+  E-commerce
| |-+  Website development
| | |-+  "AddThis" share button
« previous next »
Pages: [1] Print
Author Topic: "AddThis" share button  (Read 594 times)
Gothsiren09
Settling In
**

Karma: 1
Offline Offline

Gender: Female
Posts: 39



WWW
« on: January 15, 2011, 12:19:12 AM »

Hi - its me again!!  Sorry!

Can someone tell me in words of ONE syllable where I would install the code for the "share" and "like" buttons for each of the products on my website?  Does it involve FTP (those of you that know me know how much I just LOVE FTP!!  :D) or just zen admin?

Thanks   cry
Logged

Baa
Member (ds)
Part of the Furniture
*****

Karma: 23
Offline Offline

Posts: 463


WWW
« Reply #1 on: January 15, 2011, 02:28:08 AM »

It involves placing a piece of code inside a file so yes it's FTP time again

It depends on where you want the button to display as to which file you change, mine is in the product page itself which means changing tpl_product_info_display.php but you can add it elsewhere as well.

tpl_product_info_display.php can be found in (shop/store folder, not admin) includes -> templates ->your custom folder ->templates

The code is generated on the AddThis site and if you let us know a position I or others here can help you to place it
Logged

You cannot conduct today's business with yesterday's methods and expect your business to grow

Moon Stag Designs - Silver, Gold and Gemstone Jewellers. Jewellery for men, women and children.
Gothsiren09
Settling In
**

Karma: 1
Offline Offline

Gender: Female
Posts: 39



WWW
« Reply #2 on: January 15, 2011, 11:35:10 AM »

It involves placing a piece of code inside a file so yes it's FTP time again

It depends on where you want the button to display as to which file you change, mine is in the product page itself which means changing tpl_product_info_display.php but you can add it elsewhere as well.

tpl_product_info_display.php can be found in (shop/store folder, not admin) includes -> templates ->your custom folder ->templates

The code is generated on the AddThis site and if you let us know a position I or others here can help you to place it

**groan**  I hate FTP, it confuses me!!  :p

I was thinking of putting the button at the top of each product page so its easy to see? 
Logged

Baa
Member (ds)
Part of the Furniture
*****

Karma: 23
Offline Offline

Posts: 463


WWW
« Reply #3 on: January 15, 2011, 02:25:43 PM »

This is simple it's just one file but back up everything anyway.

If you want to place the code you generate off the AddThis site between the Product Price and the Product Description download your tpl_product_info_display.php in your custom template -> template folder open it into a text editor and find the following code.

Quote
<!--eof free ship icon  -->



 <!--bof Product description -->


Place the generated code between those two, eg:

Quote
<!--eof free ship icon  -->

(Add This Code)

 <!--bof Product description -->

If you want it anywhere else, look for the code name for the form i.e. Product Price Block and place the code between an !--eof and a !--bof, (as above). You can try out different places to see what suits your site.

Then upload the saved file to your custom templates -> templates folder

What's confusing you on FTP?
Logged

You cannot conduct today's business with yesterday's methods and expect your business to grow

Moon Stag Designs - Silver, Gold and Gemstone Jewellers. Jewellery for men, women and children.
Gothsiren09
Settling In
**

Karma: 1
Offline Offline

Gender: Female
Posts: 39



WWW
« Reply #4 on: January 15, 2011, 10:03:06 PM »

Ooohh all of it!!  I'm just thick really I think.  Its difficult for me to have quiet time to go over and properly take things in cos my house is Bedlam.  I'm better than I was beleive it or not so I'll get there in the end.  I'm also paranoid of breaking something and I dont really get the language a lot of the time.  But as I said, I'll get there eventually after lots of feeling stupid etc and asking questions all over the place  cry   :D
Logged

Baa
Member (ds)
Part of the Furniture
*****

Karma: 23
Offline Offline

Posts: 463


WWW
« Reply #5 on: January 16, 2011, 03:56:44 AM »

Ooohh all of it!!  I'm just thick really I think. 

You appear more intelligent that you give yourself credit.
Logged

You cannot conduct today's business with yesterday's methods and expect your business to grow

Moon Stag Designs - Silver, Gold and Gemstone Jewellers. Jewellery for men, women and children.
carisma
Part of the Furniture
****

Karma: 2
Offline Offline

Posts: 150



WWW
« Reply #6 on: January 19, 2011, 11:56:00 PM »

Hi - its me again!!  Sorry!

Can someone tell me in words of ONE syllable where I would install the code for the "share" and "like" buttons for each of the products on my website?  Does it involve FTP (those of you that know me know how much I just LOVE FTP!!  :D) or just zen admin?

Thanks   cry

Don't know if it's the correct thing to do but i justwent into my admin and  pasted it into my editable sidebox and that is there for every item but right or wrong it works as it shares the page that showing at the time.
Hope that helps it's just the way i could do it (don't know FTP)

Mike.
Logged

Baa
Member (ds)
Part of the Furniture
*****

Karma: 23
Offline Offline

Posts: 463


WWW
« Reply #7 on: January 20, 2011, 12:55:05 PM »

I don't think that sidebox is standard on ZC installs Carisma but if someone has it that's another valid way to add it.

One problem though if you look at retail heatmaps, once people are on a product page, they tend not to look at the other columns/sideboxes, only the product page itself.
Logged

You cannot conduct today's business with yesterday's methods and expect your business to grow

Moon Stag Designs - Silver, Gold and Gemstone Jewellers. Jewellery for men, women and children.
shankar.adodis
Settling In
**

Karma: 0
Offline Offline

Gender: Male
Posts: 40



« Reply #8 on: February 22, 2011, 07:12:07 AM »

It involves placing a piece of code inside a file so yes it's FTP time again

It depends on where you want the button to display as to which file you change, mine is in the product page itself which means changing tpl_product_info_display.php but you can add it elsewhere as well.

tpl_product_info_display.php can be found in (shop/store folder, not admin) includes -> templates ->your custom folder ->templates

The code is generated on the AddThis site and if you let us know a position I or others here can help you to place it

hi,
Nice explanation do you have any example website
so that i can view how the code works 
Thanks in advance
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
SimplePortal 2.2.2 © 2008-2009