Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

internetautomart

Pioneers
  • Posts

    77
  • Joined

  • Last visited

Profile Information

  • Real Name
    Brian Fleischer

internetautomart's Achievements

  1. we found the solution. we had too high of a maximum package weight.
  2. looking at it, it didn't look like anything more than an attribute add-in. maybe i am seeing something wrong?
  3. I sell large items that are typically bought in sets of 2. in order to ship them UPS we ship them as 2 separate pieces. how can I get osc to mark each one as a separate package? they are ordered in the cart as 2 items of the same part #. Thanks in advance for any and all help
  4. since no one has responded to this and perhaps that is because i didn't give enough information. I am trying to have EP populate my attributes download table with the filenames to be downloaded. I'm sure there is a simple way to do this, but sadly I can't wrap my head around query languages well enough to do it :( I appreciate any help that can be given.
  5. quick question. Is there a way for easy populate to access an additional table for information? I have a 3rd table that contains information that is relevant to what EP already does. I just need it to go in the 3rd table as well. help please :)
  6. I found the fix on the contrib page. where the instructions said replace on line 244 use this code instead: //kgt - discount coupons if( is_object( $this->coupon ) ) { $applied_discount = 0; $discount = $this->coupon->calculate_discount( $this->products[$index], $valid_products_count ); if( $discount['applied_discount'] > 0 ) $valid_products_count++; $shown_price = $this->coupon->calculate_shown_price( $discount, $this->products[$index] ); $this->info['subtotal'] += $shown_price['shown_price']; $shown_price = $shown_price['actual_shown_price']; } else { $shown_price = $currencies->calculate_price($this->products[$index]['final_price'], $this->products[$index]['tax'], $this->products[$index]['qty']); $this->info['subtotal'] += $shown_price; } /************** $shown_price = tep_add_tax($this->products[$index]['final_price'], $this->products[$index]['tax']) * $this->products[$index]['qty']; $this->info['subtotal'] += $shown_price; **************/ //end kgt - discount coupons this was on osc 2.2 rc2a works fine now
  7. after searching I saw no one else with this issue. with this contributions mod in my orders.php file (instruction to edit line 244) I get a DOUBLE price on the item in the cart. I.E. them item has a sell price of 50 in the order section it shows 100. the shopping cart on the right hand side still shows 50 though. any one know what change i need to make to that bit of code to stop the doubling? this also happens whether the coupon contrib is active or not.
  8. i upgrade from 1.0 to 1.1 following the instructions in 1.1. I was going to keep upgrading that way, but the directions for 1.1 to 1.2 don't say ANYTHING useful other than file compare.
  9. simple question. Is there a way to upgrade from MVS 1.0 to 1.2.3? I have 1.0 on my old site and it works well. However 1.2.3 has the shipping quote ability that 1.0 does not. Any way to upgrade without requiring removing all the 1.0 code and putting in the 1.2.3 code from the proverbial scratch?
  10. Where are you using product attributes? I used EP with no ill effects on products with attributes before. The current version is even designed with attributes in mind.
  11. I did end up making the manufacturer part of the model # so that cleared up the overwrite. It for me was easier than adding in another field. I did end up blowing away all of my previous listings, but since EP is sucha breeze to use I didn't mind at all. I can honestly say that EP has come miles since I first used it about 4 years ago.
  12. well I just changed to "i" because of that. How did earlier versions do it? I know it was possible as I had a much earlier version running on my old site for years.
  13. how can I prevent Easy populate from overwriting one item from a previous one? let me be clearer. I have multiple products that have the same exact part #s. They all have different manufacturers. right now EP is overwriting based on the part #. Does it matter what order I put the columns in? or do I have to make each manufacturer have a different part # I.e. manufacturer A's part #1 would have to be a 1A manufacturer B would be a 1b etc.. please tell me I don't have to do that as that will make my life much more complex. Thank you Brian
  14. after failed attempts at searching. Can anyone tell me how to assign vendors in EP 2.76g? I am using MVS (obviously) Thank you Brian
×
×
  • Create New...