Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fredrik.r

Pioneers
  • Posts

    531
  • Joined

  • Last visited

About Fredrik.r

  • Birthday 09/18/1978

Profile Information

Fredrik.r's Achievements

  1. Hi, I want to reduce focus on "add to wishlist" compared to "add to cart" and therefor change the wishlist button to a link, which is quite common on major sites. I've tried but didn't succeed (couldn't add an item to wishlist). How can I change below to a link instead? <?php echo tep_image_submit('button_wishlist.png', IMAGE_BUTTON_ADD_TO_WISHLIST, 'name="wishlist" value="wishlist"'); ?>
  2. I get an error message when trying to import a csv-file; Warning: Invalid argument supplied for foreach() in /(path here)/easypopulate.php on line 1310 Line 1310 is the first one below; foreach( $theheaders_array as $header ){ $cleanheader = str_replace( '"', '', $header); // echo "Fileheader was $header<br /><br /><br />"; $filelayout[ $cleanheader ] = $lll++; // } Please give me some advice. I'm using the latest version, 2.76i-MS2 Thanks! Never mind, must have been something with Excel for Mac. When saved as a Windows CSV file (as recommended in the documentation) it worked.
  3. Hi! I've downloaded the latest version EP 2.76i and noticed there is a configuration setting for use of QTPro (attributes stock). I've added some stock values for an item in admin and then exported the file. However, stock values are not exported even though EP_PRODUCTS_ATTRIBUTES_STOCK is set to true. The columns in the CSV file are there, but they are empty. I know someone made a contribution called "EP 2.76 & Qtpro" in 2007. I checked in that easy_populate.php and it's quite different from 2.76i. Is the stock code in 2.76i some kind of incomplete code or just remains of an older EP version? It would of course be great if stock could be updated using EP.
  4. Hi! The code above removed the functionality of hiding products completely, so I removed that code. Is it possible to fix below in some way? 1) When hiding a category it stills show in the categories menu. I guess this is a bug. When clicking on it theres no products inside since they are hidden. Can I hide the category name completely in the categories since it's hidden? 2) I will use this contribution to prepare forthcoming categories and products and being able to browse the shop to see what it actually will look like. Since already existing products may be placed in hidden categories I do not want all products inside a hidden category to be hidden automatically. If number 1 above will work, I will be able to hide the category and just hide the products inside it that are new / that doesn't already exists in other non hidden categories. In this way, customers wont see hidden categories and hidden new products, but they will still see current non hidden products that may also be place in the hidden category.. hm, are you with me? :)
  5. Since there already is a feature to show categories and products only to specified customers, would it be easy for me to modify the code not to automatically hide products inside hidden categories? that would solve it
  6. the options are link or duplicate. I always link so that the same product are used in several categories. it will not work then. thanks for a very quick answer!
  7. Hi! This seems to be exactly what I'm looking for! Just one question before I install it. The description says "If a category is marked as hidden, all subcategories and products in the category will also be hidden." What happens if a product is copied to several categories, both hidden ones and not hidden ones? I just hope it will still show in a non hidden category even though the same product is also in a hidden category?
  8. Yes, thanks, but it wont help. I need to use "Display discount with discounted tax applied"
  9. First of all, thanks for a discount coupon codes contribution that actually works!! :) Sorry if this has been answered before, there are 130 pages here. Just let me know. I've set "Display subtotal with applied discount" to false since I want the subtotal above the discount, like this; Subtotal Discount Tax Total When doing this everything looks fine except the total sum. The total sum is actually calculated as sub total (products) including tax minus discount excluding tax. The subtracted discount calculation in the total sum should, of course, be including tax. When setting "display subtotal with applied discount" as true, everything looks fine and the total sum is calculated correctly. However, I don't want to apply discount to sub total as I think that may be indistinct for the customer, especially with the sort order above (subtotal - discount = total) If any one knows why or how to fix it, pleas let me know. Thanks!
  10. Is it possible to hide the SID / osCID from product links using Ultimate SEO URLs? It only shows up one time before session being stored in mysql, but I'm using XML exports and it would be nice if the product links in these does not contain ID's.
  11. Hi! Yes, mysql is set to store sessions. That was the interetsting part, "a good way to make links", which I don't really understand. Is it good in coding point of view / the correct way? Because I do not have issues with links vs sessions when not using links this way. This might be off topic, not sure, but I am not getting https only during checkout, even if I have configured SSL in configure.php and ONLY use relative paths in templates. Some boxes, categories.php for example, use http links on secure pages (login, checkout) causing warnings in Explorer and Firefox. Really strange.. Could this be related to STS in some way?
  12. Thanks for taking your time to help me, it was just a stupid mistake by me. I forgot php.html, I just namned it infobox_specials.html
  13. I think I had problems with 4.5.6 since that version didn't include the service pack 2, which was uploaded earlier. The infobox templates didn't work and the template became a real mees when settings infobox templates 'true' in admin. Therefor I uploaded a 4.5.7 with all recent changes (4.5.4 + 4.5 SP5 + 4.5.6).
×
×
  • Create New...