Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

LeeFoster

Members
  • Posts

    1,563
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by LeeFoster

  1. So the core code change just adds the button to the product in the listing page? I'd be inclined to leave that out. Get this error after installing the box - Fatal error: Uncaught Error: Call to a member function count_contents() Clicking add to wish list adds the item to the shopping cart. Also the zip package is missing the account and navbar modules. So as it stands I can't add anything to the wish list and can't view it.
  2. Yeah, just looking at the change to core, I'm guessing that would be the hook?
  3. Not quite, I want the supplier to log in and add and manage products but I also want them to be responsible for shipping the items to the customer. So - Supplier X logs in and uploads 7 products Supplier Y logs in and uploads 3 products Customer logs in and buys 1 product from Supplier X and 2 from Supplier Y. Supplier X receives confirmation that an item has sold along with payment for the item, Supplier X ships to the customer. Supplier Y receives confirmation that an item has sold along with payment for the item, Supplier X ships to the customer.
  4. Will download and test this tomorrow.
  5. No getting Notice: Undefined variable: cInfo in C:\xampp\htdocs\360v3\admin\stores.php on line 21 Line 219 is <td class="main"><?php echo tep_draw_input_field('stores_title', $cInfo->stores_title, 'maxlength="255"', true); ?></td> $cInfo this time is if (isset($_GET['action']) && $_GET['action'] == 'edit') { $store_query = tep_db_query("SELECT a.*, s.* FROM address_book a, stores s WHERE s.address_book_id = a.address_book_id and a.customers_id = 0 and s.stores_id =".$_GET['sID']); if(tep_db_num_rows($store_query)){ $store = tep_db_fetch_array($store_query); $cInfo = new objectInfo($store); }
  6. That fixed that one, now on to the other errors in the one.
  7. Just upgraded to Phoenix 1.0.5.2 and getting the following errors - Notice: Undefined index: sID in C:\xampp\htdocs\360v3\admin\stores.php on line 339Notice: Undefined variable: cInfo in C:\xampp\htdocs\360v3\admin\stores.php on line 339Notice: Undefined index: sID in C:\xampp\htdocs\360v3\admin\stores.php on line 339 This is the line of code - $stores_query = tep_db_query($stores_query_raw); while ($stores = tep_db_fetch_array($stores_query)) { if (((!$_GET['sID']) || (@$_GET['sID'] == $stores['stores_id'])) && (!$cInfo)) { <--- Line 339 $cInfo = new objectInfo($stores); } I am aware that these are only showing due to error reporting on Phoenix but I'd like to fix them if possible.
  8. I'm happy to bootstrap it up if it can be made to work.
  9. I don't have it installed in a test environment at the moment.
  10. I was able to get it installed but when it came to logging in as a vendor it wouldn't log in. I have been in contact with @burt to get something written but funds are a little restrictive at the moment.
  11. I'm having problems adding a download/file with this addon. It's on OSCOM CE Phoenix v1.0.2.8
  12. https://apps.oscommerce.com/ZwG4h&supplier-admin-area-v0-2
  13. There is a vendor admin add-on but no one has been able to get it to work on anything since 2.2 I think. My site will be hobby related also and I want to be able to allow other vendors to sell and manage through my site. Kind of like an Amazon market place, then when an order gets placed they are notified of anything they need to ship and as you say payment gets split.
  14. What is it the module did? I think most of it could be done without changing core, you'd essentially be making a duplicate of admin and adding restrictions to it.* *This is me explaining it in the most basic of terms.
  15. @hungryfrank Those both worked. No it's time to make it into a no core code add-on with the rest of the changes.
  16. I'd rather not make changes to the core code as they'll need to be done every time a release overwrites one of those files.
  17. Yeah that works, but @burt must have changed it to a hook call for a reason, so how do we get it working with the hook?
  18. I wonder if it is down to where column_left is being called.
×
×
  • Create New...