Remove "Unlimited items in stock" on shopping cart

  • Posts: 50
  • Thank you received: 3
10 years 10 months ago #164084

-- url of the page with the problem -- : fricanospizzaalpine.com/order-online/shoppingcart
-- HikaShop version -- : HikaShop Business 2.3.1
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.4.26

Can we remove the Status column on this page?

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

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #164103

Hello,
Can you give me more information of where you want to remove your "Unlimited items in stock" ? note that if it's on your cart module, you'll just have to set the "Show quantities in the cart" to NO through your cart module configuration page via "Hikashop->Display->Content modules".

The following user(s) said Thank You: TerryHikashop

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

  • Posts: 50
  • Thank you received: 3
10 years 10 months ago #164180

No it is a Cart Display as a menu item

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

  • Posts: 26249
  • Thank you received: 4039
  • MODERATOR
10 years 10 months ago #164191

Hi,

Please provide a screenshot with some explanations.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: TerryHikashop

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

  • Posts: 50
  • Thank you received: 3
10 years 10 months ago #164267

See the screenshots for how I created the page from a menu item (hikashop cart display) and how the page looks including the menu and stock status in the cart.

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
10 years 10 months ago #164268

Hi,

You have to edit the view "cart / showcart" and remove the HTML and PHP content for that part.

				<th class="hikashop_cart_status_title title" align="center">
					<?php echo JText::_('HIKASHOP_CHECKOUT_STATUS'); ?>
				</th>
And:
<td data-title="<?php echo JText::_('HIKASHOP_CHECKOUT_STATUS'); ?>" align="center"><?php echo $stockText;?></td>

The following user(s) said Thank You: TerryHikashop

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

  • Posts: 50
  • Thank you received: 3
10 years 10 months ago #164323

That worked, thank you

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

Time to create page: 0.133 seconds
Powered by Kunena Forum