Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

barry100

Pioneers
  • Posts

    78
  • Joined

  • Last visited

Posts posted by barry100

  1. I have a problem with the contribution.

     

    Problem:

     

    Person adds a product with a colour and selects a quantity of 3 - adds to the cart

     

    Person selects the same product with a different colour and selects quantity of 3 - adds to cart

     

    Now i have prices breaks set up for 3 and a different price break for 6

     

    It dosnt recognise that i am using the same products just a different colour so it is not giving the quantity of 6 price break?

     

    How can i change the cart to see the products are the same just different colours?

  2. Hi

     

    If the customer has a credit account is it a sepertae kind of account or can any custom er go through the buying process and ask for credit?

     

    One of my clients is asking for a store with a cridit account but also wants paypal payments so are they seperate? is their control in the admin section?

  3. You should edit your csv_import.php and, after a product has been imported, add some code to manage your new fields (also added to ini file) to be added to the price_break tables.

     

     

    Hi .. This isnt very easy ...

     

    What I have done is this

     

    I have added to the end of the list of columns in the CSV file 2 columns, 1 called price_break and one called amount

     

    in the csv_import.php file i have added

     

    $bindings['price_break'] = $config["price_break"];
    $bindings['amount'] = $config["amount"];

     

     

    I dont know if this is the correct thing to do as i have never imported info from a csv file before.

     

    Ok then I added this to the csv_import.php file

     

     

     

    // price break sql
    
    
    			$price_break_insert = "INSERT INTO products_price_break (products_price,products_qty ,products_id ) VALUES('".$data['price_break']."','".$data['amount']."' ,'" . $product_id ."')";
    
    
    
    			// end price break

     

     

    This is inserting the id correctly as to be expected but it is inserting 0 as the other two values.

     

    Am I heading in the right direction with what im doing or is it all wrong?

     

    Im not sure if i am even getting values from the two new columns?

  4. HI all. I am using this contribution and so far i am very happy with how easy it works. Thing is i have 5000 products to add to my shop. This is going to be easy with this contribution but am looking to add price breaks for every product when people buy over 10 of each. I have installed

     

    http://addons.oscommerce.com/info/1242

     

    And I want to be able to use the csv import to populate this attributes tables as well. Is it possible and if so has any one done it so far with success?

  5. Hi all

    Is it possible to make the paypal ipn send what is in the comments box before the order is completed or paid, the problem im having is that although paypal is sending the order before the payment is made some times there is no comments being sent (i think because people are paying then not returning to the shop) so the comments are being lost in transit.

  6. Can anyone help with this as it seems to be fairly popular as a "need" for many of us in the UK especially.

     

    YE HA

    I ve finally sussed it oot

     

    What i did was i deleted all the countries and added Scotland as a coutry

    then i opened

     

    includes>modules>zones.php

    and changed this line

     

    // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED

    $this->num_zones = 6;

     

    as you can see i put it up to 6

     

    then i installed the zones module in the admin section

     

    now in the zones section of the admin i added all the zones i needed and basically mde up the ISO codes my self like this

     

    Dundee DUN and DU

    Wormit WOR and WO

     

    and so on

    then as i have installed the zones with 6 in the line above i now have 6 sections to enter diferent zone rates

    as for the weight i just put it like this

     

    100:0 in other words anything up to 100 in weight is free shipping but the zone rate was ?20 so although the weight isnt adding shipping costs the flat rate for the specific zone was ?20 which is what i wanted in the first place

     

    so the whole thing works a treat now it just took a little farting around with to get the correct effect

  7. Im using the Os system for a customer of mine that needs to charge for delivery by zone

     

    The thing i havent got a clue how to set the zone rates up.

    The zones i will be suing are not countries so i have deleted all the countries from the datbase and i am adding towns and cities instead

     

    I dont want the shipping cost to have anything to do with weight or percentage costs at all

    I just want to change the charge according to zone

    so lets say

     

    zone 1=?10 delivery

    zone 2=?20

    zone 3=?30

     

    and so on

    simple but not to simple to set up in the os sysytem without involving weights or other factors

     

    I have tryed to change the zones.php file and changed this line

     

    $this->num_zones = 1;

     

    it adds form fields to the zones module in the admin but what am i supposed to put in these fileds as they have no lables

     

    :blink:

     

    so any ways any help will be cool thanks

  8. Im using the Os system for a customer of mine that needs to charge for delivery by zone

     

    The thing i havent got a clue how to set the zone rates up.

    The zones i will be suing are not countries so i have deleted all the countries from the datbase and i am adding towns and cities instead

     

    I dont want the shipping cost to have anything to do with weight or percentage costs at all

    I just want to change the charge according to zone

    so lets say

     

    zone 1=?10 delivery

    zone 2=?20

    zone 3=?30

     

    and so on

    simple but not to simple to set up in the os sysytem without involving weights or other factors

     

    I have tryed to change the zones.php file and changed this line

     

    $this->num_zones = 1;

     

    it adds form fields to the zones module in the admin but what am i supposed to put in these fileds as they have no lables

     

    :blink:

     

    so any ways any help will be cool thanks

  9. Im using the Os system for a customer of mine that needs to charge for delivery by lets say "zone"

     

    The thing i havent got a clue how to set the zone rates up.

     

    I dont want the shipping cost to have anything to do with weight or percentage costs at all

    I just want to change the charge according to zone

    so lets say

     

    zone 1=?10 delivery

    zone 2=?20

    zone 3=?30

     

    and so on

    simple but not to simple to set up in the os sysytem without involving weights or other factors

×
×
  • Create New...