one product in two differend categories

  • Posts: 5
  • Thank you received: 0
11 years 2 months ago #122097

Hello i am newbie here and i have this problem i cant figure out how to add a product in two differend categories .


-- HikaShop version -- : .x.x
-- Joomla version -- : 3.x.x

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #122108

Hi,
You'll just have to do it through the "categories" tab of your product page, and add another category.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
11 years 2 months ago #122142

thanks a lot it worked perfectly one more question can i have differend Page title in these products

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 2 months ago #122153

Can you give more information on what you want to do as I don't understand what you mean by having different page titles ?

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
11 years 2 months ago #122182

i mean that i have now the product in 2 different categories in my eshop for example

products > water > water filters

and the 2nd

products > parts > water filters

in the page title <title> </title> i want to have different
the 1st one
<title> products > water > water filters </title>
the 2nd one
<title>products > parts > water filters </title>

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 2 months ago #122237

The title should always be the same for the same page even if you come from different categories, otherwise it won't be good for SEO. So I don't recommend you to do that.
Nevertheless, you can change the title like that:

<?php
$document = JFactory::getDocument();
$document->setTitle( 'my title' );
?>
in the file "show" of the view "product" via the menu display>Views.

Please Log in or Create an account to join the conversation.

Time to create page: 0.046 seconds
Powered by Kunena Forum