i wanna add the option to vote for a product or give a rating, you know, the 5 stars, the user pick an amount, i don't know if i can do that in the backend, untill now, no result, i need someone to guide me with this, maybe i need a new module, or maybe just configure the backend and wow, its done.
thanks
Refer to this forum post. Basically, you need to go to admin Catalog>Reviews and Ratings>Manage Ratings to set up the options for Ratings, and then assign them to your store view. The default templates should then show the Ratings html widgets.
Related
Working in Magento 2.2.10 and I am wanting to advertise a special promotion on my product pages with text in a banner or something on the actual product age but am sure of how to do this. I was originally thinking of just adding the text to the Description box in the Content section, but I have almost 1,000 in the set and do not want to have to change it manually. This promo is also only running for 4 months and we do not want to have to re-edit all of the pages to remove this information when the time comes.
I want it to read something similar to the following:
"This product comes with a free Velux Active Gateway at $150 value. The gateway connects your VELUX solar-powered or electric products, indoor climate sensor, and departure switch. It also connects to the internet via your Wi-Fi router to enable the operation of your VELUX solar-powered or electric products from your smartphone. Only one gateway is needed for each house or apartment."
It would be great if we didn't need an extension to complete this. Perhaps if someone can walk us through the Design/schedule design update function, that would do it. Not really sure. Thanks in advance for any ideas/solutions!
You could add all the products that you want to modify into a new category via mass update, and then add a layout update into the PDP vía category. i.e. (promo products). I hope this could help you.
Hi this was a question from magento forum on their site.. However I am looking for the same thing for a while, could any answer this ?
*I need the exact area in which Magento adds Base price and Custom option price *
I have been looking across these forums so many apologies if this is a
duplicate, but I am having a lot of trouble with the custom option
pricing on front-end not being absolute, but adding itself onto the
base price of the product.
I have been looking at a few modules, which I am happy to purchase, if
easy to implement, but there are quite a few that are going around.
Attached are some images if anyone has a solution.
The base price on the product (is a product with many different custom
options, could be size options also) is £7.32, which is fine as the
page states ‘From £7.32’
However, there are a few options selectable, which rather than show
(+) and ultimately add to the base price, should show the actual price
and not onto of the base price.
So Rhynogrip 70 x 198 price is actually £48.96, however when selected
it adds this to the £7.32, rather than replace it. The attached all
show this.
If anyone could help that would be great!
Thanks in advance.
I recommend you set the price of Rhinogrip 70x198 to 48.96 - 7.32 because that is what MAgento expects.
I have a question regarding Magento. I want to be able to add a quantity box to the products that show up in the 'related products' list that is shown on the product detail page. This way a visitor can order a related item multple times instead of only once per action. I have been looking for a solution for this for over 2 weeks, but I can't seem to find anything usefull. Can anyone help me out?
Thanks in advance!
Think you need to edit this template: your_package/your_theme/template/catalog/product/list/upsell.phtml. If you do not have that file already in your theme, simply copy it in your theme and package following the rest of the path.
There you can add you Qty input box and add Add to Cart button and change the URL to include the qty. You should bear in mind that you may have also configurable/bundle products displayed as an up-sell, so you should cover these too.
I already asked this question (like many before me) in the Magento 'How do I' forums and have not received any answers/ideas.
I want to create a customisable product (picture/mirror frames) by size (height/width) enabling the user to enter the size.
I have seen this done in another Magento site with the ability to select unit of measurement which is another excellent feature I would like to use.
Any ideas on how to achieve this would be greatly appreciated.
Take a look at custom options of an product. There is little documentation, but here you can determine attributes without fixed values like normal attributes have.
You can find the 'Custom options' tab while editing a product in the menubar at the left.
i’m new to magento and was wondering if someone can help me.
i have a product that comes in multiple colors, but if i set it up as a configurable product it just gives the user the option of choosing a different color (but doesn’t show an image to him/her)
what i would like to do is have the other colors appear underneath just like up sells would (the same design)
if anyone can help me i would greatly appreciate it
Use the Simple Configurable Products extension by Organic Internet, as available for free on Magento Connect and your problem should be solved.
One way to accomplish this is to store images for each color of the project. With JS, you could auto-select color options on the page, and still make use of a configurable product for this purpose. You'll need to do significant template alteration to make this work.
Another approach is to use simple products (which you've already created in this case), and list them directly in the catalog. With Magento's cross-sell functionality, you can tag the products to each other and provide links between product pages for each color. Obviously, this involves more navigation for the user, but does allow you to manage each product independently.
Both of these methods will retain normal product relationships and track inventory for each color of a product, so they are preferable to solutions that involve hacking the framework.
Hope that helps!
Thanks,
Joseph Mastey