Is it possible to removed CreditCard/Cash base payment
and use points base to purchase product to my magento store???
Ex: if i have 10points on my magento user account
i can buy product which is below 10price :)
im a newbie in this and don't have someone to talk to....
hehehe thanks for understanding my newbie like question hahaha
right now im trying
http://www.magentocommerce.com/wiki/5_-_modules_and_development/payment/create-payment-method-module
is it what im looking for?
thanks if someone direct me to the right path hehehehe
As far as i know magento is not created for that, if you really need to do something like that in magento , you probably need to dig up its code and change function of things nabout payment
Related
I am working on one magento site.Now i need to set products for sell just like half.com or amazon.com , where user can sell his products.Simply means reselling.Is there any clue which can help me.I don't know from where i take start.Thanks in advance.
there is a one free extension available for that
http://www.magentocommerce.com/magento-connect/customer-s-products.html
Note:: i am not sure how look like this because I haven't used it,
I have an email that is being generated from within magento that shows what a customer has bought. (Based on New Order Template).
Is it possible to make the item listed a link so it can be clicked and directly go to the item on my website. It sounds so simple, but can't find any info how to do this within magento.
Hope someone can help.
In design, you have an email folder. Just override email/order/items/order/default.phtml and email/order/items.phtml if you want a new column. Good luck ! :) If you want more details, ask me and I`ll help you .
i want the name of savepayment observer can any body please answer me i have searched on the
google but not lucky yet.. please reply.
the savepayment means the button we click before the place order i mean to say when
we choose the payment method in onepage checkout.
Thanks,
Jitendra.
Afaik, there simply is no such observer event* in Magento. That's why you cannot find it.
But you can override
Mage_Checkout_OnepageController::savePaymentAction()
to get in control of saving payment methods.
*At least not in Magento CE 1.3 - 1.5. Don't know if this is also true for Magento PE/EE
perhaps controller_action_postdispatch_checkout_onepage_savePayment might help you ?
Is anyone worked on such templating. My client does not wants Region/States on the customer address section any where on the shop but magento is having region is required in many forms. Is there any way to disable it or should i work with each form.
Please some one help me to solve this
If you look at the forms there is no 'if' around the region/state entries whereas there is for things like 'salutation'. For this reason you may want to edit each form.
I need to extend Magento to allow changing the price of a product based on an attribute, such as size or color. I can't use any in-built facilities Magento might have for this - I need to write the code myself. I'm a beginning Magento developer. Can anybody help? Maybe point me to a guide or walk-through for this on the internet? Thanks!
You may wish to read some of the basic guides on Magento to answer a question like this. This is entirely the point of configurable products and of custom product options.
Hope that helps
Thanks,
Joe