Delete orders

  • Posts: 60
  • Thank you received: 0
  • Hikashop Essential
1 year 11 months ago #341549

-- url of the page with the problem -- : swib.nl/J4
-- Joomla version -- : 4.1.3
-- PHP version -- : 8.0.7

I am working at a new website and I have configured the method of payment with Ideal. On the current website ( www.swib.nl ) I can delete orders which are cancelled.
At my new website, which is under construction I cannot delete the orders. I would like to delete them....

Attachments:

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

  • Posts: 81515
  • Thank you received: 13068
  • MODERATOR
1 year 11 months ago #341553

Hi,

Thank you for your feedback on this.

The issue is that your screen width is too small and thus HikaShop's CSS is hiding some of the columns.
However, we shouldn't hide the checkbox column and install hide another one like the last modified one.
Change the code:

div#hikashop_main_content.hika_j4 table#hikashop_order_listing th:nth-child(2),
	div#hikashop_main_content.hika_j4 table#hikashop_order_listing td:nth-child(2) {
to:
div#hikashop_main_content.hika_j4 table#hikashop_order_listing th:nth-child(7),
	div#hikashop_main_content.hika_j4 table#hikashop_order_listing td:nth-child(7) {
in the file media/com_hikashop/css/backend_default.css and it will do that.
We'll add that change on our end for the next version of HikaShop.

The following user(s) said Thank You: Swib

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

Time to create page: 0.079 seconds
Powered by Kunena Forum