Jump to content

Alldo Group

Members
  • Posts

    100
  • Joined

  • Last visited

About Alldo Group

  • Birthday 01/14/1972

Contact Methods

Profile Information

  • Location
    Sweden
  • Activity
    Web development agency

Alldo Group's Achievements

Newbie

Newbie (1/14)

9

Reputation

  1. Dear Forum! We are trying to move a PS 1.4.7.0 to a new server. Now we getting a "You already have the maximum quantity available for this product." error, when trying to add a product to the cart. The problem exists on all products. The problem persists when we upgrade to 1.4.11 on this new server. php -v PHP 5.5.9 (cli) (built: Mar 5 2014 05:15:14) Copyright © 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright © 1998-2014 Zend Technologies with Zend OPcache v7.0.3 Copyright © 1999-2014, by Zend Technologies. mysql -v Server version: 5.6.16 Source distribution. uname -a FreeBSD server 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014. We are unsure what's causing this error message and problem. Maybe Prestashop is incompatible with either PHP 5.5 or MySQL 5.6. When we enable error reporting, it doesn't show anything. But how can we test this?
  2. Dear forum! I am trying to add the text "Price from" in the product listing (product-list.tpl), and on the product page (product.tpl). I am trying to add these codes, but it does not work: {if $product.id_attribute_group == 5} <span style="font-weight:bold;">Price from:</span> {/if} ...and... {if $product.id_product_attribute != 0} <span style="font-weight:bold;">Price from:</span> {/if} Problem: The text is always showing, even if the product does not have any attributes. Anyone know how to achieve this? Thanks,
  3. Thanks AndriusS! Can't seem to find the public static function in the script. I'm running a 1.4.x. The only reference i've got in the script is: $productArray = Product::getProducts($this->_currLID, 0, NULL, 'id_product', 'ASC'); Isn't it possible to change the line above? Do I need to find the "public static function" and then make the changes there? The script is from a module that makes a feed for Google Merchant. Thanks!
  4. Hi! How do I use this array to filter out products from a certain product category only? $productArray = Product::getProducts($this->_currLID, 0, NULL, 'id_product', 'ASC'); Thanks in advance!
  5. Dear Forum! I have a live and running shop, working perfect. But! I'm running the shop with a db user and password for a specific database. I need and want to change this user to another db user for this database. I have added a new db user with suitable access rights to the same database. It's working perfect to access and log in to the database manually from localhost with this new user. I have succsessfully logged on from a putty prompt and accessed the db with "mysql -u username -p". Everything is working perfect! But! I edit and and change settings.inc.php with the new db user and password. The site stops working and the browser says: Can't establish i link to database. How is this even possible? This should work as I can access the db from localhost from the db server prompt. But not from Prestashop as I get the "cant establish yada yada yada... error... :angry: Am I stupid or what is going on? Any help would be much appreciated.
  6. Hej alla! Enligt många beskrivningar så ska mappar och filer ändras till 0777 vilket är fullt ös för alla. Men man varnar för detta och säger att 0755 ska räcka. Se t.ex. http://www.presto-ch...ixing-error-500 Jag har hittils inte haft en host, varken egna VPS eller hos ISP:er, som fungerar med 0755. Så frågan är vad som gäller här? Någon bevandrad som vet?
  7. What is causing this IE image problem? Is there any solution to this problem? I can't find where to make changes go get IE to display the images again. I'm using a modified theme from 1.5.2- Thanks!
  8. The editing is working flawless. I can switch and edit all the fields, for all the languages, with ease. My problem is the list grid overview. When changing store, the list grid is still showing the default language and their respective SEO-URLS and description. It's very time consuming to not get the overview and their respective changes when changing store and the store language. To see the overview in the selected stores language would save a lot of time. Isn't this strange, that the list grid always show the default admin language? Even when changing store?
  9. Solution: Run the following SQL commands/Statements: ALTER TABLE product_shop ADD `redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '' AFTER `active` ; ALTER TABLE product ADD `redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '' AFTER `active` ;
  10. When working with SEO in "Preferences -> SEO & URLs" in a multistore environment - you dont see the SEO-language like friendly URL from the choosen store. In the attached picture we have choosen a Swedish language store - but the list grid is ONLY showing the (and always) showing the admin default language (English). This is giving a really bad user experience when woking with several langages. Is this a bug?
×
×
  • Create New...