質問

I have a static page of shop. On this page there are different images. I want to link these images to the specific categories types. For example i have an image of men's clothes. Now i have also a category of men's clothes. on clicking the image it should go to that category. As this page is made from the admin>content>pages. I am not able to get the base url or the link url.

Some one can help me in this regard?

役に立ちましたか?

解決

Please use below code for link in static page

<a href="{{config path="web/unsecure/base_url"}}<<YOUR CATEGORY URL KEY>>" target="_self"><img src="{{media url="wysiwyg/clothing.png"}}" alt="" width="IMGWIDTH" height="IMGHEIGHT" /></a>

OR

<a href="{{store url='YOUR CATEGORY URL KEY'}}" target="_self"><img src="{{media url="wysiwyg/clothing.png"}}" alt="" width="IMGWIDTH" height="IMGHEIGHT" /></a>
ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top