Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

senojis

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    senoj is

senojis's Achievements

  1. Thanks for the tips. Does that mean by putting the: $pf->loadProduct((int)$_GET['products_id'], (int)$languages_id); $products_price = $pf->getPriceString(); into the productlisting.php, I can use the echo $products_price. to put a price table in the product listing instead? Does this also work with inserting a "quantity box field" (for buyer to enter amount) on top of the "buy now" button? I tried using the quantity box for product listing 1.0 but it seems like qbpp has modified productlisting.php making the field box form not work.
  2. "'v_products_price' Price you want listed. Right now we don't handle anything except retail price" I'm not how updated this information is. I am trying to implement the most recent Price Break 1.3.5 (http://addons.oscommerce.com/info/1242) to Easy populate so that it can import and export multiple prices and quantity levels. I tried finding the field name in phpAdmin and came across "products_price_break" and looks like it contains some of the required values (products_price_break_id products_id products_price products_qty) but that means it would conflict with the current variable names? I also tried referring the older contributions that offered price break implementations to ep and locate some variable/fields names to no avail. Any tips or suggestions appreciated.
  3. Is there a way to implement this Price break module to the latest Easypopulate (v2.76g). I tried finding the field name in phpAdmin and came across "products_price_break" and looks like it contains some of the required values (products_price_break_id products_id products_price products_qty) but to no avail on exporting them since it appears they share the same name with the original fields? Any tips appreciated. Thanks.
×
×
  • Create New...