Jump to content

midana

Members
  • Posts

    203
  • Joined

  • Last visited

1 Follower

Profile Information

  • Activity
    User/Merchant

midana's Achievements

Newbie

Newbie (1/14)

3

Reputation

4

Community Answers

  1. Nevermind, it was the advanced url-module that was inactive.
  2. I just upgraded a PS from 1.6 something to 1.6.1.0 stable. And I get a text on the site (the rest of the theme seem fine) that says "no products found" in an alert box in content. and same on the startpage it says "page doesnt exist". Anyone know what could cause this? CHMOD?
  3. I moved to a better sever and things work fine. Except some issues with modules and ftp-attributes, etc. One issue I have now is that I can't click to show more products under "Products" (menu back-office), I cant even change the page by clicking the pagination-numbers. I just get back to the first page. Anyone who knows how to fix that?
  4. Thank you I know it should be there, but in this installation the option for productpage and categorypage doesn't exist. So I will try and upgrade it and see it that helps.
  5. Saw that someone said that the issue is fixed in a later version so I will try and update it. "The bug is fixed in PS 1.6.0.13. Download PS new version."
  6. In a prestashop 1.6.0.11 i can add left column through the advanced settings on the theme-page. But in that list there is no option for productpage nor categorypage. :S Is this normal?
  7. Why do you want to install Prestashop on your laptop? Do you mean by using XAMPP and such for testing?
  8. When creating an order manually from a cart in backoffice, the link presented for payment-options for the customer looks something like this: domain.com/order?step=3&recover_cart=[number]&token_cart=[number] It would be awesome to have that link in the emails sent out by the module that sends emails to people with abandoned carts. Is there a way to call this link?
  9. It worked for me to replace this: $message = new Swift_Message('['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject); with: $message = new Swift_Message(/*'['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.*/$subject);
  10. I have had re-occuring 503/500 errors at a Prestashop store. I have noticed these errors at other PS stores on the same host, but I'm not sure why. In this case I need the website to be up more than it currently is. It happens several times a month where the website slows down and then goes down with an error. This "server unavailable" can last for a few minutes up to an hour or so. I have tried checking the website for issues and none found in this case. Also contacted the host about it. Some times it's been the host having issues temporarily and other times they have said it could be my website. Today they checked the error log and said it was that the website uses up all of the php-processes. Not sure what that means or if the translation of the word into English is correct but I hope it makes sense for someone. They also said that the cause for that happening could either be that the website has something that runs for too long and/or don't "close" correctly. Or that the website isn't fitted for shared hosting but should upgrade to VPS. I only have 100-300 visitors a day, do I really need VPS? They are a bit expensive for me currently. I'm really sad about this issue so if anyone could help I would be greatful. Thank you. <3
  11. I have searched the forum but haven't found a solution that fits with this one.. So I'm hoping anyone knows how to do it or knows a thread that could solve it. My issue is that when I try to add 4 items of something, when the sock is just 3, nothing happens. Nothing gets added and no message popups up telling the visitor whats going on. Is there a way to make it popup saying not enough in stock?
  12. Got it to work by changing those products urls to something completely different
×
×
  • Create New...