I’m trying to display « price from » for configurable products if its attribute(s) have a price (I also have configurable products where associated products have all the same price and where I don’t need to display this text).
I guess I have to modify templates\catalog\product/price.phtml but didn’t managed to find where I should code it and how to do it. I’m new to Magento and not very comfortable with coding yet, but would like to avoid the use of extension.
I tried to check with this solution: http://dltr.org/blog/magento/254/Magento-show-FROM-price-on-configurable-products but it’s related to EE… and I’m running on CE 1.9.3.1 version with RWD theme.
Any help would be appreciated, thanks.
Forward
Related
I am a beginner web developer and working on a school project. My apologies for asking this basic question.
I am trying to create an online shopping store. What I am trying to do is when the user clicks on the checkout button, the shopping cart page gets updated with that element.
I don't know how to accomplish that. I really appreciate if someone can point me to a tutorial or provides some tips.
Your question is really abstract, however you will have to find the right way to communicate with a database...it might be php/MySQL with laravel or some other framework or preferably C# asp.net with entity framework(that's what I will go with its not mandatory some people like php) Then you need to learn some lambda or sql depending on which approach you would like to take (php/C#). You will probably need to get some kind of grid control for the cart asp.net has default one personally I find it confusing and hard to work with( there are many controls that can be downloaded freely without charge for non commercial products search google) then you would need to fill that grid with the List of objects that you will get from your database. If you get that far alone the next steps would be easy you will probably need some javascript for ajax calls to a webservice or either your backend so you can submit the orders. For the right tutorial there is none actually since your question covers several topics regarding database modeling, data fetching, backend development and front end development. You can start by getting yourself some kind of server (look for mssql for asp.net) and MySQL for php, then you should look for some kind of database modeling tutorial basic tables relationships 1-1 1-* *-1, after that you would need to do your design (from the question I assume that you already have one downloaded). Then if you got down to this step you should google the way for the right way of communicating with your database from the backend of your website (I advise entity framework its clean and easy) you can generally bind the list of objects directly do the grid that would represent your cart (I say grid but you can give it data template to look like html, not to be confused with regular tables). If you really get here I see no reason to keep coding for a school project in most places you can use all this to bachelor degree exam and pass with straight A. But if you want more details look into these videos they explain quite well what you want to do.
https://www.youtube.com/watch?v=s91pPLx_T3Q
https://www.youtube.com/watch?v=yYr0seXj7qA
https://www.youtube.com/watch?v=lFkXk5gHjSs
I am not great at JavaScript but I think your page would need to update a cookie then read that value from said cookie. I hope that's a good place to start!
You might also find "Creating a Shopping Cart using only HTML/JavaScript" helpful.
I am looking to find out how i can display a products variants on a page in Shopify. Currently I have a page where I have hard coded a products quantity and size and then linked the price to the product page where the dropdowns for the variants are then predefined.
The problem is that if any variants are changed or any new ones are added then this will not reflected unless its hard coded, hence I need to have some sort of automation so the page correlates what it is available.
From what I know I would probably need to write a custom template, but not sure how i can go about doing this.
The following is an example of what I am looking to do.
Product - Cards
Quantity - 5 10 15 20 25
Style - A A A A A
Would appreciate it, if anybody is able to help or guide me as to how i can do this.
Thanks in advance.
1). You can check with old backup files
2). Created new test store and check product.liquid file
Shopify provide script to get variant in it's default file.
I have an OpenMRS installation. I installed it on my local system. I have not been able to find an appropriate module or way to customize it. Let's say change the logo and default color.
Any suggestions?
Your question is unclear, but I'll assume you're referring to the latest OpenMRS 2 product rather than the older/simpler Platform product.
The style guide at http://demo.openmrs.org/openmrs/uicommons/styleGuide.page#override suggests adding a file called customVariables.scss with the colors, etc., you wish to override.
For the older Platform product, a quick Google search shows there is a "Custom Branding Module" at https://wiki.openmrs.org/display/docs/Custom+Branding+Module that looks like it might do what you want.
OpenMRS is not really a consumer product and has a relatively small number of users, so you probably won't get many answers here on SO. You'll probably be more successful if you use the project's Q&A site or forums if you don't get any more detailed answers.
Good luck!
Before I explain the issue, I'd like to say I can code in HTML and CSS, so if you could offer a solution using those I'd be very pleased as I'll be fully able to customize it. Don't be afraid to use other languages though... Everything is welcome.
I've been searching around and I find a lot of similar questions with their respecive answers, but none quite matches what I need, so here I go.
I'm building a website for a person who sells handmade stuff. So far, the idea is to show a simple gallery of all the items in stock, but since this stock is constantly changing, I need a way to reflect these changes on the site, easily. Furthermore, it'd be even nicer if the seller himself could update the gallery without having to mess with the code on the actual site. Therefore, I plan to add a simple tag in the main page, to be replaced with the data (as written by the seller), but displayed in a specific format I'll probably have to write in a separate file... This is where my problems begin.
So, the site has a /images folder where a single picture for each of the items is stored, and the file the seller is supposed to modify should include the item's name, filename of its picture, dimensions, price, a short description, and maybe the amount in stock. For each item. I don't even know what file format to use, since I'm not experienced with databases at all.
I need this data to be displayed in a particular pre-set way, with all the items clearly visible at once (using the browser's scrollbar), and without the need to edit any line of code anytime the amount of items varies as I can't just be watching the site at all times. I don't know how to do that, so any ideas would be much appreciated. Thanks!
Edit: Here's a sample of a little placeholder code I made just to see how things could fit, in case it can be used.
<td class="thumb"><img src="images/tarjetas/2011/T01.JPG"><br><b>$2500 | Cód.: T01<br />16 x 11,5 cm<p /></b></td>
<td class="thumb"><img src="images/tarjetas/2011/T02.JPG"><br><b>$3500 | Cód.: T02<br />19 x 14 cm<p /></b></td>
<td class="thumb"><img src="images/tarjetas/2011/T03.JPG"><br><b>$2500 | Cód.: T03<br />17,5 x 12 cm<p /></b></td>
<td class="thumb"><img src="images/tarjetas/2011/T04.JPG"><br><b>$3500 | Cód.: T04<br />16 x 13 cm<p /></b></td>
As above. Learn php/mysqli. You need to create an admin side to the site where the owner can add entries to a database and then a client site side that customers can see which calls on the entries you added on the admin side.
It all depends on how much time you have as databases and php are not impossible to learn quickly. However if your taking money it will need to be secure. Look up pdo and prepared statements for your database interactions with MySQL.
If time is an issue just get a shopping cart plugin or use I think open source shopping carts into google etc and there will be plenty of choice.
You could also use a complete eccomerce solution like magento. Again type in CMS ecommerce software. There are great free ones.
Wordpress, joomla, Drupal are all open source CMS systems that also have shopping cart solutions (some paid). If you have time though learn php MySQL it open up so much functionality. I'm learning it myself and the database side of it opens up so many site possibilities.
Then Why don't you go for open source free shopping cart there are lot many free shopping carts available like Avactis,prestashop,magento etc
For this, my friend, you are going to have to learn forms and PHP. Go to a good and basic website like w3schools.com and start learning. I do not think such a thing would be possible without PHP as it is a server-side language. This means that it handles interaction with the server.
What I think you should do is add a link to another page where this a form that requires you to upload a picture and describe it.
Another thing is, if you want constant updating of the list of things you can buy, you might want to look into AJAX.
I want to make an application for my dad to keep track of stock trading inventory.
He trades shares for himself and for his clients and would like to keep the records.
He uses windows.
I want to provide an html page where he will enter new information and this should go to a database.
I am thinking of using struts (and windows,tomcat) and mysql to make this application. I know some stuff from college days, but would look into the tutorials to setup things and program.
Does this selection of technology looks good enough or something more easier and equally good exist?
What are you trying to achieve here? There's a lot of work involved in this. Certainly if you want to do it just for fun / experience then there's a very strong case for either sticking with what you're comfortable with or using tools you'd like to gain experience in. But if the only objective is to provide a tool for managing the data, why not have a look at some of the open-source/commercial packages available.
There are some listed here