MoonFaery Posted March 18, 2006 Posted March 18, 2006 (edited) I have been messing around with osCommerce for the last day or so. I'm not highly skilled in .php, but I have managed to get around and customize myself. I am having trouble trying to find a spot that I know I've probably seen while going through the files, so I figured I'd ask here. All I want is the file that it would be in, not how to do it After I have clicked on a link in "Categories" it pulls up the items for that "Category" and at the top of the items is: "Let's See What We Have Here" Where is that so I can edit it? Thanks in advance! Edited March 18, 2006 by MoonFaery Quote
MoonFaery Posted March 18, 2006 Author Posted March 18, 2006 Thank you I figured after I had posted I would *of course* find it myself Quote
MoonFaery Posted July 11, 2006 Author Posted July 11, 2006 I've been ironing out the wrinkles that I have.. I keep running into this error... Any ideas? 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 '-20, 20' at line 1 select o.orders_id, o.customers_name, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total' order by o.orders_id DESC limit -20, 20 [TEP STOP] So far so good, but now this is more than confusing to me Quote
Just_Rob Posted July 12, 2006 Posted July 12, 2006 Was that a bump? Try changing "DESC limit -20, 20" to "DESC limit 20" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.