Jump to content

Endre

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Activity
    Web development agency

Recent Profile Visitors

2,813,821 profile views

Endre's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, Maria. Did you follow the instructions in this topic? https://www.prestashop.com/forums/topic/465205-ean13-and-upc-with-combinations-on-product-page/?tab=comments#comment-2153552 Here you can also find the files that need to be edited. It's for PS 1.6.1.1
  2. Hi, Fabio. I've followed your tutorial, but the cart rule doesn't restrict free shipping when products not affected by the rule are added to the cart. As long as a product which meet the criteria for free shipping is in the cart, any other procduct in the cart is also included in free shipping. I use PS 1.6.1.11 Cheers Endre
  3. Hi, musicmaster. Thanks for the sugestion. The attribute values are indeed present in the database table. I have cleaned Prestashop cache and the browser cache, but it doesn't help. How do I empty server cache? I have checked every database table where attributes are found, and the values are present in the tables. I really don't understand why the older combinations are ok, but not the new ones. If it would help, you can get access to mysql, ftp and back office. Cheers Endre
  4. Hi, I got help to add EAN13 and UPC code to the product page, but when I now add new combinations, they won't change in front end. Have a look at this page: http://www.pangtilbud.no/brannstiger/239-test.html With the two first combinations, the "strekkode" (EAN13) and "NOBB" (UPC) change as expected, but for the rest of the combinations only the reference number changes. The combinations that aren't showing are the ones added recently in the back office, after the code for showing these numbers on the product info page were added, the others are combinations added after. Does anyone have a suggestion as to how this has happened, and how to rectify this? Will be rewarded ;-) Cheers Endre
  5. Hi, I've bought the addon JPS Data Mass Export (Orders : CSV + FTP + CRON + PROFILES) Module. I'm looking to add an extra column to the csv-jpsmassexportajax.phpfile that is exported, but when I get the correct data from the database table, the orders are copied about 20 times or more. The exported cvs-file should only have 30 lines at the moment, but the file contains almost 600 lines! I'm trying to get data from the "transaction_id" column in the "order_payment" table into the csv-file. I've contacted the delevoper three times, but I'm not getting any response. I would be very greatful if someone with a bit more knowledge than me would take a look in the attaced file. I have added the extra code for "transaction_id" and "order_payment". I would imagine that the issue is related to the conditions for the query, but I'm no programmer, so it's all a bit foreign to me. Best regards Endre
  6. I'm using 1.6.1.1, and your are right, some of the code is different. I have attached product.js, Product.php and ProductController.php. Compare these to your files. product.tpl: <!-- BOF EAN13 og UPC--> <p id="product_ean13"{if empty($product->ean13) || !$product->ean13} style="display: none;"{/if}> <label>{l s='EAN13:'} </label> <span class="editable" itemprop="ean13">{if !isset($groups)}{$product->ean13|escape:'html':'UTF-8'}{/if}</span></p> <p id="product_upc" {if isset($groups) OR !$product->upc}style="display: none;"{/if}> <label>{l s='UPC : '} </label> <span class="editable">{$product->upc|escape:'html':'UTF-8'}</span> </p> <!-- EOF EAN13 og UPC--> Kind regards Endre ean-upc.zip
  7. Hi, musicmaster. Sorry I haven't replied earlier, but I've been away on travel for a bit, so haven't been able to try your suggestion until now. Now I've finally tested this, and it seems to work exactly how I was looking for. As I stated in my initial post, a pint or two to whoever could help me with this. Do you have a Paypal account? :-) Thank you for your help with this issue, musicmaster!
  8. Hi. I have managed to show EAN13 and UPC numbers on the product page. The issue I have is that the numbers come up for every attribute group that has been assigned to the product. Is there any way to have these numbers only appear once, based on the choices customers make? Here is an example of what I mean: http://verktoy.com/bukker/90-industribukken.html NOBB equals EAN13 Strekkode equals UPC I would them to behave like the reference number that only appears after all attributes have been selected. A pint or two to anyone who can point me in the right direction :-) I haven't found a module that solves this problem either. Cheers Endre
  9. I started with PS 1.6.0.9, upgraded to 1.6.14, then moved from a subfolder to root. So it seems that something went wrong while transferring the files, I would guess.
  10. You won't believe it, but I solved the issue with my shop by transfering the entire /js folder from a clean 1.6.14 version!
  11. I too have this problem. I use the default template on one website, and here's where this problem occurs. I have a couple of other websites on the same shared server, PS 1.6.14, php 5.3 and 5.5, mysql 5.5 and MariaDB, these work fine. Slow, but are working, can add products. The "Save and Save & Stay buttons on the website with the default theme just keep spinning and spinning, no matter how long I wait. The other tabs are completely blank. I have tried a few of the suggestions here, comment out mod_evasive, remove diabled from /controllers/products....no luck. I have contacted my hosting company, but they are stumped as well. I really hope this is solved soon. It seems that there are a number of different solutions, no one standard. Cheers Endre
×
×
  • Create New...