- Posts: 490
- Thank you received: 2
wishlist layout
9 years 8 months ago #259386
by ronron
wishlist layout was created by ronron
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none
hi
how do i remove the following from the wishlist page
1. quantity
2. status or stock
3. total price
4 add to
thanks
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none
hi
how do i remove the following from the wishlist page
1. quantity
2. status or stock
3. total price
4 add to
thanks
Please Log in or Create an account to join the conversation.
9 years 8 months ago - 9 years 8 months ago #259416
by Philip
Replied by Philip on topic wishlist layout
Hello,
There one solution, use some custom Css in order to hide elements, example with Quantities fields:
See here , here how to proceed to create a custom Css
Hope this will help you.
Regards
There one solution, use some custom Css in order to hide elements, example with Quantities fields:
hikashop_cart_quantity_title title,
hika_show_cart_total_quantity,
hikashop_show_cart_quantity_td {
display: none;
}
See here , here how to proceed to create a custom Css
Hope this will help you.
Regards
Last edit: 9 years 8 months ago by Philip.
The following user(s) said Thank You: ronron
Please Log in or Create an account to join the conversation.
Time to create page: 0.148 seconds