Jump to content

pucilpet

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

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

pucilpet's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. If someone could help me with integrating this, please contact me with a quote. You can send me a private message. Thanks!
  2. Hi, I need to add a javascript calls to shopping cart. Where should I add these pieces of code? Also how can I pull product id, price, name (and category if possible)? I appreciate your help! I need to run this javascript code when a product gets added to cart: window._cshq = window._cshq || []; // always confirm that the events queue exists, or create it window._cshq.push(["_addToCart", // add the product { "ProductId" : product.sku, "Quantity" : "1", "UnitPrice" : "24.50", "Name" : "product name" "Denomination" : "EUR" } ]); and this call when a product is removed from the cart: window._cshq = window._cshq || []; // always confirm that the events queue exists, or create it window._cshq.push(["_removeFromCart", // remove the product { "ProductId" : product.sku, "Quantity" : "1" } ]);
  3. Anyone? I'm willing to pay if someone helps me out, I hate those effing flashes... Thanks, Petteri
  4. For anyone who might have this problem I suggest removing /cache/class_index.php file and after that clearing your cache. That worked for me at least.
  5. Hi, Any idea what's causing these "white flashes" during page loads on our site? I know it's common to have them in the beginning of the page load but not in the middle (as it happens now). Page loads fine for a second or too (and almost everything is visible) but then the white background flashes for a millisecond and then the page load resumes. it's really annoying. Anything to do with the loading of /null? We had to add an empty file to the root since it was loaded for some reason and it broke the ssl on shopping cart. Thanks, Petteri http://www.hersecret.fi
  6. Hi, the header.tpl is as following: http://pastebin.com/LdM96f9W Thanks, Petteri
  7. Any idea where that empty space might be coming from? thanks, Petteri
  8. Hi Vekia, As I mentioned I already checked the header.tpl and removed the blank space there. Some of the blank space disappeared from the source after that but not all of it as seen in the image. Thanks, Petteri
  9. Hi vekia, Thank you for your answer. I was actually talking about this empty space before the DOCTYPE declaration: - Petteri
  10. While you're at it, is there an easy of way of checking why the website doesn't work correctly with IE<=9? Thanks, Petteri
  11. Hi, I would need to remove the empty space from the beginning of the code of our website. If you take a look at the source of www.hersecret.fi you can see that there is a a line in the beginning of the code that's empty and some empty space in the 2nd line, too. Can you please instruct me which file to edit to remove this empty space? I already removed the beginning of header.tpl which actually removed an empty line (there were 2 empty lines before this). Thanks, Petteri
  12. Hi! We are using the multi shop feature with shared products (2 shops). After adding the 2nd store we have had the following problems: When we go to back office product catalog -> products and filter only the products that are enabled we can only see 367 of about 1700 enabled products in the main shop. These are not the products that are enabled in the both shops either. Shouldn't we see all the products here? When we search a product by its name all the "correct" products are shown as enabled (all 1700 of them). Also the products work correctly in the front office. Also some of the products are missing the "mini image" that should be displayed in product list. It seems that only the products that have the "original" picture (the picture that has been added first to it) are showing the picture in the back office product list. If we change the picture or move the pictures around the "mini image" disappears from the list. All the pictures in the front office are shown correctly. Can anyone help us out? thanks, - Petteri
  13. I have a problem with the "Advanced version" of the Popcart for 1.4 Prestashop. For some reason Left Column and Homepage content is moved up when I (so they will overlap with header) when advanced version is enabled. This problem doesn't exist with the basic version of the module. Please see attachment. - Petteri
  14. Sorry for hijacking your thread but just wanted to say that I'm also looking for someone who could customize invoices for Prestashop 1.4. We have excel /pdf ready just need it to be implemented to prestashop.
  15. It looks great! Just wanted to ask if/when you plan on updating your other themes (especially Ostore) to be compatible with Prestashop 1.4?
×
×
  • Create New...