Elxis CMS Forum

Community => Build with Elxis... => Topic started by: rentasite on November 30, 2010, 13:51:35

Title: NEW AgroService | Powered by IOS eShop
Post by: rentasite on November 30, 2010, 13:51:35

The url for the new site: www.agroservice.gr

Agricultural machinery

-  Elxis 2009.2 (Electra)
- IOS eShop 2.1
- Template: IOS Clean
- Languages: Gr/En
- Payments powered by Eurobank cards
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: datahell on November 30, 2010, 20:05:34
Good job, I like it.
Better replace the RSS links you have at the bottom left corner with the IOS Eshop's RSS feed.
http://www.agroservice.gr/eshop/latest-products.xml (http://www.agroservice.gr/eshop/latest-products.xml)

Note: Google has the site listed still as "under construction". You better post a sitemap or something like that in order for Google to re-scan the site.
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: webgift on November 30, 2010, 20:15:01
I like that project.
Bravo Supernet ... keep going like Johny does ;) ;D
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: rentasite on November 30, 2010, 22:04:54

Thanks for the info. i'll proceed
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: rentasite on December 03, 2010, 08:29:33
Better replace the RSS links you have at the bottom left corner with the IOS Eshop's RSS feed.
http://www.agroservice.gr/eshop/latest-products.xml (http://www.agroservice.gr/eshop/latest-products.xml)

Hard coded?  ???
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: webgift on December 03, 2010, 08:46:57
It's ok. Take a look my friend.

Directory / file : modules/mod_rssfeed.php

#line 81: // Case SEO enabled
replace or comment that line :
$link = $mainframe->getCfg('live_site').$isoL.'/rss/rss20.xml';
with this one :
$link = $mainframe->getCfg('live_site').$isoL.'/eshop/latest-products.xml';

#line83: // Case SEO disabled
replace or comment that line :
$link = $mainframe->getCfg('live_site').'/index2.php?option=com_rss&feed=RSS2.0&no_html=1';
with this one :
$link = $mainframe->getCfg('live_site').'/index.php?option=com_eshop&task=rss';

Verify that!
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: rentasite on December 03, 2010, 14:00:45

done - thanks!
Title: Re: NEW AgroService | Powered by IOS eShop
Post by: webgift on December 03, 2010, 14:03:48
;)