Hikashop & sh404SEF

  • Posts: 37
  • Thank you received: 0
12 years 10 months ago #34420

Hello,

I am exploring Hikashop free, and i'm thinking about purchasing the full product. Theres one big issue that's witholding me however..

It seems that hikashop is not compatible with sh404SEF, so all my webshop urls are huge and not logical..

for example a category:

http://www.heatplus.nl/Menu-item-for-category-listing-module-117/category/12-houtgestookte-cv/Itemid-565

Can you create a sh404SEF plugin for hikashop, so that hikashop has perfect SEF urls, and i can be found by future customers perfectly :)

Or if there already is a plugin like this please let me know :)

It would, however, improve the reputation of hikashop i think..

Thanks a lot!

Patrick

Last edit: 12 years 10 months ago by patrickvbw.

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
12 years 10 months ago #34476

Hi,

The part Menu-item-for-category-listing-module-117 is the name of your menu. You can go in the menu Display->Content menus and edit your menu to change it to what you want.

The category part can be changed in the "SEF url options" of the configuration of HikaShop.

The 12-houtgestookte-cv part is the id and the name of your product. That can't be changed.

Finally, for the part Itemid-565 that might require a slight modification.

Could you try to add the line:
unset($query);
before the line:
unset($query);
in the file components/com_hikashop/sef_ext.php and try again ? (you might have to clean your sh404sef cache to see the change) If that modification removes that without breaking anything, we would add it to next release so let us know how that goes.

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

  • Posts: 37
  • Thank you received: 0
12 years 10 months ago #34520

Ok, so every link is buildup as followed?

Website url | Menu name | SEO name product/category | Category name with ID

I now have the following, with the added code you stated, works fine..:

http://www.heatplus.nl/catalogus/categorie/12-houtgestookte-cv

However, when i go to a product, my urls are as followed:
http://www.heatplus.nl/catalogus/product/26-grondleiding-enkel-h-2075/category_pathway-17

Where does the last part of this url come from?

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
12 years 10 months ago #34564

The category_pahtway parameter is added to the URL so that hikashop knows from which category yo'ure coming from in order to build a correct breadcrumb when you use the breadcrumb module.

In the same manner, you can add the code below to remove it from the URL:

if(isset($query)) unset( $query );

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

  • Posts: 37
  • Thank you received: 0
12 years 10 months ago #34622

Hi nicolas,

Thanks again for the quick reply.

There is however a code that looks a lot like you mention already in that file:

if(isset($query['category_pathway'])&& empty($query['category_pathway'])){
			unset( $query['category_pathway'] );

Do i have to add the line you told me below that? Or do i edit this line?

Regards.

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
12 years 10 months ago #34658

You need to add it next to the other one of my first message.

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

  • Posts: 23
  • Thank you received: 0
10 years 1 month ago #175364

HI :) is this problem already solved with sh404SEF within hikashop essential version?

Please let me know I have to make a choice between buying sh404SEF or ARTIO jooms sef.

I see in the configuration hikashop that theree's something with sef urls but can't find any documentation on this? exept this one.

Please let me know s.a.p

thanks Ronald

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
10 years 1 month ago #175408

Hi,

The options for the simplification of the SEF URLs in HikaShop, which have been added since 2 years ago, will work with SH404SEF and the normal joomla SEF system.
These options can be found in the SEF section of the "features" tab of the HikaShop configuration. Code modifications are not necessary anymore.
JoomSEF have their own URL generator for HikaShop so I don't know what kind of URLs it will generate.

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

  • Posts: 2
  • Thank you received: 0
8 years 6 days ago #255724

hello. i have a problem with sh404 and hikashop. when i install sh404, my produkts in hikashop cant be displayed in front panel. can you help me?

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
8 years 5 days ago #255744

Hi,

Please open new threads for new issues.
And please provide information on your problem so that we can help you, like links to reproduce the problem on your website, screenshot of settings, version of HikaShop, etc.

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

Time to create page: 0.099 seconds
Powered by Kunena Forum