How to show zipcode wise cash on delivery option in Product description Front end page and billing tab - magento

Please Help me. I want to the show particular area only will accept cash on delivery option, in product description page and also in billing page in magento. I am beginner pls help me as soon as possible

Magento is a bit terrifying for beginners lol. You can turn on template path hints to find out where files are located. Follow instructions here
http://www.pauldonnelly.net/magento-turning-on-template-path-hints/

Related

Free Trial Checkout Page - Add checkbox acknowledging customer agrees to subscription and cancellation terms

Hey StackOverflow avengers,
I'm very new in ultra cart. Guys, please help me with this. My problem is stated below. Please have a look and suggest me some solution.
For customers that "only" have the "free trial product" in their shopping cart, we would like to add a required checkbox acknowledging that they have read and agree to the terms of the free trial in Ultracart. See examples and placements in the attachment.
Should I have to create two different checkout page or there is some other if-else like logic to solve the problem in ultra cart
Here is the attachment for my Checkout page.
Thanks, in Advance.
The checkout terms item level configuration is the way to add that into the checkout. Edit the trial item and then navigate to the "Other" tab then click Terms.
For more details please find the link for details view.
https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/1377105/Configuration+-+Checkout+Terms
Thanks,

magento 2 buyer review

i'm looking for magento 2.1.x extension:
I want to have an extension that contains buyer review. i mean that just real buyer can rate/review on product not anyone else.
i found this extension ytorbyk/magento2-buyer-review (https://github.com/ytorbyk/magento2-buyer-review) that says it will add a label on buyer reviews but after installation i didn't find anything... all reviews are same and cant find buyers.
if any body can help me to create an extension step by step to achieve that just buyer can rate/review please help. otherwise please check this module to find why it doesnt show the label.
Thank you in advance

Change position of Billing address in Magento 2

I have to changed default billing address position which is coming under the payment information i need it after shipping method select , no after click on payment method.
I have tried lot of google and magneto docs but no luck with that.
Can any one please help me ?
Thanks.
Please note that it might not be technically possible (or at least not very easy) to have a customer enter it's address after the payment / shipping methods. This is because Magento loads it's payment- and shipping methods according to the address the customer has chosen.
Also, manipulating the (default) checkout page in Magento 2 is a very comprehensive task on itself and requires deep knowledge on how the theming and layout of Magento 2 works.

Display product name on sendfriend page

I need to pull in the product name and display it at the top of the send to a friend page template.
So, when a user clicks on send to a friend from a product page it (the product name) is at the top of the send to a friend page, above the form itself. Not in the email template (although that is useful - I have seen answers on this elsewhere).
I am very new to Magento and have been asked to do a few modifications and tidy up a few things, but am really a front end dev and have no Magento experience. Any pointers in the right direction would be great help to me.
Also, could anyone recommend a decent Magento Developer book that a Front End Developer with good HTML, CSS & JavaScript (but not so great PHP) would find useful?
Copy the sendfriend template in app/design/frontend/base/default/template/sendfriend/send.phtml
to your theme. Then you can modify it. You shouldn't modify magento core files.
You can print the product name wih echo Mage::registry('product')->getName(); The product is added to the registry in Mage_Sendfriend_ProductController.

Is it possible to replace the 'Add to cart' with 'ask for an estimate' button in Magento?

I'm trying to build an ecommerce website based on Magento but having a regular shop behaviour, instead of showing product prices, i want visitors to ask for an estimate for a single or several products (by adding them to a cart and then asking for a global estimate).
As a store manager, I should get these estimate requests by email along with customer information (name, email, phone, company, address .. )
Is this achievable with Magento?
If not, which cms/platform would be best suitable for such a project?
Not without some customization. You could put all your products in with a price of $0 and then change your theme so all the buttons say "request a quote" and the price isn't displayed anywhere. Then the checkout page might not ask for credit card info, but I'm not certain about that. If it did you would have to remove that part of the checkout module. Once a user finished checking out you would get an email with all their information. I don't think this is the best way to go about getting what you want though.
I don't know if other ecommerce platforms have what you are looking for. I'm not very familiar with them beyond Magento. But you could certainly use something like drupal or wordpress to build a site and have a request a quote form on it. This would only be managable with a small number of products though.
there is many extension available for this type features.link 1
link 2
Thank you guys,
This extension : link does precisely what i was looking for.

Resources