Jump to content

KSteele

Members
  • Posts

    70
  • Joined

  • Last visited

1 Follower

About KSteele

  • Birthday September 7

Profile Information

  • Location
    Encinitas, CA
  • Activity
    Web development agency

KSteele's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. Did this module work for displaying Best Sellers per Category on it's own page? Also, do you know if it works with the new version of PS? (1.6.0.8)
  2. FIXED: Turns out the issue with this was a mod-security rule that was blocking access... had the hosting server tech disable it and everything began to work as expected. If you have this issue contact your host.
  3. FIXED: I fixed this by creating a full backup SQL included and reinstalling Prestashop... dumping the new database and importing the old database. With that the cart starting working again.
  4. Hi guys, I have cleared all my caches (including the theme cache) recompiled smarty and turned off the cache under the performance option but this error still persists. Whenever I add product to the cart (say 5 products) then continue to checkout - changing the quanity in the cart (either Standard and One Page Checkout) the cart starts spinning and never recovers. Check the store here: http://www.nutriguard.com Any suggestions would be appreciated as this is a live store. best regards, "K"
  5. I found it... Prestashop has an additional cache inside the themes folder that needed to be cleared in addition to the rest. All good now and faster than ever!
  6. Hi Guys, I have recently upgraded PS 1.4.6.2 to 1.6.0.6 in dev mode using the properly adjusted live site database and recreated the site in a manner that was a somewhat working site (see my other post about Fatal Error Permissions) ...enough working on the front and backend to go ahead and go live while I fix the other minor issues. So, tonight I made the switch from Dev to Live... moved the file set over... adjusted the database and cleared both the site and browser cache... checked the site and it is up and working (as far as I can tell) --- except for one thing... the FontAwesome and Social Networking icons / images are missing. I did login and went to Preferences / Images and regenerated the thumbnails but this did not help.. In addition to a Performance Recompile I also did a manual clear cache for cache/smarty/compile cache/smarty/cache img/tmp But this did not help either. This is now a live site so please feel free to leave a suggestion if you have one. The Site: http://www.nutriguard.com best regards, "K"
  7. ****EDIT: I should mention this is happening when I try to move an existing product to a different (new) category and try to save my changes... however, I moved all but one product to this same category. In other words it's just the one product that won't save. It seems that I also cannot Add a New Product.... This is the warning I get: This is not the first time I have seen this warning since I upgraded from 1.4.6.2 to 1.6.0.6 - So, obviously it's a permissions issue... but looking on the server I see that "nutriadmin" is set to 755 and "index.php" is set to 644. Are those not the right permissions for those files ??? ****EDIT: I should mention that I am using an Administrator account ********************************************* I also want to add that I would simply recreate the product and associate it to the new category - but I am afraid that existing customers using their order history to "Reorder" would return an Out of Stock notification or Product doesn't exist or ??? for a product that actually does exist and is in stock. I don't know if this could be an issue or not - if anyone definitively knows please feel free to reply with an answer to that.... I am desparate to get this fixed though as I have the live site in Maintanence mode - any help?
  8. I found another thread that straightened me out... all good
  9. for some reason (and I did clear the site and browser cache) changing the "displayhometab" does change the position of the tab but does not change the active tab. Any idea why?
  10. Working!!!! I shall now bow when you walk by.... so, what does this mean? Is there anything I should do to the "class_index.php" file now... or just leave it alone?
  11. Thanks for the quick reply El Patron... but unless there is a second Customer.php somewhere - looking on the server I see it present here: dev/vitamin-store/classes/Customer.php Edit: On second thought - maybe it's corrupt, I will upload a fresh version and report back.
  12. Hi Guys, really need some input here. I have used the 1-Click Upgrade to update PS 1.4.6.2 to the current version 1.6.0.6 and the Backend is working fine but I have this error on the frontend: Does anyone know what I can do to fix this please? See it here: http://dev.nutriguard.com/vitamin-store/ *************************************************************************** Here is the block of code that the error refers to - Line 297 in Red: // Get groups list if ($use_groups) { if (isset($context->customer) && $context->customer->isLogged()) $groups = $context->customer->getGroups(); elseif (isset($context->customer) && $context->customer->isLogged(true)) $groups = array((int)Configuration::get('PS_GUEST_GROUP')); else $groups = array((int)Configuration::get('PS_UNIDENTIFIED_GROUP')); } } ***************************************************************************
  13. Hi Guys, thanks for reading. Using: PS 1.6.0.6 Default PS Theme w/ Custom Css I have a Case Discount setup on our store and I see that during checkout the discount works fine.... meaning if I order 12+ products the % is deducted just fine.... however, if I have say... 8 products in the cart during checkout and use the + button to add more product, it works.... but, I get an error each time I click the + button. The error is a popup window the reads: "This address is invalid." Also, at the bottom of the cart the Payment option is missing and instead there is a RED warning that reads: "Error: Please select an address." However, I am signed in to my dummy test account and the address is fine... and even shows during checkout. However, the cart is forcing me to add another address (even though it is the same address) to be able to proceed. Any ideas? See the site here: http://www.dev.nutriguard.com/vitamin-store/ best regards, "K"
×
×
  • Create New...