Jump to content

Ray UK

Members
  • Posts

    639
  • Joined

  • Last visited

  • Days Won

    1

Ray UK last won the day on September 4

Ray UK had the most liked content!

1 Follower

About Ray UK

  • Birthday July 20

Profile Information

  • Location
    Southport
  • Activity
    Freelancer

Recent Profile Visitors

8,995,070 profile views

Ray UK's Achievements

  1. Ive just re-installed this because I had to remove due to a bad bug. After installing this one, its working, but there is some error in the css file "payments.css" This is how it looks So you need to add this css to your custom.css /* CHECKOUT PROCESS */ .ps_checkout-payment-option label { display: flex !important; } then it looks like this If you share your url then maybe a little bit of css changes will resolve your issue.
  2. Exactly the same happened to me, same file. If deleting that file doesnt work then you may need to find the older version of ps_checkout and re-install that. I moved the ps_checkout module from the modules dir via ftp and the site will return.
  3. So previously, I'm sure there was a button "reset defaults" in the theme section of the B.O, and now I cant find it. So after making a change in theme.yml, without selecting another theme and switching back, how can we tell PS to look for changes in theme.yml (I've also looked and don't see a shop.json in the theme directory)
  4. After updating to the latest ps_checkout the following error is shown, and the whole site went down. Invalid resource provided: "/home/********/public_html/modules/ps_checkout/translations/en-US/ModulesCheckoutPscheckout.en-US.xlf"; Errors: [ERROR 1871] Element '{urn:oasis:names:tc:xliff:document:1.2}source': This element is not expected. Expected is one of ( {urn:oasis:names:tc:xliff:document:1.2}seg-source, {urn:oasis:names:tc:xliff:document:1.2}target, {urn:oasis:names:tc:xliff:document:1.2}context-group, {urn:oasis:names:tc:xliff:document:1.2}count-group, {urn:oasis:names:tc:xliff:document:1.2}note, {urn:oasis:names:tc:xliff:document:1.2}alt-trans, ##other{urn:oasis:names:tc:xliff:document:1.2}* ). (in /home//********//public_html/[admin-dir]/ - line 812, column 0) To get the site back I can remove the ps_checkout module from the modules directory, but I put the module back and the site goes down again. šŸ˜•
  5. The module isnt showing in Module updates, but shows when loading marketplace and says "improvements & bug fixes". It fails to update itself. It needs bugs fixing to install the update to fix more bugs lol šŸ˜
  6. The forum wont let me post the code (in the <> block) thats in the image above If I try to paste that code I get the error saying "This comment can no longer be edited. It may have been moved or deleted, or too much time may have passed since it was posted for it to be edited."
  7. can i reply on computer yet... UPDATE: computer access is back. Support told me how to clear my cache, restart my computer and disable browser add-ons. im glad they are there as I would never have known how to do that.. I didnt try those as I know that wasnt the problem. Its seems cloudfare has now unblocked me
  8. Thanks for the reply patron. I tried the statement you suggested and they all point to the same category Id of 159. 159 is the correct cat id and that category is working fine on the front end. im replying on phone as my computer has been blocked from accessing the forum lol
  9. Hi, So I have a strange problem here. On a shop running PS8.1 one of the products is not editable using the "New Product Page". Stock can be added using the stock page, and the product is visible on the front and working fine and there are other products in assigned to the same category, which can be edited. Yet when an edit is attempted on this product it throws this error PrestaShop\PrestaShop\Core\Domain\Category\Exception\ CategoryNotFoundException in src/Adapter/Category/Repository/CategoryRepository.php (line 213) ; $category = $categoryQb->execute()->fetchAssociative(); if (empty($category)) { throw new CategoryNotFoundException($categoryId, 'Cannot find breadcrumb because category does not exist'); } $categoryName = $category['name']; $qb = $this->connection->createQueryBuilder(); I know It's still an "experimental" page, but it works on every other product except this one. Any ideas as to what it is referring to. Thanks
×
×
  • Create New...