Page 8 of 14 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 136
  1. #71
    Join Date
    Feb 2005
    Location
    Captain Cook, Hawaii
    Posts
    179
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    I tried this and perhaps I did it wrong.

    I now have two Hawaii State entries with different taxes. The concept there works, but the customer chooses their state and thus could choose Hawaii Wholesale and pay a different rate. Also, the "Hawaii - Wholesale" shows up on the shipping documents.

    I guess I could make it "Hawaii" and "Hawaii." with a period after it, but then customers could still choose it.

    Did I get the concept wrong, or is this a problem I need to find a slightly different solution to?
    Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)

  2. #72
    Join Date
    Feb 2005
    Location
    Captain Cook, Hawaii
    Posts
    179
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Quote Originally Posted by mshultise View Post
    I tried this and perhaps I did it wrong.

    I now have two Hawaii State entries with different taxes. The concept there works, but the customer chooses their state and thus could choose Hawaii Wholesale and pay a different rate. Also, the "Hawaii - Wholesale" shows up on the shipping documents.

    I guess I could make it "Hawaii" and "Hawaii." with a period after it, but then customers could still choose it.

    Did I get the concept wrong, or is this a problem I need to find a slightly different solution to?
    OK, I think I got it working now.

    I have my store defaulted to United States.

    I went into Localization Countries and added a new country called "USA". Since all customers default to "United States", there is little chance they will change their country (and if so, I'll disable that ability). Only customers from this state will be purchasing products, so I could even turn that off too.

    Under USA I created a zone called Hawaii and a Code of HI.

    Then I created Zone Defs for Hawaii Local (United States) and Hawaii Wholesale (USA) and set the two tax rates to 4.1666% and .5%.

    Then I just put the customer in the Wholesale group for the new prices and I change his country to USA and he picks up the new tax.

    This is pretty much what was suggested but I needed to make sure it was more difficult for someone to cheat :-)

    Hopefully, someone will change the Group Pricing module to also include a set tax rate for that pricing group. Here we use different prates for wholesale and retail. In Maryland it was whether the item was being used for resale which is somewhat the same idea.
    Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)

  3. #73
    Join Date
    May 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Quote Originally Posted by HappyMom View Post
    Hello,

    Someone posted the thread/question below:

    My discount prices with this mod work fine. However, what isn't working is that for anyone assigned to a group (I just have one group assigned right now - Group A), the Specials I've set are not working properly.

    The Specials are not products that are affected by group pricing - they are separate products.

    For those customers in Group A, the correct price shows up until they go to check out, at which point the price reverts back to the original price, rather than the sale price.


    And I understand that this is how the group pricing was designed to work, but I actually want my Group A/B/ect to receive the sale discount on products for which they are not getting any special Group A/B/etc discount.

    For instance:

    Product 1:
    Regular Price: 10.00
    Sale Price: 8.00
    Group A price: 5.00
    In this case, my Group A customers gets the $5.00 Price. This is OK. No Change required here.

    Product 2:
    Regular Price: 20.00
    Sale Price: 10.00
    Group A Price - Does not exist -> revert to regular price In this case, I want my Group A customers to get the $10.00 Sale Price.

    What files should I change? or where do I start?

    Any help would be greatly appreciated it.

    Thanks!

    **********************************************
    **********************************************

    Just in case some has a simiilar problem and want their group (A,B,etc) customers to get the sale prices of products that are not marked with a group price:

    I made the following changes and they worked for me. There is a still a small glitch with the overal total (the sale price adds OK, but the group A,B,etc price add the original price instead of the group price) The totals get added correctly on the next shopping cart page, so I am not too worry about it.


    Zen Cart version: 3.7

    The file name is:
    catalog/includes/classes/
    shopping_cart.php

    There is 3 places where you need to come out the
    if (!$customers_group) clause.

    *********************************************
    In line 652:
    *********************************************
    // if(!$customers_group) {
    //


    $special_price = zen_get_products_special_price($prid);
    if ($special_price and $product->fields['products_priced_by_attribute'] == 0) {
    $products_price = $special_price;
    } else {
    $special_price = 0;
    }
    // }

    **********************************************
    in line 676:
    ***************************************************
    // if(!$customers_group) {
    if ($product->fields['products_priced_by_attribute'] == '1' and zen_has_product_attributes($product->fields['products_id'], 'false')) {
    // reset for priced by attributes
    if ($special_price) {
    $products_price = $special_price;
    } else {
    $products_price = $product->fields['products_price'];
    }
    } else {
    // discount qty pricing
    if ($product->fields['products_discount_type'] != '0') {
    $products_price = zen_get_products_discount_price_qty($product->fields['products_id'], $qty);
    }

    // }


    *****************************************
    line 1135
    *****************************************
    // if(!$customers_group) {
    if ($special_price and $products->fields['products_priced_by_attribute'] == 0) {
    $products_price = $special_price;
    } else {
    $special_price = 0;
    }
    // }



    That's it.

    -Norma

  4. #74
    Join Date
    Sep 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    I have this mod installed, all was going great but now I'm not sure whats happened and I can't remember how I got it working.

    I have groups A & B that receive 100% off all products except Gift Certs and one club product.
    Mod was charging for these 2 products correctly.

    Now I put a salemaker 60% in my store excluding these 2 categories - but if I buy either gift or club product at checkout it adds to cart at charged price, but step 2 of 3 shows group discount of 100% applied and item becomes free.

    How do I fix this please? I recently added ZenCart free charge card to stop receiving the 'we are not able to take payments from your area' message.
    Not sure if that's messed up pricing or my sale itself lol

    Thank you

  5. #75
    Join Date
    Feb 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    I am using the latest version of the cart V3.8, and installed the laster version of group pricing per item. However, my shop doesn't show the group price even the costomer is belonged to that group. Also, every price show original price no matter on product page, product listing page , checkout, total, etc.

    It seem totally not working~ Can anyone else help me tho fix it? as this pricing method is the mod i need the most~

  6. #76
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Does anyone know if we can use The most recent Group Pricing modified for 1.3.8 for my 1.3.7 ZC install?

    Thank you

  7. #77
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Well, I installed but my customers.php will not return any customers now. Someone else had this question a few pages back but no one responded to him/her/

    If any one knows what I need to do to make customer.php happy again , let me know.


    This is the error:
    Fatal error: Call to undefined function zen_get_customers_address_book() in /home/myserver/public_html/shop/admin/customers.php on line 1124


    1.3.7

  8. #78
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Hello, I am trying to find only the changes that need to be made to the files for the Group pricing mod (ZC) Download dated Zen Cart™ Version: v1.3.7
    Update added on Feb 20 2007. We are so heavily modded that I have to add all the changes manually. Can anyone help me out and direct me to where I can find them? I cant merge the files we are too heavily modded so I just need to see what changes were made in each file

    Thanks a million to anyone who can help.

  9. #79
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Quick question: Is this the official thread for the Group Price per Item addon?

    Thanks

    gabstero

  10. #80
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Group Pricing Per Item Issue

    Hi Gang!

    Just installed Group Price Per Item, all seems well except that in the Admin>Customers>Group Pricing view I have "GROUP_PRICE_PER_ITEM_TEXT" in the % Discount column after I've setup my groups (Group A, Group B, etc.)

    Any clue where should I look, what I've missed? The group_price_per_item.phpfile is in the admin\includes\languages\english\extra_definitions folder - so that should be ok...

    any help will be greatly appreciated!!

    Cheers!
    Gabi.

 

 
Page 8 of 14 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. online group pricing vs group pricing per item working with sale maker
    By giftsandwhatnot in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 Oct 2011, 09:22 AM
  2. Group Pricing (per item) shipping issue
    By giftsandwhatnot in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 19 Aug 2011, 03:56 PM
  3. Group Pricing Per Item - sort products by price issue, suggested code to fix
    By swagmani in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 2 Mar 2011, 04:14 PM
  4. Group Pricing (per Item) Issue
    By daschenbrener in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 8 Jan 2007, 02:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg