Jump to content

tiga

Members
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Location
    Portugal
  • Activity
    User/Merchant

tiga's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Have you found solution for this? I have the 1.6.0.8 and it happens the same to me. My invoices never match the orders. I've used a module called: Order reference change module; Because I did not want to have those orders numbers and Id's with lot of characters, I've used the module just to show numbers, as the old versions of presta use to do. I can't be sure if the problem was there before the installation of this module but maybe someone had experienced the same problem? I suspect something is messed up between data base and Back office in terms of the order's id. all the new orders I am getting have the same invoice. that invoice does not have any product listed, however it has an amount for a product ( althoug not saying/listing what product is that) and other amount for shipping. the invoice number is right. But the date that appears on the top right is from 1 month ago when I was testing and setting up this new version of prestashop. When I was testing the online store issues/translations, methods of payment etc.. I always bought the same product and that's why I suspect about the orders id, because the amount of that product matches with the one on the invoice. I've tried to remove the module, but the problem remains, maybe database is already messed up. This may sound confusing so I am going to upload the invoice that I am getting: https://dl.dropboxusercontent.com/u/7971569/invoice82.png Thanks
  2. just found a way to deal with it, here is a solution: Go to backoffice Localization -> Countries -> choose country to modify -> Address format. I already had included VAT number but I tried to include DNI at the bottom and it works If you don't want to leave the number alone, without a tag you can edit pdf/invoice.tpl and below each: line 41 --> {$delivery_address} and line 46 --> {$invoice_address} and again line 56 --> {$invoice_address} I just added the text I wanted, in my case "- NIF/DNI" This way the address will appear like this: XXXXXXXXX - NIF/DNI Just in the invoice of course inside the backoffice the number will appear alone with no tag hope it will help someone
  3. Any tips on solving the first issues GPMjohanna asked? I am on PS 1.6 and I need to display customerst VAT number in invoices and if possible also in backoffice inside customer information. Please let me know if you have any advice. Thanks!
  4. Hi, Keuche tks for the answer, I've already sent you a pm. anyone knows a practical and free solution to solve this? or is it impossible?
  5. Hi, I am using PS 1.6.0.8 and I need to solve a problem in my products combination To help you guys understanding the problem there are 2 files attached, front office with product page, and backoffice with Product combinations. My Store sells Freebords, a kind of Skateboard so a Complete pack includes: 1 x deck ( 5 sizes available) 1 x Wheels ( 2 options with price changing) 2 x trucks & 1 x bindings ( here there are no options) To make this work, I've created 2 attributes: Deck Size: 5 options (75cm, 77,80,83,85) Wheel type: 2 options (Grengos and Da blues) Problem 1# prestashop does not allow combinations in packs so I chose not to have a 'pack of existing products' and simply create Standard products. (my main concern in stock is the deck, the other items are not a problem) I've created a std product in wich you can choose the deck size and the type of wheel (one just increases 20€ in the final cost) --> The problem is when I create the combinations manually first the 5 deck sizes and then the wheels, price doesn't change, and I understand why, because the combinations are separated. --> When I use the combination generator, It creates one deck of each size for each type of wheel, everything works fine except this way I have double decks, so I'll have a problem in stock, and when some customer buys a specific pack it will just affect that specific stock. --> any way of solving this? I hope I've been explicit, otherwise let me know. tks in advance!
  6. Anyone knows how to fix this? I am at presta 1.6 and same problem. I've translated in backoffice the months and they always appear in english no matter what. just found this only happens when edditing an old account, when creating a new one, there's no problem.
  7. Thanks Ittu! I was unable to run the query at first but I created manually and it solved, now when I enter the url the error does not appear. but now my store opens and here it is: http://www.freebordportugal.com/shop/ Anywhere you click you'll found this errors: Warning: File /home/freelcom/public_html/shop/category.php is deprecated in /home/xxx/public_html/shop/classes/Tools.php on line 2147 Warning: Cannot modify header information - headers already sent by (output started at /home/freelcom/public_html/shop/classes/Tools.php:2147) in /home/xxx/public_html/shop/classes/Tools.php on line 105 Warning: Cannot modify header information - headers already sent by (output started at /home/freelcom/public_html/shop/classes/Tools.php:2147) in /home/xxx/public_html/shop/classes/Tools.php on line 108
  8. Hi guys, I was using prestashop 1.4.11.0 and everything was perfect. My web hosting automatically updated to Prestashop 1.5.6.2 trough installatron. I've contacted the hosting but they say the update is a must! So I have to deal with 1.5.6.2, problem is all the online store is messed up, both Front office and BO. When debugging I see the following error in the FO: Fatal error: Uncaught Unknown column 'a.id_shop_group' in 'where clause'<br /><br /><pre>SELECT * FROM `ps_shop_group` a WHERE (a.id_shop_group = 1) LIMIT 1</pre> thrown in/home/XXXXXX/public_html/shop/classes/db/Db.php on line 613 In the BO Fatal error: Uncaught Unknown column 'gs.name' in 'field list'<br /><br /><pre>SELECT gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri FROM ps_shop_group gs LEFT JOIN ps_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN ps_shop_url su ON s.id_shop = su.id_shop AND su.main = 1 WHERE s.deleted = 0 AND gs.deleted = 0 ORDER BY gs.name, s.name</pre> thrown in /home/XXXXXX/public_html/shop/classes/db/Db.php on line 613 I have searched the forum and found a similar problem but I think is not the same error as this one so I am posting a net topic. Thanks in advance for anyone that help me to the solution.
  9. Same here...any help? And the availability of each product even if they have combinations should be linked to the individual product stock. Example: My shop sells skateboards ( 2 trucks, 1 deck, wheels) the decks size varies and that's where I added a combination with the attribute size. I have 3 different pack prices. The decks model are the same in every pack. It means that, when a customer buys a pack, I have to manually change the packs stock in the other's and also in the individual decks. here is my store..http://www.freebordp...packs-completos I think I can do a query in the DB to decrease the stock in the itens I need but I prefer to get a solution out of the DB.
  10. Thanks worked great for me! For those using the same version as me, you can paste the code in line 2276. Gracias amigo!
  11. Hi, I am searching for the same option. You are talking about changing the file: .../admin_presta/tabs/AdminProducts.php right? Because when I try to edit that file in line 1560 I can't see any weight parameter being defined. I am working with PrestaShop™ 1.4.6.2. Could you please paste some of the code you have before that line, just to make sure I am pasting in the right place. This is my code: line 1559 $(document).ready(function(){ 1560 $(\'#id_mvt_reason\').change(function(){ 1561 updateMvtStatus($(this).val()); Thanks in advance!
  12. I've found exactly what we are looking for but is paid and it is not cheap.. http://addons.prestashop.com/en/checkout/3665-confirmation-panier-plus--cart-confirmation-plus---modulo.html
  13. Have you found any solution for this problem? I agree with you...this doesn't make sense. I can always set as default carrier something free like pick up at store and this way any costs will be showed at the order step 1 (summary). But this is the way around...there must be a exact solution to solde this issue..
  14. I just found my problem. I was editing the file: mails/(your language)/lang.php and I forgot a ' at the end of a line. The way I found the error was this: I removed my user account at the backoffice. (the one I use to test the store) Then I tried to register again a new user. At the end of the registration process it opened a new page with an error..pointing the extact file, and line of the problem. guess I was lucky..I edited so many files today and I couldn't remember all of them. Hope you solve your issue!
×
×
  • Create New...