Brand on product page

  • Posts: 125
  • Thank you received: 1
10 years 3 months ago #204577

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.5

Hello,

On the product page the brand doesn't work. When i press on the brand it opens an empty page. How can i make it open a page which will show products of the same brand. I attached a screenshot. I want when i press on the Apple logo, all apple products will open.

Regards,

Attachments:

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
10 years 3 months ago #204586

Hi,

There is no such display by default in HikaShop.
It must come from a customization of the page, either by the template provider or the designer.
So hard to say.

Could you provide a link to the page ?

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

  • Posts: 125
  • Thank you received: 1
10 years 3 months ago #204640

Hello,

I'm sorry, I meant I want to display the manufacturer, but for some reason I'm getting a blank page when I press on the manufacturer logo. How can make it work?

Regards,

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
10 years 3 months ago #204650

Hi,

As I said in my previous message, I don't know how you display you manufacturer logo on the product page (there is no such logo displayed by default).
So I can't tell you why the link on it is wrong as I don't even know what is the link or how it was made.
So telling you how to make it work is even more difficult as I'm completely in the dark as to the situation.

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231421

Hello!
I have the same question (this same template as i see).
On the right i have manufacturer logo Brand:



When i click on the logo, is is enlarged, or site is blank .. :/
How can i change it, to redirect to all products of Brand / Manufacturer?
The code of this part is:
<!-- Brand -->
			<div class="clearfix"></div>
			<?php
			if($this->config->get('manufacturer_display', 0) && !empty($this->element->product_manufacturer_id)){
				$class = hikashop_get('class.category');
				$manufacturer = $class->get($this->element->product_manufacturer_id, true);
				global $Itemid;
				$categoryClass = hikashop_get('class.category');
				$categoryClass->addAlias($manufacturer);
				?>
				<span class="title"><?php echo JText::_('TPL_ITEM_PRODUCT_BRAND'); ?></span>
				<div class="custom_brand_image">	
				<?php
				echo '<a href="'.hikashop_contentLink('category&task=listing&cid='.$manufacturer->category_id.'&name='.$manufacturer->alias.'&Itemid='.$Itemid,$manufacturer).'">'.$this->image->display($manufacturer->file_path,false,$manufacturer->file_name, '', '', $this->image->main_thumbnail_x, $this->image->main_thumbnail_y).'</a>';
				?>
				</div>
				<?php
			}
			?>

I hope it will not be a problem for you :)

Best Regards
Wojciech

Attachments:
Last edit: 9 years 6 months ago by Labas.

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 6 months ago #231441

Hi,

Please download again the install package of HikaShop on our website and install it on your website. It will add all the latest patches including some for the brand link creation on the product page.

If you still have the problem after that, please provide a link to that product page so that we can look more in depth into your problem.

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231514

Hi Nicolas,
I am using newest HikaShop Starter version, but on my local machine :/

Regards
Wojciech

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

  • Posts: 86
  • Thank you received: 9
9 years 6 months ago #231533

Hi,
Sometimes the Canonical URL of the Brand is wrong. Simply delete that canonical url from the Brand settings page and you will see the products that are published info that Brand categorie when clicking on the brand at the right side of your page.


Kind regards,
Cornel

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231535

Hello kernel64,
Thank you for your message.

When i goes to:
Products -> Brands and i want to edit it, i have:



Should Canonical URL be here??

Regards
Wojciech

Attachments:

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

  • Posts: 86
  • Thank you received: 9
9 years 6 months ago #231544

Yes, the canonial URL goes where "Preferowany URL" is.
This URL can be created automatically by hikashop if you set Hikashop --> Configuration --> SEF URL options (Use canonial URL or make URL when not already there).


Kind regards,
Cornel

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 6 months ago #231564

Hi,

The patches I talked about in my previous message are for the newest version of HikaShop. So please do as instructed and download again the install package of HikaShop on our website and install it on your website.

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231609

@kernel64
Thank you. I "turned on" automatic creation of URL;s by Hika. Unfortunatelly, link still is wrong :/

@Nicolas, i have HikaShop from : 20 janvier 2016, i do not see newer :/ is there available any ChangeLog for actual versions??

Regards

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

  • Posts: 86
  • Thank you received: 9
9 years 6 months ago #231610

Would be nice if you could at an URL so we can check and test.
Please download Hikashop again.....although it is still version 2.6.1, the source has been updated.
Look at hikashop, configuration, main (bottom of that page) which in my case has "HikaShop Business 2.6.1 [1602251728]"


Kind regards,
Cornel

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231612

Hello kerner64,
I am still working on my local machine and Xampp, so i can't gibe you a link.
I will download newest HikaShop and check.

Thank you!

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231876

Hello!
I downloaded, updated and tested newest wesion (from yesterday).

Unfortunatelly, it does not work.:/
I am keep trying.

Regards!

Last edit: 9 years 6 months ago by Labas.

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 6 months ago #231895

Hi,

It's not a test version.
The patch does fix an issue with the brand URL creation.
If it doesn't change anything for you, it's probable that your problem is different.
Unfortunately, as we don't have the problem on our end and can't look directly at your page (the HTML, the different links, etc), it's hard to say anything useful.
Could you put it online ? Or recontact us for that problem when you put it online.

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

  • Posts: 37
  • Thank you received: 0
9 years 6 months ago #231942

Hi Nicolas,
Yes, sure i will contact you / i will write this temaplate.

Thank you for your help!
Regards
Wojciech

Last edit: 9 years 6 months ago by Labas.

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

Time to create page: 0.120 seconds
Powered by Kunena Forum