How to correctly link to products?

  • Posts: 120
  • Thank you received: 1
12 years 2 months ago #61813

On my web site, I need to link to products from other Joomla articles and also from other products.
If I simply insert a hyperlink with the address of my products in the shop, it will be something like below:
www.mywebsite.com/shop/product/755-mnogo...benassi-ms-4300ld-ae

However, if a shop manager will change the name of the product, the link will change automatically and therefore all other articles will keep incorrect link to the product.
I was surprised that it will be still accessible, whatever I put after "/755", even www.mywebsite.com/shop/product/755-blah-blah-blah is still Ok.

But is there a smarter way of referring to products from within other articles on my site?

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

  • Posts: 12953
  • Thank you received: 1778
12 years 2 months ago #61828

Hello,

We are currently developping a solution to insert products in joomla articles so in few days you'll be able to use the Hikashop product insert solution.

Hope this will help you.

The following user(s) said Thank You: woonydanny, watashi

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

  • Posts: 120
  • Thank you received: 1
12 years 2 months ago #63114

Hello,

I have upgarded to the new version with minor bugs (add to cart button option suddently went OFF).

Howeever, I can not find the Product Insert solution insede the new package. Is it a separate / standalone solution that must come separately from main HikaShop package?

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
12 years 2 months ago #63347

There are two plugins called "HikaShop Product TAG insertion" and "HikaShop Product TAG translation" which have to be published for that.

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

  • Posts: 120
  • Thank you received: 1
12 years 2 months ago #63354

Hello Nicolas,

I can see the plugins and they are published, but how can I use them? Sorry, but Google search for "Product TAG insertion" results in two pages only. An the two pages have absolutely nothing to do with Hikashop.
The search across this forum also does not result in anything useful.
I have checked documentation and could not find any description for that plugin as well.

Is there any special syntax I can use in my articles?

Thanx

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
12 years 1 month ago #63498

Hi,

The documentation has not yet been written for that feature.

When you edit a joomla article, you will have a "product" button at the bottom of the editor where you can click to generate the special syntax for product tag.

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #63579

Nicolas, thanks for pointing out that button, I dod not notice it. :)

However, the feature still has two significant issues for me:

1) When I try to display both price and image of the product, instead it shows "no image" picture. When I show image only (without price), image shows Ok.

2) It links to product, but the links are totally not SEO-friendly, such as:
/component/hikashop/product/674-Бензопила%20HITACHI%20%20CS33EB

and the correct link would be:
/shop/product/674-benzopila-hitachi-cs33eb
(that's how it is generated by the Hikashop's frontend)

Ok, it still brings me to the proper product page. But who wants to keep many different links pointing to the same product from various pages of a site.
Also, Cyrillic characters are not transliterated, thus even folder will be corrected, still the full link is not the same.
In my opinion, the above issue will sigbnificantly decrease the SEO power of internal links.

Thanks for reading my comment. :whistle:

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

  • Posts: 82725
  • Thank you received: 13338
  • MODERATOR
12 years 1 month ago #63843

Thank you for your feedback on that.

Regarding your second point, we fixed that on our end.
For the first point, Mohamed will look at it tomorrow.

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

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #63931

Hi watashi,

Can you send me your TAG that you can find into your joomla article ?

Here is an example of TAG :

{product}1|link|cart|description|picture|border|pricedis3|pricetax1{/product}

Last edit: 12 years 1 month ago by Mohamed Thelji.

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #63950

Hello Mohamed,

It is confusing.

The link seems to be ok:
{product}734|name|picture|link|border|pricedis3|pricetax1{/product}

However, when I set product ID 1 instead of ID 734, it works!
So, it seems something is wrong with product 734..
{product}1|name|picture|link|border|pricedis3|pricetax1{/product}

I will take a closer look and revert to you in this thread.

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

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #63963

Does your product with the 734 ID have the good image ?

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #63965

Yes, I have just checked again.
Also, when I press the link to product, image on product page is shown without any problems.

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

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #63972

Ok, can you give me a temporary back-end access by PM ?

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #63978

Have sent by PM.

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

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #64004

I figured out where the problem was coming from so it should work for now.

The following user(s) said Thank You: watashi

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #64268

Mohamed, that works perfectly!
Can you also advice which view is responsible for its output?
I want to correct alignment of price from left to center.
I have found this line in CSS:

span.hikashop_product_price_full{
	text-align: left;
If I center it, it works, but it will also center price on full product page.
Therefore, as far as I understand, I will need to override the view to correct styling in product TAG insertion plugin only.
But I can't find the responsible view...

Last edit: 12 years 1 month ago by watashi.

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

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #64277

Hi Watashi,

It's works fine for me when I set the css like this :

span.hikashop_product_price_full{
	text-align: center;
But If you want to edit the view of the product insert plugin, you'll have to edit the file :
"./Hikashop/plugins/system/hikashopproductinsert/hikashopproductinsert_view.php"

Last edit: 12 years 1 month ago by Mohamed Thelji.

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #64279

Hi Mohamed,
Yes it works for me as well, but it will also center price on all other product pages. I do not want to affect product pages. I need to change price alignment on "product insert" block only.

Also, I do not want to hack it and edit php files directly as it will cause issues at the next Hikashop update. (the file will be overwritten, right?)

Is there any better idea? :)

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

  • Posts: 12953
  • Thank you received: 1778
12 years 1 month ago #64293

Yes, you can add this css then your product page won't be changed :

.hikashop_inserted_product .hikashop_product_price_full{ 
	text-align: center;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

ps : I already added this code to your CSS :).

The following user(s) said Thank You: watashi

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

  • Posts: 120
  • Thank you received: 1
12 years 1 month ago #64294

I could not understand why, but it really works!
Thanks again!

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

Time to create page: 0.094 seconds
Powered by Kunena Forum