Jump to content

djury

Members
  • Posts

    12
  • Joined

  • Last visited

djury's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks Trip! I appreciate your help. (No wonder I couldn't find it anywhere in the db)
  2. Hi, For some reason my site is completely down, and checking the error log I see that there is a php fatal error from APC. To get my site back quickly while I troubleshoot APC, I would like to edit the prestashop database with phpMyAdmin to turn off APC. Can anyone tell me where I can find the entry in the database, please? Thanks and regards.
  3. This issue was logged on http://forge.prestashop.com/browse/PSCFV-7606 on 31 January and it is assigned to Sarah Lorenzini. Unfortunately, there is no comment yet on the issue so perhaps it would help if everyone clicked on "Vote" and "Watch". This issue has caused so many problems with our customers that we have had to revert back a version. Does anyone in the Prestashop team have any idea when the next version will be released?
  4. Hi Benjamin, Is there any update on this bug, please?
  5. I am having a similar problem after upgrading from 1.5.2 to 1.5.3.1 and using the default theme. I have an ajax cart, and have also hooked the cart block module into the right column block. As you can see from this picture, when I add a product to the cart it updates the Grey Box cart summary at the top of the page, and in the Cart Block it updates the Total. However, it does NOT show the product in the cart - instead it says "No Products". If I refresh the page in my browser, add another product or do pretty much anything then it comes right, but it is confusing customers who don't know to do this. Any help with this would be greatly appreciated.
  6. Hi, In V.1.5 I am trying to create gift vouchers that someone can purchase for others (Christmas is close). What I think I need to do is to create PRODUCTS for Gift Vouchers of various values... say $10, $20, $50 then have people be able to buy them as a normal product. This will sort out the payment and delivery options in the normal way, and we will send a letter with the voucher number to them as a product. This I can do, but how do I set up vouchers in V1.5? It's so different to 1.4 that I'm sorry but I'm lost here. Would it be OK for someone to explain how I can set up a voucher that anyone can use (given that they have been given the number by their loved one)? A use-once voucher that has been bought to provide credit against products in the shop. Am I on the right track, or is there a much better way to handle people wanting to buy Gift Vouchers as presents for others. Thank you for your time and help.
  7. The data sheet is very important, and I was importing multiple features fine with 1.4.7, but in 1.5.2 only the last feature column in my csv file will go in. Would it be OK for someone to explain exactly what we have to do in our csv files to import multiple features into 1.5.2 vs 1.4.7? Many thanks.
  8. Hi, If a customer creates a shopping cart then doesn't check it out (doesn't turn it into an order) and logs out or ends his session then when he logs back on he no longer has anything in his cart. I can see his cart in the back end, however. This effectively means that (in the back end) a customer can have multiple shopping carts. Is there any way in the front end for the customer to check out a specific cart? Is there any way through the back end that we can "enable" an old cart for a customer so that it shows as their current cart when they log in? How does the database know what the "current" cart is? We have customers who have added large amounts of products to a cart, then for whatever reason their session is ended and they have "lost" everything, although I can see what they've done. Also, what is the "recyclable" field in the ps_cart table, please? Thanks for your help.
  9. Hi Trip, Good point, well made. I guess that in the very near future the development team will want us to check migrations, but untill then I'll keep working with a new copy of the SVN. Regards,
  10. I have created a dev copy of my existing shop (files and database for PS v.1.4.7), changed the base url and db settings in setings.inc.php, and it runs fine. I then tried to migrate to 1.5 on this dev version by following the instructions at http://www.prestashop.com/forums/topic/137315-upgrading-to-1451-frequently-asked-questions/ The problem is that when I point my browser to .../dev/install it only runs the Install Wizard, and there is no option to Upgrade. Because it's trying to install and not upgrade, I'm getting the error on the database configuration section of the wizard "At least one table with same prefix was already found, please change your prefix or drop your database" Is there really any way to migrate from 1.4.7 to 1.5.09, please? I would really like to test this new dev version so I can start working on a few theme changes, etc.
  11. Hi Barracuda, I have looked in global.css but I can't find anything to adjust in there (I'm probably not seeing the obvious). I'm using V1.4.5.1, and I'm still stuck.
  12. I have the same problem. I don't even require the height to be dynamic... even set at so many pixels would do, as I can truncate the short description length in homefeatured.tpl in the following line: >{$product.description_short|strip_tags|truncate:130:'...'}</a></div> In homefeatured.tpl I found the following line: {assign var='liHeight' value=342}. Unfortunately, changing this doesn't seem to do anything. I'm not sure where the height of the block is set, and I could really do with an expert to point me in the right direction, please. I would be really grateful for some help here, as I have received a lot of comments from customers about this. Thanks.
×
×
  • Create New...