EmailAFreind Script

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
tachia
Lieutenant (LT)
Lieutenant (LT)
Posts: 61
Joined: Tue Dec 30, 2008 6:30 pm

EmailAFreind Script

Post by tachia » Wed Aug 26, 2009 10:55 am

I recently upgraded to 7.0.3, but now my email a friend script will not work. The link was customized, but I rather just get the orignal files.

Is there a way to get the scripts that originally came with the software? Or ican you request the script that used on the demo site?

Thanks.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: EmailAFreind Script

Post by mazhar » Wed Aug 26, 2009 6:53 pm

EmailAFriend is out of the box feature that allows you to send a product link. In order to make use of this feature you need to reference ProductTellAFriend control, something like below

Code: Select all

[[ConLib:ProductTellAFriend]]

tachia
Lieutenant (LT)
Lieutenant (LT)
Posts: 61
Joined: Tue Dec 30, 2008 6:30 pm

Re: EmailAFreind Script

Post by tachia » Thu Aug 27, 2009 8:35 am

The company that did the design work for my store, did a lot of "quick fixes" to make things work. The original ConLib was changed and now it will not work with the upgrade to the cart.

So now I have a custom file in the ConLib folder (ProductTellAFriend), the email template (EmailAFriend)and the "Show Product 1" scriptlet was changed. I wanted to change it back to the original files, but I don't have the originals. Is there somewhere you can get the original files?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: EmailAFreind Script

Post by mazhar » Thu Aug 27, 2009 6:39 pm

All you need is to make use of respective files from standard package of 7.0.3. Also from where you are using ProductTellAFriend code. If its under ConLib/Custom then most probably unmodified version will be in ConLib folder. Secondly in order to get default scriptlet all you need is to remove the customized version by going to Website -> Content and Layouts and then deleting modified Show Product 1 scriptlet.

Post Reply