markputt Posted May 30, 2014 Share Posted May 30, 2014 So far my experience with prestashop has been FANTASTIC! I am very pleased. However, I am getting an error I can't figure out. I'm trying to simply edit a category and I keep getting this Property Category->date_add is not valid I can edit all my other categories fine...but this one looses it's mind. Can anyone help? Mark. Link to comment Share on other sites More sharing options...
NemoPS Posted May 31, 2014 Share Posted May 31, 2014 Only one? A single category? Always the same? If so try having a look at the database, ps_category table. Look for that one and check the date_add field Link to comment Share on other sites More sharing options...
markputt Posted June 1, 2014 Author Share Posted June 1, 2014 AWESOME... I think that fixed it. I have one more question. I don't want to let my users add more than one product of a type to the shopping cart. Now let me clarify. I don't want them hitting the -+ buttons to add or subtract quantities. I want them to add one and only one of the product. An un-changeable default quantity of 1. Lets say I'm selling apples. They can add one apple to the cart. If they want to add another apple they would have to "Continue shopping" and select an apple again. They can't add 10 apples all at once. How do I do that? Link to comment Share on other sites More sharing options...
NemoPS Posted June 2, 2014 Share Posted June 2, 2014 You can set the input box as type hidden instead of text in product.tpl, and then remove from the code the plus/minus icons Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now