Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

talon177

Archived
  • Posts

    403
  • Joined

  • Last visited

Everything posted by talon177

  1. From your testings have any other header title's change? I noticed that the reason the files weren't changing in v2.3 was due to the clean_html_comments in catalog\includes\header_tags.php Change from: if (empty($the_product_info['products_head_title_tag'])) { $the_title= HEAD_TITLE_TAG_ALL; } else { if ( HTTA_PRODUCT_INFO_ON=='1' ) { $the_title= HEAD_TITLE_TAG_ALL . ' ' . clean_html_comments($the_product_info['products_head_title_tag']); } else { $the_title= clean_html_comments($the_product_info['products_head_title_tag']); } } [\CODE] To: [CODE] if (empty($the_product_info['products_head_title_tag'])) { $the_title= HEAD_TITLE_TAG_ALL; } else { if ( HTTA_PRODUCT_INFO_ON=='1' ) { $the_title= HEAD_TITLE_TAG_ALL . ' ' . $the_product_info['products_head_title_tag']; } else { $the_title= $the_product_info['products_head_title_tag']; } } That should do the fix, also I'll be updating the version tommorow
  2. Also I noticed that all the contribs didn't have a wish list image, but it would be nice to have something, since the rest of the site points to something.
  3. RobW: Thanks for the info, i'll give a more detailed response to all your info soon, Also after I release my patch hopefully you can check it out to compare and give back your input. Since I believe wishlist is spelled Wish List would you recommend I change it in the new update, after looking at company's such as amazon.com, target.com and other major online retailers they all spell the wishlist "Wish List", and in the dictionary wishlist isn't a word. Thanks.
  4. If you don't care about quantity of items in stock, at this moment you could have multi copies of products to suit your needs although most people do care about stock quantity. This mod is great, and I can't wait for the next release either, I hope slave products can have popups for the thumbnails as well.
  5. another ez way would be to use easypopulate, i cant imagine how u entered in all 8000 products without it.
  6. This mod is great, just takes a little more work to get all the contributions in, but I believe i'm getting them in and working with each other!
  7. Can be found at: http://www.oscommerce.com/community/contri...ns,1781/page,21
  8. Anyone know how to make a back to top link that'll actually work with the BTS and not bring you back to the index.php page?
  9. Np, and if you follow the dates on that vs with the forum postings, I believe you'll have everything working!
  10. Gregbaboolal: Just wanted to say thanks for all the hard work your doing, I haven't fully used this mod yet although it is installed as I'm still setting up my modded osC.
  11. RobW: Thanks for the update, there's still a few things I believe you might of missed as I was planning to do an update as well, but you got some things I didn't so this will help further things along. =D I'll post mine up with your differences up later today. Talon177 P.S. A Few things still unanswered - Missing Image: table_background_wishlist.gif Anyone have any idea what image we should use to represent this from the stock osC, or can anyone make us one? - Add Wishlist for non-logged in users to see, and when clicked on bring them to the login page so they can signup or signin. After they signup or signin it'll automatically be added to their wishlist. I have this somewhat working on my modded osC but it doesn't add the item to their wishlist automatically after creating their account or signing in. This is due to the session, and I hope it'll work with this fresh osC 2.2 MS2 I have installed. - If product has attributes will those attributes also be seen when adding the item to your wishlist? Anyone know? -> After sending a wishlist to a friend you get a message saying on wishlist_email.php "Your email about has been successfully sent to [email protected]." Inside the catalog\includes\languages\english\wishlist.php the code shows: define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email about <b>%s</b> has been successfully sent to <b>%s</b>.'); Anyone know a fix so we can get %s to display? - A question others might also have including myself Has anyone gotten this to work with master products, so when you want to add a slave item to your wishlist it'll add that instead of the master product? - I also believe that wishlist is spelled "Wish List" at least that's how you spell it in the dictionary. Any comments on this?
  12. Why install 5.05 and not Striders 5.10b with fixes? You'll save yourself some headache =D
  13. Did anyone add specials with beginning and end date into easy populate?
  14. Has anyone gotten the admin side to work with master products?
  15. Actually I did, i believe I have everything fixed, except for the questions above. But thanks
  16. Anyone have master products working with header tags controller? If so could I see your admin/catergories.php file?
  17. Does anyone have this working with Master Products? I'm getting an error on the product_info.php Fatal error: Call to undefined function: clean_html_comments() in xxx/products/includes/header_tags.php on line 79 And on line 79 it says $the_title= HEAD_TITLE_TAG_ALL . ' ' . clean_html_comments($the_product_info['products_head_title_tag']);
  18. Oh another thing that would be cool is if the meta tag information can display on the new product preview page before actually updating. Anyone have an update for this?
  19. Let me know how it goes and hopefully this will fix everyone's problems.
  20. Hey guys, Just wanted to inform you of a new Header Tag Controller Update v2.3 Complete(Talon177). This is an update of Oswaldo Herrera's 30 Dec 2003 - Header Tags Controller v2.2 Complete which fixes the following listed below This update fixes: -> Removed Extra Contributions that don't belong to Header Tags Controller -> Changed from default.php to FILENAMES_DEFAULT (David Law) -> Added ; to the end of TITLE -> Fixed output in admin/catagories.php "Meta Tag Information" was displaying in the wrong area. -> Added // BoF Header Tag Controller & // EoF Header Tag Controller for easier searching Please read the "General README.txt" file as I have including notes about everything to make this work on a FRESH osCommerce v2.2 MS2. http://www.oscommerce.com/community/contributions,207
  21. Just wondering if anyone has Ultra Images working with Master Products Johnson's Code slightly modified: case 'MASTER_LIST_IMAGE': if (tep_not_null($listing['products_image'])) { $lc_align = 'center'; if (isset($HTTP_GET_VARS['manufacturers_id'])) { $lc_text = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . 'planet_aquaria/camera.gif', $listing['products_name'], 14, 15) . '</a>'; } else { $lc_text = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . 'planet_aquaria/camera.gif', $listing['products_name'], 14, 15) . '</a>'; } } else { $lc_text = tep_image(DIR_WS_IMAGES . 'pixel_trans.gif', $listing['products_name'], 14, 15); } break; MaxiDVD's Ultimate Images Pack Code for product_info.php [code] <?php if (tep_not_null($product_info['products_image'])) { ?> <?php // BoF MaxiDVD: Ultra Images Pack! ?> <?php if ($product_info['products_image_med']!='') { $new_image = $product_info['products_image_med']; $image_width = MEDIUM_IMAGE_WIDTH; $image_height = MEDIUM_IMAGE_HEIGHT; } else { $new_image = $product_info['products_image']; $image_width = SMALL_IMAGE_WIDTH; $image_height = SMALL_IMAGE_HEIGHT;}?> <script language="javascript"><!-- document.write('<?php echo '<div align="center"><a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id'] . 'ℑ=0') . '\\\')">' . tep_image(DIR_WS_IMAGES . $new_image, addslashes($product_info['products_name']), $image_width, $image_height, 'hspace="5" vspace="5"') . '<br>' . tep_image_button('image_enlarge.gif', TEXT_CLICK_TO_ENLARGE) . '</a></div>'; ?>'); //--></script> <noscript> <?php echo '<div align="center"><a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image_med']) . '">' . tep_image(DIR_WS_IMAGES . $new_image . 'ℑ=0', addslashes($product_info['products_name']), $image_width, $image_height, 'hspace="5" vspace="5"') . '<br>' . tep_image_button('image_enlarge.gif', TEXT_CLICK_TO_ENLARGE) . '</a></div>'; ?> </noscript> <?php // EoF MaxiDVD: Ultra Images Pack! ?> <?php } ?> What i was trying to do with your code and his is to make the master listing page which displays slave items show a image icon for slave products with images, and instead of clicking on it to bring you to the slave product it would do a popup of the slaves bigger picture using maxi's images pack. Here's a test code that I tried to do myself, but when the picture popsup it shows a red x, [CODE] <script language="javascript"><!-- document.write('<?php echo '<div align="center"><a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id'] . 'ℑ=0') . '\\\')">' . tep_image(DIR_WS_IMAGES . 'planet_aquaria/camera.gif', addslashes($product_info['products_name']), 14, 15, 'hspace="5" vspace="5"') . '</a></div>'; ?>'); //--></script> <noscript> <?php echo '<div align="center"><a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image_med']) . '">' . tep_image(DIR_WS_IMAGES . 'planet_aquaria/camera.gif' . 'ℑ=0', addslashes($product_info['products_name']), 14, 15, 'hspace="5" vspace="5"') . '</a></div>'; ?> </noscript> Thanks again, and sorry for the trouble, hopefully this will help others with the same situation in mind.
  22. I also believe that wishlist is spelled "Wish List" at least that's how you spell it in the dictionary. Any comments on this?
  23. Just wanted to let you guys know if any of you are using Wishlist 2.0.1 (R. Siebert (VINI & VITA)) 13 Dec 2003 to becareful of the product_info.php.NEW and application_top.php.NEW as they have extra contributions in them that aren't for wishlist.
  24. Hey guys, Just wanted to let everyone know that i've been working on a update for the Wishlist contribution, after reading all 24 pages over a 2nd time and implementing all necessary changes, and recording all changes from Wishlist 2.0 (Jesse Labrocca) - 22 Nov 2003, and giving everyone credits where needed. Everythings almost complete! A few quick questions hopefully someone can answer. - Missing Image: table_background_wishlist.gif Anyone have any idea what image we should use to represent this from the stock osC, or can anyone make us one? - Add Wishlist for non-logged in users to see, and when clicked on bring them to the login page so they can signup or signin. After they signup or signin it'll automatically be added to their wishlist. I have this somewhat working on my modded osC but it doesn't add the item to their wishlist automatically after creating their account or signing in. This is due to the session, and I hope it'll work with this fresh osC 2.2 MS2 I have installed. - If product has attributes will those attributes also be seen when adding the item to your wishlist? Anyone know? -> After sending a wishlist to a friend you get a message saying on wishlist_email.php "Your email about has been successfully sent to [email protected]." Inside the catalog\includes\languages\english\wishlist.php the code shows: define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email about <b>%s</b> has been successfully sent to <b>%s</b>.'); Anyone know a fix so we can get %s to display? - A question others might also have including myself Has anyone gotten this to work with master products, so when you want to add a slave item to your wishlist it'll add that instead of the master product? Thanks and I hope we can have this all working perfectly, as I spent the last 2-3 hrs reading the entire 24 pages and documenting everything and applying all fixes. Talon177
×
×
  • Create New...