Post by lashman » Fri Jun 11, 2010 2:58 am

Hi,
I have installed the Tell a Friend script found in the module support into OC v1.4.8
Everything seems to be set up ok but when I click ¨tell a friend ¨ in the information box it comes up with this:

Index of /store/tellafriend
Parent Directory
tellafriend/

when you click tellafriend above it come up with the correct tell a friend form.
Anyone shed any light on the problem.
Thanks,
Lashman

This is what I did: I changed the domain to mine.

Now create a new page called 'Tell a Friend'
In the Description box click 'source' and add this text
<iframe scrolling="no" height="378px" frameborder="no" align="right" width="520px" name="frame1" src="http://www.YOUR-DOMAIN.com/tellafriend"></iframe>

Active Member

Posts

Joined
Sun Feb 21, 2010 9:02 pm
Location - North Yorkshire

Post by fido-x » Fri Jun 11, 2010 8:50 pm

You'd be better off using this. Works within the OpenCart framework (doesn't need any "iframe" rubbish), and allows for as many "friends" as you like.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by lashman » Sat Jun 12, 2010 5:39 am

Thank you very much Fido-x works a dream, I have downloaded your PDF Viewer also, I think I will be able to print a descent Invoice off with this module.
Will make a donation.
Lashman

Active Member

Posts

Joined
Sun Feb 21, 2010 9:02 pm
Location - North Yorkshire

Post by fido-x » Sat Jun 12, 2010 8:36 am

lashman wrote:Thank you very much Fido-x works a dream, I have downloaded your PDF Viewer also, I think I will be able to print a descent Invoice off with this module.
Will make a donation.
Lashman
Glad to here it worked for you.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by stonehinged » Thu Sep 02, 2010 1:47 am

I'm using Fido-X Tell a Friend on OC 1.4.7 and after submitting I get an error:

Fatal error: Cannot access protected property Mail::$protocol in .../store/catalog/model/catalog/tellafriend.php on line 30.

Any help with this would be greatly appreciated.

STONEHINGED
Handcrafted, Semi-Precious Jewelry
http://www.stonehinged.com/


User avatar
Active Member

Posts

Joined
Wed Aug 18, 2010 9:10 am
Location - US

Post by fido-x » Thu Sep 02, 2010 6:31 pm

You seem to be having a few problems with this and the calendar/events modules. What else have you got installed in your setup that your not telling?

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by stonehinged » Fri Sep 03, 2010 12:26 am

A social media module and that's about it. It was and still is working fine. I have turned on friendly URLs by editing the .htaccess file and all that appears to be working. I'm puzzled as both the Tell a Friend and Calendar/Events modules were supposedly "new" files, not overwriting anything else. Last night I did have some luck with Calendar/Events by commenting the following in events.php:

/* $this->load->model('setting/store');
$this->data['stores'] = $this->model_setting_store->getStores();
if (isset($this->request->post['calendar_store'])) {
$this->data['calendar_store'] = $this->request->post['calendar_store'];
} elseif (isset($calendar_info)) {
$this->data['calendar_store'] = $this->model_catalog_calendar->getCalendarStores($this->request->get['calendar_id']);
} else {
$this->data['calendar_store'] = array(0);
} */

and

/* $this->load->model('tool/image');
if (isset($calendar_info) && $calendar_info['image'] && file_exists(DIR_IMAGE . $calendar_info['image'])) {
$this->data['preview'] = $this->model_tool_image->resize($calendar_info['image'], 100, 100);
} else {
$this->data['preview'] = $this->model_tool_image->resize('no_image.jpg', 100, 100);
} */

Does that help any?

My site sits at http://www.stonehinged.com/store

Thanks.

STONEHINGED
Handcrafted, Semi-Precious Jewelry
http://www.stonehinged.com/


User avatar
Active Member

Posts

Joined
Wed Aug 18, 2010 9:10 am
Location - US
Who is online

Users browsing this forum: No registered users and 3 guests