Jump to content

Sale Items Tab Error


Guest pcupgradeltd

Recommended Posts

Guest pcupgradeltd

I get this error when click on sale items tab

MySQL Error Occured

1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY price ASC LIMIT 0, 10' at line 1

QUERY = SELECT * FROM CubeCart_inventory WHERE ORDER BY price ASC

I tried searching, is it a known bug?

Thanks

Link to comment
Share on other sites

I get this error when click on sale items tab

MySQL Error Occured

1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY price ASC LIMIT 0, 10' at line 1

QUERY = SELECT * FROM CubeCart_inventory WHERE ORDER BY price ASC

I tried searching, is it a known bug?

Thanks

You use some php varible in the SQL question probably which is empty. Missing condition WHERE. Just remove WHERE word in SQL question to see 10 lowest price products.

Dont know if this is what you want to show.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...