I have tried that. It moves everything around but the newsletter discount is still taken off of the subtotal before the quantity discount.
Printable View
I have tried that. It moves everything around but the newsletter discount is still taken off of the subtotal before the quantity discount.
I am going crossed eyed. Can someone please help me. I am trying to make this wonderful mod a success for me.
I would like for it not to give a coupon and a newsletter discount at the same time. I truly have no clue where I am going to edit this or what I add to it. I have gone through the forums for hours trying to find a answer.
Any help would be great. Thanks so much.
Response by email.
I offer Free Shipping on orders over $47.00 by using the freeoptions shipping module in Zen cart.
With the Newsletter module it appears the freeoptions module (free shipping feature) is being applied before my 5% Newsletter discount.
For instance, they may order 48.00 worth of items but the 5% Newsletter discount takes it below 47.00. But the cart still gives them free shipping. I don't want the free shipping to be evaluated until after the Newsletter discount is applied and the total is THEN above 47.00.
Any help is appreciated.
You'd have to write code. I forgot that it totals the cart by itself; there's no easy way to do this without modifying the way it works.
sent an email.
I know its me but I have gone through this thread and read the instructions on the sw guy web site. The module when tested works with zen cart newsletter. When I switch over to MailChimp is where I do not see the discounts to MailChimp subscribers.
I have gone and downloaded the latest news letter discount from sw guy and I have gone and downloaded the lates API at MailChimp. I have created a MailChimp Account, created a list to test with. Gone into account and created an API Key labeled zen cart.
In the admin I have installed and switched from zen cart to MailChimp and entered in the username and password.
Where does the MailChimp API key go? I know it says in the installation instructions at step 5I have looked in the Modules=>Order Total=> Newsletter Discounts and do not see where to place the API Key. I have opened the files provided and still I do not see where to place this key.Quote:
"If you are using MailChimp, login to your MailChimp account. At the top of the Mailchimp page is a dropdown called "Account." Select "api keys & info" and add an api key to your account. This is the value you should enter in the "API Key" field in Newsletter Discount config. "
Any help in pointing this dummy in the right direction would be appreciated.
The API key is the last field you should see in admin->modules->order total->newsletter discount on the right hand side where you set the parameters (such as discount).
Thank you for responding, I thought the same thing, so I am providing a snapshot from the admin ->modules->order total->news letter discount ->configuration. I have removed the username and password.
As you will see in the screenshot there is no input box available to place an API Key under the MailChimp login info.
Screenshot Click here for screenshot of News Letter Admin
I also opened up the ot_newsletter_discount file and looked at the function and did not see it listed.
With your response and my conclusion is somehow I have downloaded a wrong version so I'll go back a re-down load again to check to make sure I have your latest version and I'll post back to let you know if I get all the input fields.Quote:
function ot_newsletter_discount() {
$this->code = 'ot_newsletter_discount';
$this->title = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_TITLE;
$this->description = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_DESCRIPTION;
$this->sort_order = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_SORT_ORDER;
$this->include_shipping = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_INC_SHIPPING;
$this->include_tax = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_INC_TAX;
$this->calculate_tax = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_CALC_TAX;
$this->nltype = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_NLTYPE;
$this->discount_amount = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_AMOUNT;
$this->userid = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_MAILCHIMP_USERID;
$this->password = MODULE_ORDER_TOTAL_NEWSLETTER_DISCOUNT_MAILCHIMP_PASSWORD;
$this->credit_class = true;
$this->output = array();
again thank you for responding :cool:
I downloaded the latest version listed
and see no difference when re-installing it.Quote:
Author: That Software Guy (swguy)
Version: 1.3
Zen Cart™ Version: v1.3.8
Update added on Nov 13 2008