On a Magento cart I want to change the link on gray checkout button on the front page. I'm not sure in which directory is the file and were to change it.
You'll want to enable template paths. You may want to use Firebug or Google Chrome's inspector for more markup inspections, as well.
Related
I am using Woocommerce plugin on my WordPress website, and now I want to modify dashboard for users, but when I open the page i have only this [woocommerce_my_account] short code, so now I want to know where it is coming from, and how can I change it?
So in that dashboard I want to add some new pages, tabs and videos.
Here is the path contents/plugins/woocommerce/templates/myaccount/my-account.php so you can edit there.
You can use this free plugin to change basic things.
My Account Page details are shown in the form of side bars. These
side bars are: ‘Dashboard’, ‘My Downloads’, ‘My Orders’, ‘Edit
Account’ and ‘Edit Address’
Option to edit the text of the menu options.
Option to deactivate the menu option temporarily.
Option to reorder the menus.
Download Plugin
Path contents/plugins/woocommerce/templates/myaccount/my-account.php so you can edit there. as mentioned by #noman
Custom age for the dashboard.php
Create a folder “woocommerce” inside your theme folder
Create another new folder “myaccount” inside the “woocommerce” folder
Go to plugins/woocommerce/templates/myaccount and copy the dashboard.php file
Paste this file into yourthemefolder/woocommerce/myaccount folder
Now edit the text and save the file
I want to change the input type text of the Quantity to drop down box in checkout page in Magento. For this which page is needed to change?? I need the page to change. Please help me..
I found app\design\frontend\mytheme\mytheme\template\checkout\cart.phtml . But there I can't find the required text box for Quantity.
Please refer the image for more details.
The file you are looking for is app/design/frontend/mytheme/mytheme/template/checkout/cart/item/default.phtml and the line you are looking for is at the line 181 in my 1.9.1.0 version of Magento.
For further reference and to easily find file on Magento, please have a look at Template Path Hints, when logged in your admin panel, go to System > Configuration and there, under Developper section, click on the Advanced tab.
In the upper left corner of the admin path, you do have a Current configuration scope selector, in there select the store view you are in and wait for the page to reload, then open up the Debug section and select Yes for Template Path Hints. Then reload your frontend page and see the magic happen.
hello guys can please anyone tell me the path to the product page in list mode in Magento.In grid mode its showing good,but when i click to list mode,i wanna remove some items from it, so please help me with the path
For the regular product list (and grid) is situated here:
app/design/frontend/base/default/template/catalog/product/list.phtml
But ofcourse, this could vary depending on the template you are using. Most templates keep the same folder structure, so it should be somewhere along these lines:
app/design/frontend/TEMPLATENAME/default/template/catalog/product/list.phtml
You can check file name by enabling file path hint in magento. For enable file path hint you need to follow the steps:
log into the magento back-end admin
Go to System -> Configuration in the main menu
Go to Developer on the bottom left under ADVANCED
Switch to the store view on the top left to your current website or store view.
Under the Debug tab of the same Developer config page you will see a new option appear that will allow you to turn on template path hints.
then click on save button
Refresh your product page.
I am having problems trying to figure out how exactly i can edit a simple page of the website. I didn't initially create it so i am given the task of trying to understand someones code. So the problem is... i am trying to change the simple font colour on the front home page, but i cannot even find the CSS file on magento or Wordpress so i'm kind of confused. I want to change the white font colour to black.
Do i just log in with FTP and edit the pages manually on there? Please give me some information on how i can go about editing any pages at all.
Wordpress
Wordpress have /wp-content/themes/ for a directory which stores all instaled themes (downloaded or created by you). You can edit everything of a theme there. The default stylesheet file in wp's /wp-content/themes/[yourtheme]/style.css. Attention: this CSS file can import another from somewhere else.
Finding the style
You can find the ids and classes statements just positioning the mouse over the element that you want to discover what is influencing it, right button click and select Inspect Element if in Chrome or Mozilla. An add-on to help is Web Developer.
Possibly useful links: http://ithemes.com/tutorials/ ; http://mcbuzz.wordpress.com/wordpress-tutorials-complete-list/ ; http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ ; http://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes
Web developer
Mozilla | Chrome
#edit Yes, you can edit via FPT or SSH connection ;P
In wordpress you should check in settings->reading what the front page is set to and css changes can be done in the theme folder wp-content/themes/theme_name/ and for magento the css is usually in /skin/frontend/package/theme/css. or somewhere close depending on the template.
I installed Magento Gala Bigshop theme here: http://www.mobilsokak.com
When I make a change on theme (Gala Bigshop) settings on admin panel, site's CSS starts to not loading. You can see it on http://www.mobilsokak.com now.
Theme's original look: _store=default">http://demo.galathemes.com/gala-bigshop/index.php/?_store=default
Should I do something after theme setting update?
Thank you.
Log into your Magento Admin Panel and navigate to System -> Configuration -> Advanced -> Developer.
Under Javascript Settings and CSS Settings, set Merge JavaScript Files and Merge CSS Files to Yes.
Now save config.
Check if the problem solved.
try recaching your magento cache.. from your mangento admin..
admin->system->cache management.. and select all and select refresh from rightside dropdown..
also push flush javascript/css cache button from bottom...
let me know if you want further guidance..
Have you changed the colors in the theme through backend?
Because its applying FFFFFF color everywhere in the site which is giving error as there is no # applied infront of FFFFFF if you check in debugger.
Also there is a missing css file at /skin/frontend/default/galabigshop/em_blog/css/styles.css.
Check if adding this file could make any change and also check colors in backend.
You can get the css if not there from
http://demo.galathemes.com/gala-bigshop/skin/frontend/default/galabigshop/em_blog/css/styles.css