Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dacreative1

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Alvin Prescod

dacreative1's Achievements

  1. Help anyone???? I really need help on this one.. will pay if neccessary...
  2. Good Day, I bought a template and so far everything works fine but I will like to insta the Remove Prices and buy now and add to cart if price = 0.00 contribution, but I'm having some problems. Because of the template design (I'm guessing) some of the code has been changed around. It's only 3 files that I'm noticed that has changes in the way they coded the template. For example in the instructions said in includes\modules\New_Products.php Look for $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a><br>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id']))); Replace with if ($new_products['products_price'] < 0.01 ) { $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a>'); } else { $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a><br>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id']))); but in that template the closest thing I find to that code is <table cellpadding="0" cellspacing="0"> <tr><td valign=middle height=35><a class=ch2 href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a></td></tr> <tr><td height="15"></td></tr> <tr><td><span class="ch3">'.$currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])).'</span></td></tr> </table> So I don't know what to do there. There's like 2 more files with instructions that I can't find. So my question is, Can someone, anyone out there help me to figure this thing out, PLEASE? I'm not a coder, I just know how to follow instructions real well :'( , but I really need this thing to work. Thanks in advance
  3. Thank you... thank you... and again... thank you!!!
  4. Hi All, I'm looking for a buy one product and get the second product that is equal to or less than at half of te price. I can't seem to find a module like that, so i was wondering if there was any place where i can get something like that developed for me. I'm willing to pay for it. If there's any developers out there that can develop this module, or if there's anyone that can point me to where to I can find something of the sort, please let me know. Like I said, I'm willing to pay if I can't find it. Thanks in advance
  5. Isn't there anyone out there that can help me??? Please I'm desperate
  6. Hello all, I'm not too sure as to where to put this question so if it's in the wrong place please forgive me. I designed a site a few years ago using Miva but now I am thinking of doing away with miva and using OsCommerce. The only thing is that I have a custom module that was build by a developer that will enable my shoppers to buy one product and get the other product that is equal to or less than the 1st item at half the price. For example Product A = $100 Product B = $80 At the time of check out the cart will show Product A = $100 Product B = $40 You can take a look at my site here . :D my site is a lil old, hence the need for an upgrade * this discount will only be shown during checkout* I will like to know if there's a module that can do something like that or is that something that's build into OsCommerce already? If it's not, is there someone out there that can develop this module? Thanks in advance.
×
×
  • Create New...