#1178

Hi,

1. Variable Products: please view guide https://prnt.sc/vc9u57
Our link demo: Variable Products
If you need to help, please upload to your hosting and send for me information about your site.

2. Please go to /wp-content/themes/poco/inc/woocommerce/woocommerce-template-functions.php see function “poco_handheld_footer_bar”
– Remove item: add code unset($links[‘name-item-remove’]);
– Change item: `$links = array(
‘shop’ => array(
‘priority’ => 5,
‘callback’ => ‘poco_handheld_footer_bar_shop_link’,
),
‘my-account’ => array(
‘priority’ => 10,
‘callback’ => ‘poco_handheld_footer_bar_account_link’,
),
‘search’ => array(
‘priority’ => 20,
‘callback’ => ‘poco_handheld_footer_bar_search’,
),
‘wishlist’ => array(
‘priority’ => 30,
‘callback’ => ‘poco_handheld_footer_bar_wishlist’,
),
‘cart’ => array(
‘priority’ => 35,
‘callback’ => ‘poco_handheld_footer_bar_cart’,
),
);`

Click edit name item and edit function callback.
In function callback, you can call your link.

Please copy all function and paste into child-theme to override