Jump to content

Syswatch

Members
  • Posts

    34
  • Joined

  • Last visited

Syswatch's Achievements

Newbie

Newbie (1/14)

0

Reputation

2

Community Answers

  1. Hello, If I want to add the wholesale_price to the BO Product list, how do I do that ? I found that I had to make changes in this file: controllers/admin/AdminProductsController.php But if I copy the price, and change from price to wholesale_price I get an error, how should the new section look like ?
  2. Found the solution here: http://forge.prestashop.com/browse/PSCSX-2755
  3. Hello Guys, I have a PS 1.5.6.2 installation, and I just discovered that my error_log file is huge (3,5gb) with the same error: PHP Warning: preg_replace(): Compilation failed: invalid range in character class at offset 24 in /home/customer24/public_html/classes/Tools.php on line 1079 What is the problem here, and how do I deal with it ? Thanks.
  4. Hello Guys, Is it possible to style the standard javasript alert box with something more fancy ? If so, how is this possible ? I have also trouble showing special characters in the box, here in Denmark we have special characters and it is completly off. Thanks.
  5. Hejsa, Jeg har det problem at mine popup fejlbokse ikke vil vise ÆØÅ...? Fx. hvis en kunde prøver at bestille mere end der er på lager, så popper den op med en fejl, men den vil ikke vise ÆØÅ... Anyone ? Mads
  6. VHGDESIGN: Thanks for guiding me in the right direction... Now I have removed the black box. Its the module "SmartBlog" thats is interfering with my site... but the title is not the same now. One is white and one is grey... According to the code, they should be the same... Do you have a quick fix here ? Thanks.
  7. Hello, I have noticed that if a customer tries to checkout with some products in the cart, there is a black box on the login/sign up page... It looks like a CSS error, because I tried to change the TPL files, but that did not help... Please someone with good CSS knowledge, guide me into fix this... I really cant find the problem. My site is: www.profillageret.dk Thanks.
  8. Hejsa, Jeg har fået en pludselig CSS fejl på login siden, der hvor kunderne kan oprette en konto... Siden det drejer sig om er: www.profillageret.dk Hvis I prøver at putte noget i kurven og checke ud, så kommer der en sort box med tekst lige der for man skal taste sin mail adresse..... hvorfor nu det lige pludselig ? Hvilken fil skal jeg rette I for at få det ændret tilbage ? På forhånd tak.
  9. Hello, I see the Best Selling Products report in the BO, and it is almost the report I need. I would like to customize it, so the output is based on the supplier... In the top you should pick a supplier, and then the same report is showed with all products for that supplier. It would help me very much in re-ordering from each supplier. But how do I change the code to do exactly that ? I found the SQL code in the module statsbestproducts.... Someone that can help me with a quick fix ? Thanks.
  10. Hello, I see the Best Selling Products report in the BO, and it is almost the report I need. I would like to customize it, so the output is based on the supplier... In the top you should pick a supplier, and then the same report is showed with all products for that supplier. It would help me very much in re-ordering from each supplier. But how do I change the code to do exactly that ? I found the SQL code in the module statsbestproducts.... Someone that can help me with a quick fix ? Thanks.
  11. Did you find a solution for this in the backoffice ? My too would like to view delivery slip and invoice in a new window on Chrome PDF Viewer instead of downloading first... Please help ! Thanks...
  12. Got it working with this code: {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.quantity > 0)}{l s='Available'}{elseif isset($product.available_later) && $product.available_later}<span class="ontheway">{$product.available_later}</span>{else}<span class="warning_inline">{l s='Out of stock'}</span>{/if}</span>{/if} Closing the question.
  13. I got same error... Did you find a solution ?
  14. Anyone ? This is really a problem... and I need help to solve to problem :-(
×
×
  • Create New...