Jump to content

jacograaff

Members
  • Posts

    20
  • Joined

  • Last visited

About jacograaff

  • Birthday 06/27/1970

Profile Information

  • Activity
    Developer

jacograaff's Achievements

Newbie

Newbie (1/14)

4

Reputation

1

Community Answers

  1. I am running 1.6.1.10 and it does not work - I have jumped from 1.6.1.6 to 10 - maybe something did not update correctly I also did a clean install of 1.6.1.10 - reapplied my theme - still does not work
  2. Posting my temp unworkable fix here I downloaded a contained version of Chromium - Version 30.0.1556.0 (210028) http://commondatasto...Win_x64/210028/ downloaded and extracted the zip package https://www.googleap...86000&alt=media using it as a standalone browser - no install Prestashop Back Office Product save and update seems to work with this 2013 version
  3. Posting my temp unworkable solution here as well: I downloaded a contained version of Chromium - Version 30.0.1556.0 (210028) http://commondatasto...Win_x64/210028/ downloaded and extracted the zip package https://www.googleap...86000&alt=media using it as a standalone browser - no install Prestashop Back Office Product save and update seems to work with this 2013 version
  4. I downloaded a contained version of Chromium - Version 30.0.1556.0 (210028) http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Win_x64/210028/ downloaded and extracted the zip package https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%2F210028%2Fchrome-win32.zip?generation=1372901829086000&alt=media using it as a standalone browser - no install Prestashop Back Office Product save and update seems to work with this 2013 version
  5. I downloaded a contained version of Chromium - Version 30.0.1556.0 (210028) http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Win_x64/210028/ downloaded and extracted the zip package https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%2F210028%2Fchrome-win32.zip?generation=1372901829086000&alt=media using it as a standalone browser - no install Prestashop Back Office Product save and update seems to work with this 2013 version
  6. I downloaded a contained version of Chromium - Version 30.0.1556.0 (210028) http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Win_x64/210028/ downloaded and extracted the zip package https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%2F210028%2Fchrome-win32.zip?generation=1372901829086000&alt=media using it as a standalone browser - no install Prestashop Back Office Product save and update seems to work with this 2013 version
  7. Nothing works for me - I am on PS 1.6.1.10. When the problem surfaced November last year (sometimes saves/creates sometimes not) before a big holiday break I tried to fix it with no success. This year tried multiple things: Made the suggested code changes Rolled back to previous version of the site Clean install of PS 1.6.1.10 - re-applied themes, extensions and overwrites. No luck Opened the site on old laptop with Chrome v.54.x as opposed to the current v55.x - Save works a bit better - but still problems in saving and creating updating combinations and other features. This is unworkable since I have to spend a lot of time creating and updating a product, reviewing the settings to figure out what ahs not updated and applying again.
  8. I followed shadowwalker675 's solution Just made the changes in \override\controllers\admin\templates\products\*.tpl instead of adminbh\themes\default\template\controllers\products\*.tpl by duplicate the necessary tpl files <button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right"><i class="process-icon-save"></i>{l s="save and stay"}</button> <button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right"><i class="process-icon-save"></i>{l s="save"}</button>
  9. Solved... it had to do with an extension/module I purchased I guessed it could be something to do with this module The developer was again very quick to answer and I am impressed by his support Virtual Product Combinations with Associated File http://addons.prestashop.com/en/administration-tools-prestashop-modules/18561-virtual-products-with-combinations.html New changes had to be made to a file ----------------------------------------------------------------------- open your controllers/admin/AdminProductsController.php file and find rows: $this->_use_found_rows = false; $this->_group = ''; And replace it on follow: $this->_use_found_rows = true; $this->_group = 'GROUP BY '.$alias.'.id_product'; ------------------------------------------------------------------------ --- my review on this module --- First - The developers were extremely helpful and quick to assist in getting this working after I applied all the changes from the documentation and it did not work. They even logged into my system and made changes themselves. Backwards and forwards discussions followed as I temporarily allowed secure access to a limited set of files/folders as requested. I was impressed. An upgrade from v1.6.0.12 to v.1.6.1.1 caused duplicate entries to show in the backoffice - I guessed it could be something to do with this module The developer was again very quick to answer (I purchased this 6 months ago) The workflow to use this extension is not the best - but acceptable - e.g. you have to save the new combination -- which closes the combination form and then have to go back into the combination form before you see the dialogue that allows you to add a virtual product to the specific combinationrnrnBut for the price this is acceptable Install was painful and took some time - the documentation did not have all the necessary changes Also there are some changes on the core which will break on updates as happened going from v1.6.0.12 to v1.6.1.1 I again have to stress that the developer was very quick in replying with an answer that solved the issue I am thus satisfied since the cost of the module and time I had to spend is far less then it would have taken me to develop it myself or source the development out
  10. After 1.6.0.12 -> 1.6.1.1 upgrade everything works - front end shows correct products BUT the backoffice page for products shows duplicate and tipple entries for some products. When I delete one of the duplicate entries in the backoffice list view all is gone - the query might be returning multiple results for same entry.. As you can see in the attached image the backoffice shows 40 product the database only shows 30 (same in front-end)
  11. I deleted all the cache including class_index.php
  12. Ok - so this is what I tried: I tested whether I can simply override the standard getCustomerOrders function using ShopV1.6\override\classes\order\Order.php To try and get a list like this: --order 1 -----product 1 -----product 2 --order 2 -----product 3 --order 3 -----product 4 in ShopV1.6\override\controllers\front\HistoryController.php I call if ($orders = Order::getCustomerOrdersAndProducts($this->context->customer->id)) { then in ShopV1.6\override\classes\order\Order.php public static function getCustomerOrdersAndProducts($id_customer, $showHiddenStatus = true, Context $context = null) { if (!$context) $context = Context::getContext(); /* add a custom $res = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS(' with innerjoin on order details*/ the returned result stays the same now forget about the sql statement - the result value does not change so I try to debug remotely by using FirePHP even if I completely delete the sql public static function getCustomerOrdersAndProducts($id_customer, $showHiddenStatus = true, Context $context = null) { if (!$context) $context = Context::getContext(); //no sql statement //this does execute require_once(..'/FirePHPCore/fb.php'); //for debugging FB::log("this works in FirePHP"); $res = null; //I try and break this function by not even returning anything for some reason I still get the original result returned even if the getCustomerOrdersAndProducts is completely empty of any return value I would appreciate any ideas My next step is now try and set up a debug environment to try and step through the php execution to see where the result comes from
  13. I see this part of this question has been asked previously (see actual product in history and not a record of the invoices or order numbers) users remember purchase by what they purchased not the archaic order number - it does not help at all this way https://www.prestashop.com/forums/topic/445610-add-column-products-purchased-on-order-list/?hl=%2Blist+%2Bpurchased+%2Bproducts
  14. The default behavior after successful purchase is 1. see order confirmation page with link to order history 2. click on order history 3. order history page opens showing list of orders 4. click on detail button 5. ajax opens order detail 6. now you can download the purchased virtual product ------- how can I make the download available on the Order confirmation page - immediately on successful purchase?? second question: can I alternative show the product name in the order-history page as opposed to the ARCHAIC order number the controller accesses the order-list and not the products related to the order-list - thus I do not have access to the actual product name or download link from the history page - This is to archaic and many steps for end-user Do I have to write my own php-SQL code or module to give the end-user a list of actual purchases and not just a list of order numbers? Thanks
  15. this fixed it for me: nginx, fpm, prestashop 1.6 http://www.nginxtips.com/php5-fpm-sock-failed-13-permission-denied-error/ It was #4 at: http://www.nginxtips.com/502-bad-gateway-using-nginx/
×
×
  • Create New...