Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Farrukh

Pioneers
  • Posts

    457
  • Joined

  • Last visited

Everything posted by Farrukh

  1. I have updated the All Prods mod to be compatible with Osc Milestone 2.2 which resolves the issue of getting a huge gap in the allprods.php while veiwing it in browser. Download here: http://www.oscommerce.com/community/contributions,137 See a working link at: http://www.arabianbazaar.com/allprods.php
  2. Gremlin, Could you integrate Multi Vendor into Individual Shipping and release it as a new version for MS 2.2
  3. Ihave uploaded the file again Download it here: http://www.oscommerce.com/community/contributions,994
  4. Hi all I have just updated the Downloads Controller v5.3 which includes the mod for Downloading and Free Shipping. I have tested it on my cart and its working fine. Here is the download link: http://www.oscommerce.com/community/contri...ions,994/page,7
  5. YOu can check my site, everything i working fine. I have checked out the reviews also, it doesnt give any problems. Did you follow the installation rules properly.
  6. HI Jsut updated the Install file and i have also included the files which are needed to be edited. You can compare them with your own. Also, I have other mods installed as well. So dont miss them up. Download from here: http://www.oscommerce.com/community/contributions,207
  7. Individual Shipping works fine but i need the functionality that only one Shipping method should be available to the customer. I am using Zones Rates and Individual Shipping. But the problem is that individual shipping displays as a second option to the customer. he can choose between Zones Rates and Individual Shipping. That doesnt make any sense. Multi Vendor , does the above. But it does not run under MS2. I displays in Admin but after installing in through the admin, nothing gets changed. All it options are empty.
  8. Gramlin, I tried to install Multi Vendor but it does not work with MS 2.2. I emailed the author but he said that he doesnt have any plans to update it. I was wondering if you could combine Multi vendor with Individual Shipping Mod. Is it possible ?
  9. This line is not present in MS2 } elseif ($HTTP_GET_VARS['action'] == 'new_product') { Instead find this below code: Its around 434 line: <?php if ($action == 'new_product') { $parameters = array('products_name' => '', 'products_description' => '', 'products_url' => '', 'products_id' => '', 'products_quantity' => '', 'products_model' => '', 'products_image' => '', 'products_mediumimage' => '', 'products_largeimage' => '', 'products_price' => '', 'products_weight' => '', 'products_date_added' => '', 'products_last_modified' => '', 'products_date_available' => '', 'products_status' => '', 'products_tax_class_id' => '', 'manufacturers_id' => ''); $pInfo = new objectInfo($parameters); if (isset($HTTP_GET_VARS['pID']) && empty($HTTP_POST_VARS)) { $product_query = tep_db_query("select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . (int)$HTTP_GET_VARS['pID'] . "' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "'"); $product = tep_db_fetch_array($product_query); [/code]
  10. Here is the link to the contribution: http://www.oscommerce.com/community/contributions,1057
  11. Hi all Just updated the contribution to work on Milestone 2.2. Its working fine on my cart.
  12. Hi Just an update to be compatible with Milestone 2.2 You can also find the Admin section for MS 2.2 here: http://www.oscommerce.com/forums/viewtopic.php?t=51815
  13. Hi all I have just updated Richard Fielder Admin mod to be compatible with Milestone 2.2. Its a simple update let me know if anyone finds any problems. Get it here: http://www.oscommerce.com/community/contributions,207
  14. Hi ilicious can you update the whole contirbution so that we might not miss any thing
  15. Nice contribution :) Might give it a try
  16. Nice contribution But I will wait for the Admin Section to complete
  17. Hi dmGremlin I have installed the contribution and it works great. I would need to ask you one thing . When I specify an Individual Shipping for a product, it comes along with the zones rates. It shows both the Individual shipping and Zones Rates on Checkout_shipping.php I would like to know as if its possible to use this with Zones Rates enabled. For ex. If I specify an individual shipping for a product, it should Just use that individual shipping cost and leave out the Zone Rates cost. Is this possible
  18. Elari Can you explain as how is this Mod different from the Original Zone Rates?
  19. This is great. Another work well done. Ill give this one a try :) Thanks
  20. Its an excellent contrib MaxDVD I have installed it in the latest MS2 release and its works fine uptil. Will keep you posted in a problem arises.
  21. Henri, keep doing what you are busy with. We all know that no one can give all of their time to oscommerce. Excellent work with Osc Affiliate :)
  22. Can you post it as a Contribution. I would like to try it out
×
×
  • Create New...