Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ajeh

Archived
  • Posts

    5,997
  • Joined

  • Last visited

Everything posted by Ajeh

  1. You need to configure the /includes/languages/english/header_tags.php Did you add in the Admin for it so that you can define the products META tags?
  2. What might be easier is to start with 05-18-2003, as this is a pretty stable snapshot and then add in the contributions you like from your existing code ... This way, you can check each add-on as you do it that it is current/working with the newer snapshot. You can try to merge in all the changes from 05-18-2003 into your existing store, but there are a lot of changes and it would really be easier to do it the other way.
  3. So far, 05-18-2003 seems to be a pretty stable snapshot. I have not heard any real problems with it. Once you step beyond 05-18-2003 ... then the gremlins come out while the my accounts is being updated and stabilized. Personally, I would stick with 05-18-2003 until things smooth out a bit more on the current snapshots. Usually large changes like the jump from 05-18-2003 to 05-19-2003 for the My Accounts changes and updates takes a week or so to settle down into a nice smooth snapshot again.
  4. I have not worked with the snapshots beyond 05-18-2003 and the SEC v1.0a due to the amount of changes and updates currently being made to the CVS snapshots. You are kind of on your own as far as that one goes. Perhaps someone else has had time to fool with that one.
  5. Check and make sure you loaded the /admin/includes/functions/general.php to the admin and not the /catalog/includes/functions/general.php That function already exists in general.php on the Catalog but did not exist in the general.php for the Admin.
  6. Sounds like you have added the same call twice. Is this a clean 05-18-2003 snapshot or do you have other add-ons in it?
  7. You can get the osCommerce 05-18-2003 snapshot at: http://pages.prodigy.net/ladonh/tep_snapsh...ot-20030518.zip
  8. Note: neither SEC v1.0 nor SEC v1.0a will work with MS1 02-17-2003 SEC v1.0 was designed based on 03-24-2003 then upgraded in v1.0a to 05-18-2003 I do not have a downgrade for this add-on to take it back to 02-17-2003
  9. That is on the To Do List to get something like that working with SEC.
  10. Check that all the language files are loaded in the Admin and that you added the cut and pastes from README.txt
  11. Boo Boo on the coder's part ... ie me ... :shock: I should of made that button disappear until it had a proper value. I will add that to the next update. Thanks for spotting it!
  12. Reload the CHANGED FILES folder. The Other folder basically took you back to 05-18-2003 before the CHANGED FOLDER was loaded.
  13. Only do steps 1 and 2 ... if you did step 3 then you should be able to repeat step 2 to fix this. Set the T-Shirt products_price to 5 Make an Attribute called: Product Option Logo Product Value Printing Add attribute to T-Shirt options_values_price 1 Units 1 Units price 20 Units*Units Price is a one time charge regardless of quantity. So this should work for you as long as units * units_price= 20 This was meant to be used both as a one time charge and to have the ability to break down that charge under various conditions for reporting. But it works as a one time charge. I am also adding an attributes one time charge based on it's own quantity breaks in the next release. Such is life ... eventually this will be corrected I am sure.
  14. You could comment it out ... but what I would try first is an IF statement not to show it when on the login page ... That is a really handy button when working with products, categories, product attributes, specials, etc. You can move from anywhere in the Categories/Products then off somewhere else in the Admin ... click that and be right back were you were on either the category or product you were last working on.
  15. SECv1_0aCHANGED 05_18_2003 Though on second glance, I don't see the tld.txt file in your package and I had thought that the spiders.txt file was in the changed files folder, but it is also in the 5/18 changed folder. Good Grief!?! I finally figured out what you guys are seeing ... :shock: When I made the updates to 05/18/2003 I had a temp folder to help me see the differences from osCommerce snapshot 03-24-2003 to osCommerce snapshot 05-18-2003 I must of forgot to delete that folder when I was done. Now I can see where the confusion comes from. The CHANGED 05_18_2003 folder is not referenced in the docs nor the README.txt because it was never supose to be there ... :roll: Gads ... umm ... pretend that folder isn't there ... :D
  16. Attributes Sorter and Copier v5.1 was for snapshots between Nov 2002 and January 2003 Shoppe Enhancement Controller v1.0 is for 03-24-2003 Shoppe Enhancement Controller v1.0a is for 05-18-2003 These contain the Attributes Sorter and Copier plus a number of additional attribute features. Along with all the other Pricing and Discounts etc. I do not have a version of Attributes Sorter and Copier for 02-17-2003 The information on these two SEC versions are in the Contributions forum.
  17. Looking inside those files, it seemed that nothing should be done with the 05/18/03 Changed Files. If that really is the case, I think it is confusing to have them in there, with no explanation in the ReadMe. It looks like tld.txt file is needed to validate email addresses and spiders.txt is for the search engine spider killer feature. Move these files into the appropriate location. I don't see them in either SEC v1.0 or SEC v1.0a ... which folder are you finding them in?
  18. You are quite welcome ... Hope you have as much fun discovering all the features built in to SEC as I did developing them ... :D
  19. The stylesheet uses some images that are in another folder that you can either use those images or make your own. Look for the button_blank_left.gif button_blank_middle.gif button_blank_right.gif Check the NEW FILES/catalog/includes/languages/english/images/buttons and there are several new buttons there. Depends on the route you took to get to the product on whether or not you see the cPath in the URL. Those are part of osCommerce and I do not address those files.
  20. Set HTTA_PRODUCT_INFO_ON = 0 in the language file define statement.
  21. Thanks Lee ... :D I tried to put in all of the best features of Quantity Controller, Attributes Sorter and Copier, Free Call for Price and include a lot of new features that I heard people were asking for in addition to the updates I thought were needed. Polishing it off with several of the most wanted add-ons with updates to the new code and a few tweaks here and there brought this about in a way that, well frankly, rather impressed myself too! 8) I still have a number of features to add in and some clean up to do. But it is coming along well.
  22. This is a link to the 05-18-2003 snapshot that was posted: http://www.kiesys.com/OSC_Snapshots/
  23. Check your general.php file that you did not make messies in it when updating it. I don't have anything addressing zones. Perhaps something got overwritten or is deleted. And for fun ... look to see if you have any extra blank spaces or likes before and after the <?php and ?> and that the last line of the file reads: ?> all by itself on the last line.
  24. You are going to have to do a very careful merge first from Ian's Load 5 to 03-24-2003 or 05-18-2003 then add in the SEC v1.0 or v1.0a Ian's Load 5 is based on MS1 02-17-2003 snapshot. So, if you bring that current first to the version of SEC that you want to use, you can then add in the code from SEC without as much of a hassle as trying to go from Ian's right into SEC.
×
×
  • Create New...