Question: Sub-Categories Are Not Showing Up In Pos

Sub-Categories Are Not Showing Up In Pos

The Sub-Categories are not showing up in the POS. The Brands and the Categories do, categories also show up in the site.

BW

Brent Wallace

Asked

The Sub-Categories are not showing up in the POS. The Brands and the Categories do, categories also show up in the site.

  • MS

    Mian Saleem

    Answered

    Hello,

    POS only shows the subcategories for the selected category. Please try to select Blue Sapphire Rounds and then check subcategories.

    Thank you

  • BW

    Brent Wallace

    Answered

    Thank you!

  • BW

    Brent Wallace

    Answered

    Mian, can you help me add a short script that will automatically open the subcategories when a parent category is clicked? Example: click Blue Sapphire Rounds > subcategories 2.0mm, 2.5mm, 3.0mm etc will automatically open. Most of my customers are not very tech savvy. Thank you, happy to pay you also. Brent

  • BW

    Brent Wallace

    Answered

    Mian, I have a couple of questions (requests) about the POS buttons at the bottom of the page:

    First off I’m not sure what the difference is between “Order” & “Bill”. Also does the “Suspend” button just cancel the transaction?

    What I’d like to be able to do is change one of the buttons below to create a “Memo” (Quote). Most of the time I send my items out for approval before an actual sale. I know I can go through the menu to create a quote (Memo) but this would shorten the process as I’m standing directly in front of the customer while in their store. Again, happy to pay for your time.

    Thank you again, Brent

  • MS

    Mian Saleem

    Answered

    Hello,

    You can edit themes/default/admin/views/pos/add.php and add the $('#subcategory-slider').toggle('slide', { direction: 'right' }, 700); after appending the subcategory to page .appendTo("#subcategory-list")

    If you click order, you will see that it has no price info but the item name and quantity only for ordering use, like to send it ti kitchen etc. The Bill has pricing and total details to get paid before submitting the sale, but it’s not receipt as there is no invoice number/reference number.

    The suspend button will save the order and put it on hold so you can open or change new/other orders. You can reload the suspended order from suspended orders, the menu link is in top bar.

    To have memo option from pos, you will need to hire any php developer to help you modify the code as you need.

    Thank you

  • BW

    Brent Wallace

    Answered

    I just noticed that when I added a product to a new memo that the price was $60.00 also…

  • MS

    Mian Saleem

    Answered

    Hello,

    Yes, that code will open the subcategory panel regardless. You should hire any php developer to help you modify the item as you need.

    1. Once you have added the products, you can add purchase to set initial stock. Sales will decrease and purchases will increase the stock.

    2. You can set number decimals and quantity decimals in system settings.

    3. System doesn’t price anything; it uses your input. If you have set the product price $15, it should be $15 on shop and admin area (unless you have customer group and price group). I am not sure you figured this out but if not, please share a screenshot.

    There is no option to use product as shipping as the tax (if order level) will be applied to them.

    System sent email as per your settings. If you get a green message that email is sent that means system has initiated the request and response was fine. There could be many other reasons for the email failing or not dropping in inbox.

    Please take the screenshot where the date is not formatted.

    Thank you

  • MS

    Mian Saleem

    Answered

    Hello,

    Your date format is dd/mm/yyyy but you want system to display mm/dd/yyyy. Why don’t you select the mm/dd/yyyy for date format?

    I can’t do anything with your email settings. I just want to know when you try to email what happens?

    The product code can only have alpha-numeric values with dash and underscore. I don’t recommend but you can remove the validation if you want.

    Thank you

  • MS

    Mian Saleem

    Answered

    Hello,

    SMS uses utf-8 encoding.

    If you don’t assign tax to product, then there won’t be any. Order level tax can be disabled and there are 3 Invoice View options in system settings.

    The same language key might be in different files, you can search the files.

    Thank you

  • Login to Reply