How to add amount Bonus to cart using discount code - magento-1.7

I am trying to build buying store. Therefore, it is opposite traditional website. I need to create coupon which gives bonus to customer who sell product to me. However, Discount code don't allow to do that. Do you know where i need to change phtml,xml, or php file or files need to change.
For example,
If customers sell their items using promotion code, we will give extra 5$.
But I want to know which code they used.

you need to use custom extension for that. either you need to create or purchase from third party. if you have that one already then please mention.

Related

Bank Balance on Flutter

I want to create a "personal finance" app with Flutter.
I want to access my bank account stats from my app in order to keep track of the money I spend and/or I earn.
Is that possibile? (which I think it is 'cause other apps seem to do it)
And if it is, what's the smartest & safest way?
Well, flutter can help you achieve this based on the following:
Your financial institution permits you to carry out such actions.
Your financial institution provides necessary API's for such developments.

How to create an interactive form in Joomla?

I need to create an interactive form (to be used in Joomla) with some multiple options to choose from which gives the summary at the end when the user got to final question to choose from (for example to calculate the cost of shippment: first there is the basic price and then if someone wants fast delivery he picks up this field and extra charge is added to the total amount with information what has been added in that price). What is the best way or plugin/extension to be used in Joomla?
I tried to look for such solution with no results.
I have done similar using RSForms Pro by RSJoomla. It is extremely powerful, but note it is a paid extension. https://www.rsjoomla.com/joomla-extensions/joomla-form.html

In-App Purchase - Consumable Items Dilemma

I've read everything I've found on in-app purchase and don't know whats the best way to go in order to do the following:
I have an app I'm developing and want to set two paid options + 1 free option in order to access sample content and paid content.
I'd like to offer a paid 24 hour access and I've read this goes against apples TOS. (sorry but cant find the doc now). Says something like they wont allow apps that recognize and restrict content for specific amount of time.
Wondering if creating two consumable items
One Year membership Item
One day access item
Could be a good option and if doing this would be OK with Apple's TOS.
Apple's docs about consumables only talk about games, such as weapons, food, levels.....
Feel free to comment and suggest other ways to accomplish what I'm after.
At first I thought of subscriptions, but I think the shortest subscription term is a week.

How can I use Tier Pricing with Configurable Products? (Magento 1.4+)

How can I use/setup Tier Pricing with Configurable Products? (Magento 1.4+)
There was an extension to do this but I think it is only for Magento 1.3.
Tried to setup tiers in my Simple Products, but those do not show up, or do not activate when I add to cart from my Config Product page.
Any help is appreciated!
Thanks.
Edit:
In my case, I would like to use the Tier Pricing FROM the Simple Product. and not use the Tier Pricing from the Config. Product
Configurable products do not use any of the information from simple products apart from the attribute values on which the configurable product is pivoted. That means that Descriptions, Prices, Images and other data can be changed in the simple products, and the configurable products will not be changed whatsoever.
Unfortunately, hacking the price of a product in the Magento cart is difficult, as it is refreshed from the record every time the page is loaded, so what you're trying to accomplish isn't going to happen any time soon.
Your best bet might be to write a short script that will grab the simple product prices and update the configurable product record periodically. This would not need to hack through the Magento logic to work.
Hope that helps. Thanks,
Joe
For anyone reading this, use this free extension:
http://www.magentocommerce.com/magento-connect/Matt+Dean/extension/596/simple-configurable-products#overview
It will take the pricing from the simple product the only downside is you manually have to come up with a way to show the tiers on the configurable product page.
I know this is an old thread, but I just came across this myself. I am on Magento CE 1.6 and the extension recommended here was only up to 1.5.
I found that Grouped products do exactly that - they pull pricing (as well as tiered pricing) from the simple product. They are very easy to set up and work as expected.
I know this is an old thread, but following up to say that the Simple Configurable Products extension works great at updating the price in a simple manner.
Having one problem however. I only have a product image assigned to my configurable product, not the simple ones linked to it. When I add a product to my cart with this extension it adds the simple product, which means there is no product image. Is there a way to display the parent photo in cart? Totally find editing code if that will get it working.
I found a simple workaround for this, i have a configurable product with 3 options, e put this three options visible only for catalog and then assign this simple products to a categorie named tier prices, so, customer who want quantity discount just have to browse that category and found there all the available products.
Hope this help!!
Regards,

How to modify a recurrent PayPal payment

I’m trying to implement the following scenario:
User approves a recurrent weekly payment (subscription) for a selected package size
Every week the user can:
a. Cancel a specific week delivery and avoid paying for this week
b. Modify the package size and pay less/more for this time only
c. Add additional items and get charged for them in addition to theweekly package
Looking at the documentation I did not find the APIs that allowing me to modify the subscription according to my needs.
Can someone please direct me to the right documentation or provide a code snippet?
Thanks,
Yossi
I think this is unsupported. You may wish to look into subscription management services like Spreedly and Zuora.com for these use cases.
I don't believe this is possible. I'm trying to implement a similar thing. What I've tried is to issue a subscription modification with a free trial period. But it seems that the trial period parameters (a1,t1,p1) are ignored on a subscription modification. I've found some (unofficial) references that free periods cannot be inserted into an existing subscription, which is exactly what we need.
I'm pretty bummed this isn't supported. I cannot think of a clean way around it.