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>
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!
Glad to here it worked for you.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
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!
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/
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!
/* $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/
Users browsing this forum: No registered users and 4 guests