- Posts: 75
- Thank you received: 1
Creating individual RSS/Atom feeds
13 years 9 months ago #81928
by spotstv
Creating individual RSS/Atom feeds was created by spotstv
Here is my problem
I have set up two 'brands' Baron and Giema each has a category of the same name and in each I have set the 'brand' of two products to be either Baron or Giema. So I have two products in the category Baron flagged as a the brand Baron and the same with Giema.
When I link to either feed the give identical information. Which just shows the most recently modified products.
spots.tv/live/ces-b/index.php/machinery/...ype-atom?format=feed
spots.tv/live/ces-b/index.php/machinery/...ype-atom?format=feed
How can I make each feed only show products from that brand?
Using;
Joomla 2.5.8
HikaShoprt 2.0
PHP 2.5.7
Viewing feeds in Mac Firefox and Mac Chrome.
I have set up two 'brands' Baron and Giema each has a category of the same name and in each I have set the 'brand' of two products to be either Baron or Giema. So I have two products in the category Baron flagged as a the brand Baron and the same with Giema.
When I link to either feed the give identical information. Which just shows the most recently modified products.
spots.tv/live/ces-b/index.php/machinery/...ype-atom?format=feed
spots.tv/live/ces-b/index.php/machinery/...ype-atom?format=feed
How can I make each feed only show products from that brand?
Using;
Joomla 2.5.8
HikaShoprt 2.0
PHP 2.5.7
Viewing feeds in Mac Firefox and Mac Chrome.
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82061
by jesper
Replied by jesper on topic Creating individual RSS/Atom feeds
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82063
by spotstv
Replied by spotstv on topic Creating individual RSS/Atom feeds
Thanks Jesper but that doesn't work I'm afraid
Both feeds still show the identical products
Both feeds still show the identical products
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82172
by nicolas
Replied by nicolas on topic Creating individual RSS/Atom feeds
Hi,
Could you provide a screenshot of the hikashop options of your category listing menu (id 344) ?
Could you provide a screenshot of the hikashop options of your category listing menu (id 344) ?
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82341
by spotstv
Replied by spotstv on topic Creating individual RSS/Atom feeds
Here we are: Category screen shot
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82579
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Creating individual RSS/Atom feeds
Hi,
Could you provide a screenshot of the category listing menu (id 334).
In "Display > Content menu".
Regards,
Could you provide a screenshot of the category listing menu (id 334).
In "Display > Content menu".
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
13 years 9 months ago - 13 years 9 months ago #82640
by spotstv
Replied by spotstv on topic Creating individual RSS/Atom feeds
Sorry about that - don't have an id 334, try this (id 344)
Last edit: 13 years 9 months ago by spotstv.
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82865
by nicolas
Replied by nicolas on topic Creating individual RSS/Atom feeds
Yes, in the mean time, it seems that you changed your menus. It's now the menu with the id 360 that we would like to see.
I dug a bit in the code and might have an idea as to why it doesn't work properly, but it might actually not change anything. So you can try to add the code
after the code
in the file components/com_hikashop/views/category/view.feed.php and that might solve the problem. But it could be something else and thus not change anything for you.
Knowing how you setup your menu would help.
I dug a bit in the code and might have an idea as to why it doesn't work properly, but it might actually not change anything. So you can try to add the code
Code:
if(empty($cid)){
$params = new stdClass();
$module = hikashop_get('helper.module');
$module->initialize($params);
$cid = $params->params->get('selectparentlisting');
}
Code:
$cid = hikashop_getCID('category_id');
Knowing how you setup your menu would help.
Please Log in or Create an account to join the conversation.
13 years 9 months ago #83109
by spotstv
Replied by spotstv on topic Creating individual RSS/Atom feeds
Hi Nicolas
Tried the codes changes but not sure quite where the codes snippets need to go so not sure they made any difference.
Image of menu 360 included.
Tried the codes changes but not sure quite where the codes snippets need to go so not sure they made any difference.
Image of menu 360 included.
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds