Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

iankil

Pioneers
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iankil

  1. Yes, i know that one, but some of my contributions is large (Around 10MB), when i upload them, osCommerce seems to recieve it but nothing happens for days and now weeks, so i wonder if the files are to large. I´ll try again when i got some more time, Thanks for all the answers,
  2. Yes i did actually, The download is about 10mb and i tried to upload it all but nothing happened, What is the maximum upload size, any one know?
  3. Ok, Then its because the backlink then... its a sweet way of geting links for SEO, but i´ll change that so its optional /Janne
  4. I dont want to paste any links, but check out my profile or use google ;) /Janne
  5. Hello all The sun is shining and all is good But, its not easy to give away free templates over at the contribution page... everytime i do they are removed? I have about 10 free themes that is totaly free, no encoded files or nothing. The only thing i would like is my link in the footer, but maby that is to much to ask for... And yes i run a company but i cant shut it down to give away free stuff, dosnt make any sense. What am i doing wrong? I really like osCommerce and giving away stuff makes me happy ;) /Janne
  6. Hello, Open your admin/attributeManager/includes/attributeManagerGeneralFunctions.inc.php file and scroll down to row 38 Change this: $attributeManager =& new attributeManagerAtomic(amGetSesssionVariable(AM_SESSION_VAR_NAME)); to this: $attributeManager = new attributeManagerAtomic(amGetSesssionVariable(AM_SESSION_VAR_NAME)); And $attributeManager =& new attributeManagerInstant($_GET['products_id']); To $attributeManager = new attributeManagerInstant($_GET['products_id']); Its the =& operator that that needs to be just = For some reason this operator is not supported anymore, and what the heck is it? i know that = & is a assignment by reference but when they are stuck togeteher i dont know... Please some one explain /Janne
  7. Hello and happy new year... you can download one of my templates, horizon2.3 from http://addons.oscommerce.com/info/8289 its free and will save you a lot of time. Just like geoffreywalton mentioned it's in thouse files this template is changed, and a few more files for skinning, it dosn't go too deep in to the codes. Its also preeinstalled with my Mindsparx Admin module Just contact me for a detailed changed files list so you can see exactly what has been changed if you need it. /Janne
  8. Btw, any one need a free template? just grab one from my site... I just want a link back thats all :) mindsparx.org
  9. Ok, the logo is not updated,. Its just a image;)
  10. Hello, where exactly do you see 2.2 RC2 merchant? I cant see it my self.. /Janne
  11. I´ll release all my templates for free on www.mindsparx.org. all i want is a link from any page u own
  12. Hello, the menu is pure css so there is no java to change to this behaivior. You could change the menu to "Chrome menu" or similar to add a click function /Janne
  13. Thanks, we need to remeber this for the next update B) /Janne
  14. Hello, it looks like the database is not updated properly, try to run the .sql file again in the database, and let me know if you see the TABLE_EXTRA_CATEGORIES in the database and we go from there ;)

    /Janne

  15. Hello i just released a 2.3 version of order editor, http://addons.oscommerce.com/info/7844 /Janne
  16. I just uploaded a 2.3 version of this great contribution. All credit goes to the original authors. /Janne
  17. Thanks for explaining, i know what it is... I have uploaded a new version and please let me know it that one works ok for your store. The problem was some left over codes from version 2.2 that only shows up in explorer, i hardly use explorer so i missed it, but as a developer i should... shame on me :blink: /Janne
  18. Im not sure if you have installed the 2.2 version or the oscommerce 2.3 version that i released yesterday, Anyway, can you post the source code for that page so i can see. I have my contribution mindsparx admin installed but it should work with the standard admin... is there any one else with standard admin that have this problem? /janne
  19. Thanks for finding a fix for this ;) /Janne
  20. Hello, im not sure that this will do any difference but you have left a unnecessary "," in the end of that code snippet, se below array( 'code' => FILENAME_EASYPOPULATE, 'title' => BOX_CATALOG_PRODUCTS_EXPECTED, 'link' => tep_href_link(FILENAME_EASYPOPULATE) ), ) ); ?> the "," at the end is not suposed to be there, and that can be the problem try removing it and see if it works. /Janne
  21. Im glad you like it :) I have not tried the Easypopulate addon but it sounds like it has something to do with the links, look in the admin/includes/boxes and the box where the link to easypopulate is installed, see if the link is propperly inserted, just compare to other links. /Janne
  22. Hello, there is a contribution for oscommerce 2.3, just download and install. And the problem crazyprod has, im not sure that this is caused by the contribution since the contribution dont use that files.. i think this is caused by something else. /Janne
  23. I was about to validate the admin main page but i can only see 29 Errors, 20 warning(s) and with HTML 4.01 Transitional i see 11 errors, How did you get over 100? /Janne
×
×
  • Create New...