Jump to content

rmalla

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rmalla's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. If friendly urls are not working it is probably beacause a misconfiguration of your server. If you have a complete server with root access (not a shared hosting) you can check your virtual hosts (/etc/apache2/site-avilable (or something similar)) and make sure inside your enabled virtual host you have Allow Override All, as someone stared above. Not sure about the exact terminology as Im writing this from my cellphone. This setting will allow that the .htaccess file automaticay created hy prestashop is taken into account, otherwise i believe its ignored. Dig into virtual hosts and I believe you will find the solution. Additionally make sure you research the security implications of putting Allow Override All, you may want to make sure it works for your usecase. Ricardo Malla
  2. has a solution been found? I'm working on that right at this moment. I guess we need to go where de $brand.image is defined.
  3. hello, was a solution found? i'm going throught the same problem at the moment! Thanks!
  4. were you able to find a solution? going through the same problem. have checked the server and prestashop config and apparently everything is working.
  5. Hey Vekia, I want to change the product title format. I want to display fist the Manufacturer and then the Part Number. Is there any way to do this??? Thanks, Ricardo Malla
  6. Hey, any update here? I'm have acomplished adding the products, but want to know how to update them (Stock, Prices etc). I'm looking for something like, "update" instead of new. Does this exist? Can't seem to find information on the Documentation. ....... $object = update Product(); $object->price = 22; $object->id_tax_rules_group = 1; $object->name[Configuration::get('PS_LANG_DEFAULT')] = 'ssssssssss'; $object->reference= 'hbvvh'; $object->quantity = 5; $object->id_manufacturer = 0; Thanks, Ricardo Malla
  7. I have PrestaShop is great to manage and update your store and I think is a must have to manage your store. At this moment I'm looking for a different software to complement PrestaShop Manager; I have 500 items on my store and I'm looking forward to jumping to over 1000 very soon, so I would like to have a Windows based program with which I could create, manage and update my product descriptions, information, features etc. I have tried several things, quickbooks (does not work), ABC Inventory (seems interesting even though I don't seem to find a big community to support it), InFlow Inventory (seems kind of simple). I want to have a robust tool so I control ALL my product descriptions and inventories and the can export to a CSV so I can upload to my store via PrestaShop Manager. Cheers,
  8. I have the exact same problem, please advise if there is a solution to this problem.
  9. Ok, I think I've resolved this issue; I'm using prestashop most recent version 1.4.3; Just go to Preferences->Performance->Force compile-> This helps on the development stage. Cheers.
  10. I've turned everything off and it's still working. On the long long I would like to enable it; but now that I'm configuring my store, changing the template, logos, CSS etc, its pretty problematic to reflect the changes. I'll try to fix this on the following week and report back to the forum on my experiences. Cheers,
  11. There has to be an easier way of doing this; I'm editing my original page and I have to manually delete the cache content folder each time I make a change. Please collaborate here. Cheers,
  12. Hello, We currently have a store with 500 products and are thinking of expanding to 5000 over the next 6 months; but before doing this we are searching for a decent Product Information Manager where we can easily edit, sort and group all our products; we've been searching around trying different solutions but nothings seems to fulfill our needs. (last thing we tried was PimCore). We basically want to have a dedicated software especially designed to manage our products (which we guess should be more flexible than the PrestaShop builtin PIM) where we can easily see product descriptions categories, images and can edit them, mass edit them on an easy matter. Anybody can point us on the right direction? are we overcomplicating ourselves and just use the PrestaShop backoffice? Please give us a hint here. Cheers, Ricardo
  13. Any update here? I would like to receive an notification email to the store owner address everytime an the status is changed. I a piece of code has to be added somewhere to include the store owner's email, but not sure where. Please advise. Thanks
×
×
  • Create New...