I'm trying to edit the Woocommerce checkout page.
The file is located in
I did some changes in the form-checkout.php file but in my browser i get to see nothing at all!
I even opened it in different browsers and opened the website in incognito mode.
I deleted all the php in form-checkout.php to see if i could see any changes but nope. I'm wondering if this is the right file to edit.
Thanks in advance
That is not the way to make changes to any plugin.
* Never edit core plugin files. *
Changes will be lost on future updates.
Read the manual. You will find you will have to copy files to your themes folder.
It's ok but not the best practice to modify WooCommerce templates.
WooCommerce has a override template mechanism.
By doing so, your modifications will not be missing when you updating WooCommerce.
If you don't see any changes when you modifing the template file directly, your theme may have overridden WooCommerce templates.
You can check which template is overridden at wp-admin WooCommerce->System Status page. You can modify the files in your theme, or copy it to the child theme which is the better way.
Related
I'm new in WordPress
I misunderstand one thing about the theme use in WordPress
For example, I wanna create the as same website as this I purchased this template.
But when I installed the theme in WordPress it shows me the default Index.php file with little info, used my purchased theme
And when I purchased the theme there exist all src files of the above website.
How I can use my purchased src files of website that will work all function for ex: logins with db?
Thanks in advance!!!!
After you purchased the theme, you probably have just installed the theme and haven't created any pages or tweaked any settings. So if you want to get the same look as that of the preview website, you probably have to check whether the developer has provided any dummy data for importing.
Most of the themes listed in ThemeForest would have the option to import dummy data, so that customers would be able to install some pre-made posts, pages, config, etc. This might be there inside the custom settings page(as a single button to download the content) of the theme, or maybe they have provided it in separate XML files for you to import. If the files you have downloaded doesn't have it, make sure you downloaded All files & documentation. Here's a sample screenshot:
My guess is that you might have only downloaded using the Installable WordPress file only option.
If you are still unable to get the dummy data, probably you have to ping the support of that theme asking them to provide the dummy data.
I used to have a theme installed and woocommerce page was displaying this theme's style I decided to try another theme but I changed my mind and restored it back to the old theme after applying a new one.
But the Shop page on Woocommerce is still showing the new theme style and wont revert to the original design.
I tried the following
1- clearing cache both on woo-commerce/status/clear template cache - on the browser and using clearing cache plugins with now use.
2- deleting and reinstalling the theme.
3- changing shop page to another one
Any resolution or advice are highly appreciated
clear cache from your server and browser, if still, you can add a variable at the end of URL like www.domain.com/?v=1
I am currently trying to finish migrating a Wordpress site and have ran into an issue. The recapcha is not set on our temp domain and we currently cannot set it.
Is it possible to disable the invisible recapcha without going into the admin panel? I can't find anything in the database nor in the files.
So if you have use your theme that has template folder, you might get a file called form-template, inside your theme folder. Within the file, there are sets of Input tag that you can delete. But, it depends on what theme and plugin are you using in your WP. Because different theme and plugin has different way to retrieve the input tag template.
I've got an webshop running on WooCommerce & Wordpress, everything works fine but i have to do a little update in the content-single-product.php, in my own theme i've made a WooCommerce folder and put my custom template in there. How ever updates i do there don't show live it basically shows the old template so i think something is caching this specific template, because all other templates i edit work fine and show the latest version.
I've even deleted the content-single-product.php (one in WooCommerce plugin folder & the template in my own theme) from the server, and it still shows the old template. I've disabled my browsers cache (developer tools open), cleared cache manually and don't have any caching plugins.
Note: on localhost updates do show correctly just the server seems to cache the file, anything i could do to solve this?
Thanks.
I am using magento custom theme. When I open my product page, while loading the page the default zoom function buttons are visible for a moment. When page load completely the buttons are disappear.
Let us look the images for more info:
Before (while loading)
After page load
Why this happened so? I am installed a new custom theme. This theme not provide any image zoom functionality. I think the zoom buttons are load from frontend\base\default\template\catalog\product\view\media.phtml. Why my site load this page, since I use a custom theme the site should use the theme's media.phtml file. How can I solve this issue?
And when I try to install some product zoom plugins, these are not working in my theme. The plugin files are saved in my default theme directory. And I manually copy the plugin files from default to custom theme directory, but no luck. Please refer the LINK for more details. Is there any way to rectify this?
Please help me ...I am using magento 1.9.0.1
First of all you need to check which package you are using for you theme, you can check if media.phtml is being called from rwd folder.
i.e. /app/design/frontend/rwd/default/template/catalog/product/view
Or you can enable path hints and locate the phtml files, and accordingly that you can put the design files of custom module there.
To turn on template path hints in Magento:
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.
or check the below link.
https://support.sweettoothrewards.com/entries/21255937-How-do-I-turn-on-template-path-hints-