This post will walk you through the steps to create simple custom pricing for customer groups/tiers, single customers, or wholesale dealers with screenshots of every step and details about other options not covered. Magento Commerce is extremely flexible in this area - much better than most other shopping carts on the market.
Important Note: The methods described here are for simple discounts by customer group (example: a fixed percent off all products, or a fixed amount off specific products). If you need alternate dealer/wholesale pricing that is different for every product, you should create a second "website" within Magento, allowing you to set distinct prices by website.
Overview
Create Customer Groups
1. Login to Magento Admin and go to Customers > Customer Groups.
2. Click the Add New Customer Group button.
3. Create a Group Name, select the appropriate Tax class, and click the Save Customer Group button.
Note about Group Name: I recommend some sort of standardization or nomenclature to your group names, incase you eventually have a lot to manage.
Examples: Wholesale - [Company Name] Wholesale [Tier/Level] [A,B,C/1,2,3] ([Discount Percent])
Note about Tax class: Magento only creates a Retail Customer Tax class by default. If you need to add a non-taxed, Wholesale Tax class, you can do that in the Tax Administration area located at Sales > Tax
Create Catalog Price Rules
1. In Magento Admin go to Promotions > Catalog Price Rules
2. Click the Add New Rule button.
3. Create a Rule Name, change the Status to "Active", select the appropriate Customer Group(s).
4. Click the Actions tab from the navigation menu on the left.
Global Discount By Percentage Rule
In the Actions tab: Enter the Discount amount without the % symbol, change Stop further rules from processing to "Yes," and click the Save Rule button.
Other Rule Examples
In the Actions tab: You have the ability to discount by a fixed amount, to a fixed amount, or to a percentage of the original price (as apposed to by percentage).
In the Conditions tab: You have the ability to configure various product conditions or combinations of multiple conditions.
Examples:
- Discount products in specific categories
- Discount products that are over x dollars in price
- Discount products by a list of specific SKUs
- Discount products by a custom attribute
- Etc., etc., etc....
Note: You can also apply multiple rules for each group and if you allow other rules to process, they can all be applied at the same time. There is so much you can do with this - feel free to contact me if you need help setting up a Promotion or leave a comment below.
Apply New Catalog Price Rules
1. In Magento Admin go to Promotions > Catalog Price Rules
2. Click the Apply Rules button.
3. Setup a cron job to fire Magento's housekeeping routines at least once per day (I recommend hourly). See instructions in their wiki here: http://www.magentocommerce.com/wiki/how_to/how_to_setup_a_cron_job. If you are not a developer this can be a little confusing as it's different for nearly every web host. If you get stuck I suggest you hire a web developer to set it up for you—it should take less than an hour of their time.
You're All Set
Browse to your store and refresh your browser to see the changes. Your customers will only see the discounted prices when logged in!
Again, if you get stumped please contact me or leave a comment below.
-Travis Cable










