Jump to content

radonneus

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Location
    Romania
  • Activity
    Web development agency

radonneus's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Initial text: Hello, I guess you've solved this issue in the meantime, could you pretty please share how ? I am facing the same problem, have a lot of new products, reseted the New Products module, cleared cache, disabled cache, all those. Thank you. Update, after finding my "problem": Without going trough all my struggle, "my problem" was that I was using the Duplicate product button because the main difference between the products is the title and picture so I couldn't be bothered to write all and everything again and most of all, the Combinations (as there are a few, same for all). So, in duplicating one product, Prestashop 8.1.2 also duplicates the product_add column (date) value in product_shop and product MySQL tables thus all duplicated products were the same "age" and this was the reason they would stop showing in New Products module. I'm not sure about this implementation from Prestashop guys, should a duplicated product be considered same age as the original or a new one ? They decided: same age. Is there a workaround for this instead of going into the database and updating product_add value ? Maybe I am doing/thinking it all wrong but I really don't wanna manually enter all product details when, as mentioned, the only difference is picture and name. For me, for future operations, I'll just modify the source code to use current date. Peace.
  2. This also happened to me but in my case the solution was simple: log in again. To reproduce this "problem" you have to log into back office, go to product page -> images. After this, change your internet connection to a different one, wireless in my case, and try uploading a picture. You'll get the syntax error message because your admin session is no longer valid (different IP, etc.) and ajax_file_upload.php is redirecting you to login page wich is not a valid answer for the javascript script. Nothing wrong with ajax uploader in my case. Respect.
×
×
  • Create New...