Jump to content

dogdayfear

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Location
    sdfsd
  • Activity
    Other

dogdayfear's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. When creating and assigning tags to products, everything seems to work ok. Tags are shown in the Tags Block. But when I remove some tags, they seem to be removed, but in ps_tag_count table they are not removed, so 'ghost' or 'empty' tags are shown in the Tags Block. Im using Prestashop 1.6.0.11. Any help would be appreciated. Thanks in advance.
  2. Is there any way to bulk update all modules that need to? Its a pain for me doing it manually, one by one. I manage several fresh installations everyday. I could make a backup of an updated install, but I think that an option to update all modules should be very interesting. Thanks in advance.
  3. Hey rocky! That solved the problem!!! Thank you so much. But Im very intrigated abou why some number of decimals work for multiplying and other different number of decimals for dividing. Very confussing for me ...
  4. Hi rocky!, thanks so much for answering. - If I use brackets -> Error. - I tried converting to float -> Error. After that I give it a try to algebra and that give a little light: ($fee * (1 / 1.21)) -> Error. ($fee * 0.8264462809917355) -> ERROR TOO! So I think its about decimals used. In terms of decimals I can divide by 1.2 and can multiply by 0.8264462. If I use more decimals it throws the 500 server error. Can you figure out what is happening? Thanks again.
  5. Im trying to customize a COD module to fit my needs. This is the piece of code $order->total_shipping_tax_excl = (float)$this->context->cart->getPackageShippingCost((int)$id_carrier, false, null, $order->product_list)+$fee; At the end of the line I need $fee/1.21 but it throws an error. But if I use $fee*AnyNumberHere it woks but obviously it is not the result I need. Why can I multiply but not divide? Im using PS 1.6.0.14. Thanks in advance.
  6. Same problem here. Stuck and 'Compare versions' always rolling. Cant upgrade.
  7. Ok. Thats exactly what I needed. Now I have to customize the look for what I need. For me this is solved. Thanks everybody. :)
  8. Thanks a lot, prestamax. The only confusing thing for me is "You would need to enable left and right column in the theme settings for index.php". Can you just point me where to find how? Thanks again.
  9. Is there any way to show the clasic three (3) columns layout at home page with the default-bootstrap theme? I can show content into the displayHome hook. It will show always under the displayHomeTab and displayHomeTabContent hooks. Tried to configure Theme Configurartor, but it only allows adding images and links. Would like to use at home page same layout as shown when you click on a categorie to show its products. Is it possible? Thanks in advance.
  10. Same here. Stuck at 78%. Error installing module productscomments. Tested frontend and backend. Seems working. Tried to install productoscomments module from admin panel and same error. I tested this in two different servers. Same resull in both. Installation fails at 78% with productscomments module.
  11. El 'changelog' da miedito. Todo lo que han corregido ... Yo que ya tenia casi lista mi version 1.5.3.1 a la espera de integrarla con el software de gestion y ahora sale esta nueva. Manos a la obra, pues.
  12. SOLVED I had to do it the hard way. I download and installed the IP Board forums app. It is the app that Prestashop is using for this forums. In my local installation of the app I checked for options and I found "Content you follow". After that I checked that "Content you Follow" link in Prestashop forums. It is hiden, but not disabled. So I checked for the URL in my local installation. If you want access the topics you are following to review info, just login into Prestashop forums and point your browser to: http://www.prestashop.com/forums/index.php?app=core&module=search&do=followed After that, bookmark this URL. Please, admins, change the title to "SOLVED". I havent been able to find the option to do it myself. Hope this help.
  13. Perhaps this is an stupid question, but where can I find in my profile the topics Im following? Im going crazy cause I cant find them. Thanks in advance.
×
×
  • Create New...