109 comments:
Hi,
for example - i have one item with cost set to 100$, but regular price is - 200$, second item have cost set to 10$ ard regular price - 12$.
I want to allow for Wholesale users mane price rule based on COST value (not regular price value), for example - for wholesale users +10% from cost:
- first items price would: 100$+10%=110%;
- second items price would: 10$+10%=11%;
any ideas?
You stumped me. Currently you can only discount from the original price, not the cost.
If you only have a couple products, we could solve this pretty easily. If you have many, you could create a custom product attribute called "Discount Group" (for example) and then group them by what percentage they should be discounted from original price. You would then setup an appropriate rule for each Discount Group.
How can I set discount products by a custom attribute if the custom attributes don't appear in the possible conditions? Is there any reason for that?
Thanks,
Gianluca
When adding a new Condition to a Promotion you should be able to choose any Product Attribute, including all custom attributes that you have added to your products at Catalog > Attributes > Manage Attributes.
Hi Travis,
unfortunately it seems not working so. I found only those attributes set as "System". No one custom attribute is available. Do you think it's a bug?
Perhaps a bug. If you'd like, you can send login credentials to traviscable@gmail.com and I could take a look for you.
You're welcome.
I just sent you the credentials to traviscable@gmail.com.
Thank.
Ciao,
Gianluca.
Hi -
Is the following possible?
Wholesale customer A, who receives 10% off shirts, 20% off jeans, 15% off socks.
Whole sale customer B, who receives 5% off shirts, 25% off jeans, 10% off socks.
Shirts, jeans and socks are used to represent product categories.
Would Magento show customer A only their specific pricing when logged in?
Thanks,
Barb
Yes Barb, you should take the following actions:
1. Add a custom Product Attribute called "Discount Group" (or whatever makes sense to you).
2. Add the custom attribute to all your products and enter a value "shirts", "pants", or "socks" for every product.
3. Setup a new Catalog Price Rule with a Condition where Discount Group is "shirts".
4. Repeat step 3 for "pants".
5. Repeat step 3 for "socks".
If you need more help let me know!
HI,
I do I setup different pricing on different websites. I would have thought it would have been in the catalog --> pricing but seems to be global. Any ideas?
Karl - I'm not exactly clear what you are trying to do. Is it in regards to what this blog post describes, or is it related to the base prices for each product in Magento?
Travis - I'm new to magento, a few weeks old. I'm trying to set a discount rule for an item (SKU LF001) such that; it costs $6/yard if qty is less or equal to 5 otherwise it costs $5.50/yard. I've tried a few rules by looking at examples on the net but no success. I'm using version 1.2.1 at the moment.
Andy - Email me a login to your Magento and I can quickly setup an example for you.
Travis - I have sent you the login details. Thanks.
Andy - I setup an example in your Magento account. To achieve your goal, you do the following:
1. Create a Customer Group.
2. Assign the Customer to the new Group.
3. Go the the Price tab of the Product you wish to add a quantity discount to.
4. Add a Teir Price for 6 and above of $5.50 and select the Customer Group from the dropdown.
Travis - it works! Thanks for the clear guide to my desired setup. I guess this is better than using Shopping Cart Price Rules. Is my assumption correct?
Andy - Yes, I think that method is the most clear for the customer. A Shopping Cart Price Rule would require them to enter a Discount Code in the cart, and it would not be clear what their price breaks are.
Travis - So, do you know how to create custom pages in CMS which uses your own functions/modules? I've got my store front nearly setup which should be converted into magento pages. I'm not sure I get the steps to create the pages using Blocks, XML files, and extended classes outputting text using _toHtml().
Andy - It's really a lot to wrap your mind around until you've done it a bunch of times. I would look for some examples on the wiki or forum. Magento has a pretty high learning curve!
Hi,
I think I should give it a try. Let's see it will work for me or not.
Hi, Your info is super helpful. I am new to Magento. I am a designer and have an online store, and also want to have a wholesaler store. Can I create a logging for wholesalers? a wholesaler application form, that would have to get approved to be able to see wholesale (discounted prices)
THANKS
Maria - The methods described in this post should work exactly as you request. You should create a Dealer PDF Form that your potential dealers will download and fax/email back. You can then enter their data into the admin and assign them to a dealer group. No customer will see discounts until they are signed in and their account is in a dealer group.
Feel free to email me access to your Magento Admin if you need more help. You may also hire me for any custom work you may need :)
You can see an example of a PDF Dealer Form ad link on the left column of this site:
http://208.116.3.162/phone-protectors/apple.html
Hi Travis, I too find that custom attribute's aren't showing up on my rule conditions, so my grand plans of creating product discount categories is shot! (this is a fresh install of 1.3.1)
Were you able to resolve this for the early commenter? Is this indeed a bug?
Hie Travis - Hope you are doing fine.
I have been on and off on my magento since you helped me setup quantity discounting. I've been having a problem with a redirecting loop lately. Can you help with mod_rewriting?
The problem starts with the use of my own pages to handle product display. Last thing I asked you was how to create dynamic pages using Magento CMS and hacking. As this was not a quick and easy learning curve I decided to use my pages side by side with Magento. Thus, I redirect requests to '(Magento's) index.php' to my 'index' - a php5 file without extension, if the request url has no parameters. My permanent home is now 'index'.I have other php files eg 'shop' which layouts products for different sections - women, men..
So the problem as far as I know is that I have got the rulesets mixed up creating a loop. How can I correct the indefinite loop created n my .htacess? Should I email you my .htacess file?
Andy - Yes, email me your .htaccess file. I think it may be best if you move your Magento to /shop/ and have all your other site files in the root. Would that solve your problem?
Travis - I sent you the .htaccess file and part of my main error log.
I've had a chat with someone from my Host Support. He says the redirects are not caused by my mod_rewrites. Should I take for fact or still tweak my rewrites? Which rewrite is the best?
Andy - I think what you have works fine. It seems quick to me (on my Mac) with Safari and Firefox.
Travis - Thanks for your time and support. I appreciate that very much. One more thing :) - Shipping Charges.
What's your advice to setting up shipping charges? I have configured Google CheckOut (currently in Sandbox mode). I need to sit down with the business owner to set up charges for specific countries. But for now, just for UK and Ireland, should I use Google Checkout Shipping - Merchant Calculated or Sales/Shipping Methods?
Andy - If you are using Google Checkout then I would use Google Checkout Shipping!
Awesome info. I have set up wholesale customers to receive a % discount off of regular prices. If my regular customers get 3 possible shipping methods upon checkout, is there any way to have only one type of shipping method display for wholesale customers? (without creating a wholesale only website)
Great tutorial Travis, thank you. But it does not solve my problem. Is there any way to put a single customer in more than on customer group? Or with other words: I need to set a customer specific pricing.
An example:
User A have 30% discount on product X and 20% discoutn on product group y.
User B have 25% discount on product X and 25% discount on product group y.
It is possible, if I create for every user his own customer group but with 3'000 clients it's impossible. Do you have any idea?
@Fabian - You cannot put customers in multiple groups, but you can create multiple Catalog Price Rules per Customer Group.
To achieve what you describe, you would create two price rules for group A and two for group B. If you need to group products, I recommend adding a custom Product Attribute called Class and Classify your products that way. You may then apply price rules by your custom Product Class.
@Anonymous - I have done some research and found that there are currently no extensions that allow for restrictive ship methods by customer groups. In my estimation, your goal would require a separate site to be created within your Magento configuration.
Is there some API to move customer from one group to other?
I want to set discount for customer, which all orders are worth i.e. 1000 USD and more & I want to do this by making groups & set discount to group:
- if customer overcome 1000 USD in his all orders he gets 10% for all next orders;
- 2000 USD - 15%
- 5000 USD - 20%
Oh, this discount will be given since NEXT ORDER after overcome treshold.
How to set this (maybe in different way - not by groups).
Hello,
I'm trying to set up this rule:
Customers buy 1-5 copies - price 100%
6-10 copies - 10% discount
11-25 - 20% discount
and so on
Which condition would do that? Thanks in advance!
@Banzai - I would actually recommend you use Tiered Pricing for that scenario. Take a look at the following screencast from Magento for more details on Price Tiers: http://www.magentocommerce.com/media/screencasts/configuring-tier-pricing/view
Hi Travis,
thanks for that. I actually set up catalog rules for Tier Pricing. The link you sent might be a better way of doing it, hmmmm.
Good to have options :)
Thanks for such a quick response, too.
@Jakub - What you require is totally custom work. You could have a cron job that runs every few hours and fires code that checks all customer's total orders and moves them to different Customer Groups.
The Magento API does not allow you to change Customer Groups, but I would recommend coding this as an extension to your Magento installation, so you would not use the API anyway.
Hello Travis, how about this scenario: We have a category of unrelated products that we offer multiple tiers of discounting on. Buy 10 get 10% off, buy 20 get 20% off, buy 30 get 30% off. You can mix and match any number of products in this group.
I know you can kind of accomplish this with a custom attribute/catelog price rule but how would you report back to the customer that they have received the discount? How about being able to let them know that if they add x more they qualify for the next discount level?
@Alex - That would best be achieved with a Shopping Cart Price Rule (coupon code), because they allow you to set conditions based on the quantity in the shopping cart.
Coupon codes are generally detailed in an email campaign, or ad on your site (could be an image at the top of that category via a cms block).
To update the customer on how much more they need to add to reach the next discount tier you would have to add some custom code to your site (presumably to the shopping cart page).
Thanks for the quick response Travis. Coupon code would be too confusing for customers since we are trying to make it easier to receive a discount for bulk purchases. Maybe there is a way to have a coupon code automatically applied to every shopper?
Currently use discount groups in another cart where thresholds are set in the admin for each discount level and can have multiple levels across all prducts in that discount group.
Something I've seen discussed on the forums that is similar would be offering tiered pricing on Configurable products since they are all unique. Have not seen a solution though.
I will keep looking. THanks again for taking the time to share.
Hi Travis,
Is it possible to have different product prices per customer? I may have 10 to 20 customers total and I would set them up. And if they are not logged in, it would hide all prices in the shopping cart. Would this require setting up different websites per customer? Is there a limit to the amount of websites
thanks
@merlin - 1. Different prices by customer: this could be achieved with the method I described above if all customer's pricing will be a percentage off of the master prices.
2. Hiding prices until customers login: I found two options here. An extension called "Login only catalog" (http://www.magentocommerce.com/extension/490/login-only-catalog) which will block them from even seeing product until logged in, or this forum post (http://www.magentocommerce.com/boards/viewthread/4946/P15/#t130552) has instructions and an attached file to implement hidden pricing until logged in.
I've got myself in some kind of fix. I upgraded to 1.2.1.2 and Refreshed Cache Control.
I am now getting :
"403 Permission Denied You do not have permission for this request /report/?id=990889617253&s=default"
for all my magento links, including index.php/checkout/cart. What could the problem be? I tried setting permissions on some folders like /var/cache to 775 but still getting the error. My server doesn't allow 777 and 666.
Hello,
is it possible to show "unlogged users" the price of another group to advertise a membership with 15% off?
thank you for your support
I am amazed by the fact that this thread is open even after 3 months. It speaks about the response users have got from Travis for their questions. By the way, I too have a question. For each product, I need to display the price based on the user's country.
1. If country is India, then the price is X Rupees
2. If country is other than A, then the price is Y USD
3. However when checking out, the Rupees should be automatically converted to USD and to be displayed to the customer before check out (I use Paypal and paypal does not support Rupees yet)
4. Also the customer's country should be automatically detected and should not wait till login.
Sorry for a big question but it shows that I am desperate :-)
Regards,
Kannan
@Kannan - Your scenario will certainly require custom development to auto-detect the user's country. Do you need to maintain two totally separate prices for Rupees and USD, or could you have one price entered in USD that is converted to Rupees via a current, and up-to-date, conversion rate?
@Nico - You can certainly do what you request, but you will require some custom development as well.
hi Travis,
I got an issue so please guide.
I want to set 'Fee Shipping' shipping method only for a specific Customer group. How i can manage it in Magento.
Please reply as soon as possible.
Thanks a lot
@ahsangill - To my knowledge there is no way to set different shipping methods or prices by group, nor is there any extension that I can find to do that. The only option I can think of is a Coupon Code for free shipping limited to a specific group — but that will require them to enter a code. Otherwise this will require custom development.
How can I add a cart price rule that if someone buys over $100 they'll get 5% off.
how can i show all customer group's price in the front page?
Hi Travis,
In the post you said if I want to setup discount prices different for different products when i have to create another website in magento. Can you elaborate what you meant...
I need my ecommerce site to apply a different price to different groups. I have created a dealer group and I want members of that group to be able to order at a specific dealer price (not discounted by a percentage or specific amount) when logged in. How can this be implemented?
@Anonymous - In order to have complete separate pricing for your dealers, you would need to setup multiple stores. You can read about it in the Magento User Guide Wiki here: http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_2/#creating_multiple_websites_and_stores
@Anonymous - Q: how can i show all customer group's price in the front page?
A: When a customer logs in they will automatically see the prices that pertain to them. If you want to show all the different prices to everybody, then you will need to have a developer do some serious customizing to dig into the other accounts and find the pricing for display.
@neochap - You will need to setup a second "store" or "website" and can read more about it here: http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_2/#creating_multiple_websites_and_stores
If you search around you will surely find some blogs on setting up multiple stores/websites as well. Here is a good article from Crucial Web Hosting: http://www.crucialwebhost.com/blog/how-to-setup-multiple-magento-stores/
Hie Travis
I tested my live google checkout couple weeks ago by buying one of the products and it worked fine. I then switched it back to sandbox since. Now I wanted to put the site finally live but google checkout is refusing go live. I've even tried to clear all settings in admin/Google API/Google Checkout but the shopping cart is still going ot sandbox.googlecheckout when I checkout. I'm using magento 1.3.0.
Do you have any ideas what's going on?
Can you believe it. I have been changing the wrong store's Google API. Problem solved.
@Andy - Glad you figured it out. I've made many dumb mistakes like that before. Especially in the wee hours of the morning after staying up working all night!
HI Travis
Thanks for your blog, and this post!
My question: is it possible to have the shopping cart or catalog rules apply on a certain day of the week. I am thinking of offering say 10% discounts on certain SKU's say on Tuesdays.
Thanks
Greg
Hi Travis,
Can I with magento setup a rebate code for an interval - like say a prefix called REB and 5 digits in the interval between 00000 and 99999.
In effect so that if a given customer enter a code like e.g. REB23644 - s/he would get a 10% rebate.
Would be a most welcome temporary solution for us if this was an option somehow - cannot see that it is possible via the backend though.
Custom extension development?
@Magento designer - by "rebate" do you mean instant discount on the current items in their cart?
Usually rebate refers to money off on a future order.
If you mean a discount, you would just create a Shopping Cart Price Rule under Promotions in your Magento Admin Panel.
@Anonymous -
------------------------------------
My question: is it possible to have the shopping cart or catalog rules apply on a certain day of the week. I am thinking of offering say 10% discounts on certain SKU's say on Tuesdays.
------------------------------------
RE: It is possible, but would require customization to Magento.
Running Magento 1.3.2.3 and we cannot get the Catalog Price Rule to work at all. We have created a rule but the price is not affected anywhere on the site (search result, product page, etc). I cannot figure this out.
@Anonymous - There is a button on the Promotions > Catalog Price Rules page that says "Apply Rules." Try that, and know that you must setup a cron job for Magento to keep that refreshing everyday.
It took me forever to figure that out the first time it happened to me!
Thanks for the replay, but it does not respond to "Apply Rules" or "Save & Apply Rules" when creating/editing the rule itself. I'm completely stumped!
Hey Travis,
Love the beard, check this out for some fun: http://vimeo.com/7039147
Got a question, er, two. I've got the customer group working. Currently have a global Price Rule that gives xx% off for one customer group. There are certain items we can't sell at that discount, how would I exclude those and give them separate prices? I know the SKU as an Action is a possible path, but when I set a FALSE action to exclude the selected SKUs, it still shows the xx% off.
In concise terms:
1. Want global discount for customer group "Dealers"
2. Want to set specific discounts for certain items and not have the global discount apply to them.
Thanks and ride on, Travis.
Rick
@Rick P. - First, create a new product attribute and call it something like product_class. Then assign all the products a class like A,B,C,D,...etc.
Then you can setup your discount rules to exclude or include specific product classes.
@mgraphic - My best guess is that you have a discrepancy with global vs. website pricing somewhere.
thanks, travis. set up the new attribute and values, but can't assign it to any products. where am I going wrong?
Nevermind, got it to work. Forgot had to add it to my product attribute set and then it would show up. Thanks for all the help, you rock.
Hi
I m beginner in magento so i want to store contactus details on admin section and where ro chnage admin email id.......plz send me details..
Thanks:
Manmohan Singh
@subhash - I recommend you go through all the options in your Magento Admin under System > Configuration. Your email settings are in there somewhere. Getting familiar with all those settings will help you get a handle on what your options are in Magento.
Hey Travis,
I am having some issues getting my rules to work. I've applied the right tax classes etc and set up the discount to take place on a wholesale account but nothing is working. Is there something I'm missing? I followed your directions perfectly. Sorry for the lack of details.
@Skyler - Email me a login to your Magento admin and I'll see what I can do.
Ok, I realized in the admin you need to make sure your login is set to the right group. Is there a way to have a user login and enter specific information to be automatically added to a specific group?
@Skyler - I believe you can set a default group, but beyond that you would need to change the customer's group in the admin after they sign up.
Of course you could always add something custom as well to add new customers to specific groups based n some criteria.
Thanks for the great support on your tutorial! If possible do you think you could help with adding some criteria to the new member sign ups? or just a push in the right direction?
@Skyler - I would have to bid it out for you. That would be a bit of work and require a custom extension. Email me all your projects requirements and details and I'll send you a bid.
Hi all ,
I have setup catalog price rule for the wholeseller customer group and it works fine for sometime but after some time it goes wrong and take the original catalog price for that product.
I have tried date range for the condition but it does not work .please some one help me.
@Pratham - There is a button on the Promotions > Catalog Price Rules page that says "Apply Rules." Try that, and know that you must setup a cron job for Magento to keep that refreshing everyday.
It took me forever to figure that out the first time it happened to me!
Hi Travis
I need your help too, I created wholesale group 30% discount for all item using catalgue prices rule and it work very well, now the question is I need to limit this benefits to user who order more than 10 items from the entire catalogue inorder to get this 30% discount. Can it be done?
@Ping - Yes it can be done, but not with a Catalog Price Rule. You need to setup a Shopping Cart Price Rule (discount code) — they will allow you to set requirements based on what's in the visitors shopping cart.
Thanks Travis for the reply
I check the shopping cart price rule, is require discount coupon to do that. If i don't want discount coupon can this be done?
I still need the discount price to show on every items plus when check out will check for the order qty see if the order has more than 10 items.
@pling - It could be done, but would require some serious customization.
Hey Travis, Thanks for sharing your knowledge. We successfuly set up our wholesale customer rules for the pricing; however, do you how to set-up different shipping rules for the different customer groups (ie. retail customers versus wholesale customers)? A specific example is that we charge flat rate shipping of $5.99 for orders under $50 and free shipping for all orders over $50. The issue is that we want our wholesale customers to pay higher shipping because their orders are so much bigger and more expensive to ship. Any thoughts?
I am trying to set up "get 5 free downloads on registration". I succeded since all downloads are the same price by using the shopping cart price rule with the condition of price. I cannpt however seem to limit it to 5 (5 total, not 5 of each product). I tried using "uses" but it is still discounting the 5th and 6th product. Could you possibly help?
Thanks.
Hi
We are trying to set up the following shopping cart rule:
Buy 1 item get the second at 50% off.
Are you able to help us - we can't seem to get it to work.
Thanks
To last poster... there's a module that does what you're looking for. Unfortunately, it's not free. But if all else fails, here's the link to it: http://webshopapps.com/extensions/tiered-pricing-across-multiple-products.html.
I recently needed the functionality that you mentioned, and this was the only source that I found.
Hi there, big question for you. Ok so i have a product (12 month xbox live) and i do a special in which i sell it for £25.54 using the promotions section, when in the payment section it shows the price drop, but when you click next (proceed to paypal) it puts more on the price it should be ? it states that the new price (at paypal) is £29.54
I tested the product without putting a promotional code in and the price was fine. Any help needed urgently ?
Craig.A
@ Anonymous (shipping for wholesale accounts) - I am pretty sure your best bet is to use two separate sites within Magento. There are many good resources out there for setting up multiple sites — here is the doc from Magento: http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_2/#creating_multiple_websites_and_stores
@ Anonymous (Buy 1 item get the second at 50% off) - I have successfully done this with the following: go to Conditions add "Product attribute combination." Then add "Part Number is [YOUR-PART-NUM]." Go to Actions tab and choose "Percent of product price discount." Enter discount amount of 50 (50% off) and Maximum Qty of 1. At the bottom add a rule condition for "Part Number is [YOUR-PART-NUM]."
Done.
@Craig A - I need more information. Are you using a Catalog Price Rule or a Shopping Cart Price Rule? What is the original price? Is the price on PayPal the original price (so it's not considering the discount)? What method of PayPal checkout are you using?
Travis: Firstly Cudos for maintaining such an active (and spam free!) thread to your blog.
I, like all others, am trying to see if Magento can do somthing specific. However it is rather complex! In my case there are five things I need to account for to mirror existing customers current pricing (currently offline pricing):
a) Display no prices without registering
b) For registered customers, place them in a pricing band (ideally cost + as opposed to discount). Within each band have multiple discount breaks based on product type (I assume we would do this with custom product attribues and rules that filter on attribute).
c) For most customers they also have per product pricing where by SKU they get a specific price, then if no customer specific price present fall back to the product price band they are in. This could easily be as many as 20+ custom priced SKU's per customer.
d) to also handled tiered pricing within bands - in the form of flat additional % dicount - with a rule of never going below true cost!
e) to move peopple between bands based on last quarterly spend. (monthly cron job ?)
I would like to do as much of this as possible by myself for cost reasons as we trial the online side - however I could be interested in some consultancy for the parts I cant do! (if you dont mind a UK timezone!)
Hi Travis, I have a quick question that I cannot find the answer to. I'm hoping you can help. I'm setting up a new rule in the shopping cart price rule. I want to give a fixed discount of $29.95 to anyone who enters the discount code FREE.
I've set up the rule but in the actions section where you put the Discount Amount, it will not keep the $29.95. When I save it, it reverts back to 0. I don't know what to do. Is there a bug or do you have any suggestions?
@Jen - I have seen your exact issue once before and I can't remember how I fixed it. Try turning off all caching and clearing your cookies. Also if you have installed any extensions they could be interfering.
@Martin - Not sure how I missed your post, but here we go... Your requirements all seem to be just outside the range of extensions I have seen, which means you probably need to build a custom extension(s).
There is an extension that exists that will only allow registered users to view your catalog. That may solve your first need.
Thanks Travis,
I think Ive found that one, and I have ideas on some of the other needs - I think its a case of getting it set up locally and seeing just how close I can get!
Has anyone got any ideas of working cost+ as opposed to discount ?
Travis,
if i need to set up the below, is it configurable or custom development?
- logged in users
total spending between 2000 - 3000 ->10% discount
total spending between 3001 - 4000 ->15% discount
i understand i'd need to create different customer groups. but moving the customers to the right customer group, do we need to setup a cron job and run daily basis or is there an alternative approach?
hi,
i am new to magento, just had it loaded and wanted to make the tier pricing to work but it does not show up at front end. I have basically wanted to add for example the following:
buy 1 x item = $20
buy 2 x items = $30
Back end all set but front end no show! have search wide and far but no luck
could you please point me to the right direction!
cheers
Ps> Magento ver. 1.3.2.4 i am using
@Esther - In order to discount bases on the value of items in the cart you will need to setup a "Shopping Cart Price Rule." That means the customer will have to enter a discount code in order to receive the discount, and I am pretty sure that you will need two different codes to satisfy your two different offers.
@Anonymous - Email me a username and password to you Magento Admin and a product that I can mess with. I will take a look at the tier pricing and see if I can't figure it out.
Hi Travis,
hope you will save the day as i have search far and wide!
emailed to you my site plus loging details
regards
michael
tier price have now been solved! i have bascically go to config>catalog>catalo>price and set it to website!
did this before but forgot to refresh cache an all...now it works...wooo hooo!
thanks travis and i am sure i will be a regular on your blog!
@Michael - Nice job! That would have been the second place I looked.
Travis,
i think you misunderstood my intention.
what i'd like to achieve is based on a member's accumulated spending. if it's between 1000-1999 he is eligible for 10% discount on all subsequent purchases; if its between 2000-3999 his subsequent purchases would be entitled 25% discount etc.
what'd you advise is a good approach to this requirement?
Travis,
How can I setup these Magento rules for the following scenario:
1) Give 25% discount on purchases over U$xxx,xx for a certain Customer Group.
Is ivt possible?
Regards,
Marcus
Post a Comment