Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cvos

Archived
  • Posts

    36
  • Joined

  • Last visited

Everything posted by cvos

  1. If the above doesnt work use this code: $reviews_query = tep_db_query("select r.products_id, rd.reviews_text, r.reviews_rating, r.reviews_id, r.customers_name, r.date_added, r.last_modified, r.reviews_read, p.products_id, pd.products_name, p.products_image from (((".TABLE_REVIEWS." r, ".TABLE_REVIEWS_DESCRIPTION." rd) left join ".TABLE_PRODUCTS." p on (r.products_id = p.products_id)) left join ".TABLE_PRODUCTS_DESCRIPTION." pd on (p.products_id = pd.products_id and pd.language_id = '".(int) $_SESSION['languages_id']."')) where r.reviews_id = '".(int) $_GET['reviews_id']."' and r.reviews_id = rd.reviews_id and p.products_status = '1'");
  2. A great way to be recognized for your hard work is to post a wishlist from a store like Amazon.com. This way you are not requiring payment, but it gives people the option of making a "script donation".
  3. I too am very interested in a quickbooks module. I'm really not a fan of the existing module, but im no QB expert either. If there was some solid documentation on the existing mod i'd be willing to give it a shot (developing it)
  4. i agree - i have received responses on my contribs, but hard data would help guage its acceptance.
  5. how do i suggest a contribution to be included in the core package? i created a template system http://www.oscommerce.com/community/contributions,1260
  6. YES cannuck! That is the reason i posted it, was the hope it would be adopted. it took a long time to get all the functions and classes to work, but it is in use, and i havent had any problems (yet). I was limited to 300k for the upload, so i could not include the admin files in the zipped archives. Please contact me.
  7. I have created and posted a template system here. I would love feedback as well. http://www.oscommerce.com/community/contributions,1260 I have not tried any other template systems that are available in the contributions section. This one allows for only one file per page.
  8. this would be great - i dont suppose you have a mac version?
  9. thanks! im definitely going to use this,
  10. Did a contribution for quickbooks ever make it into the contrib repository? I would love this feature!
×
×
  • Create New...