D
D
dvakarandasha2018-10-24 16:59:18
css
dvakarandasha, 2018-10-24 16:59:18

How to make anchor links to tabs in Woocommerce?

Woocommerce has a product page - https://chestery.ru/product/grimernoe-zerkalo-100-...
The product has 2 tabs: Description (id="tab-description"> ) and Delivery (id="tab- woodmart_additional_tab").
How to insert anchor links to specific tabs in the product code (under the price)?
This doesn't work:

<a href="#tab-description">Рассчитать индивидуальный заказ</a>
<a href="#tab-woodmart_additional_tab">Доставка и оплата</a>

The anchor works only on the active tab.
This also doesn't work:
<a href="#tab-woodmart_additional_tab" onclick="$('a[href=#tab-woodmart_additional_tab]').woodmart_additional_tab_tab('show'); return false;">тест3</a>

I feel that a js event should fire to activate the tab, but I don’t understand how to write it correctly.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pychev Anatoly, 2018-10-24
@pton

Your tab works on the link

<a href="#tab-woodmart_additional_tab">Доставка и оплата</a>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question