wp e-commerce product single page not working - wordpress

I am using wp e-commerce plugin & also used gold cart plugin for more functionality but my product inner page not working.
There is use in grid view of products and files from plugin where being put in my own theme.
I put my wp e-commerce plugin > wpsc-components > theme-engine-v1 > templates files in my theme but it still not working. Can any one having idea about this? so please help me.
page url:-
http://www.eddingtonhousenursery.co.uk/wordpress/products-page/perennials/achillea-terracotta/

It seems you template file is not in the right place.
Please make sure you have moved all the plugin template files in the theme.
Best way to debug is print a string and die. Now check if your printed string appears on the page.

Related

Where does Elementor plugin keeps template pages?

I need to find a specific line of code on my website foodhide.pl (password is "11111" if someone would like to see it) page that is build with elementor plugin. Hovewer I can't find where does Elementor keeps these templates.
I've tried searching for a post id which is "2909" but nothing seems to pop up.
Appreciate any help on this topic!
Got an answer directly from Elementor support.
Elementor uses JSON format for the templates, The only option to paste an Elementor template to a page not built from Elementor is to
use shortcodes. You can copy the shortcode of the template and paste
it to the page made with Wordpress.
If you do wish to get the code of the template made with Elementor,
unfortunately, there is no option to achieve it directly.

WooCommerce pages showing as blank

The cart, my-account and checkout pages are all blank when I try view them. All I get is the header and footer. All I have done so far is download WooCommerce, go through the settings and add theme support. My shop page wasn't working until I added theme support but now thats the only page that does. Also I've noticed that if I use WooCommerce shortcode in my php files I can get the pages. But the shortcode doesn't seem to be working in the backend. BTW I'm using my own custom theme incase thats relevant.
What can I do to fix this?
update:
This must be an issue with my theme as if I set one of the default ones to active all the WooCommerce pages show. But I don't know what my themes issue is yet.
update: I have noticed that the WooCommerce pages are allowing me to add templates to them, apart from the shop page which is working. Why is this happening?
There are few steps to do.
First turn on debug, by switching WP_DEBUG to true.
View source of page, and check if everything is being rendered, and also check console for JS error.
At last, for theme, if after switching to default theme, content shows up, there is a theme related issue.
Check for missing templates or template parts or structure within related with page from which content is missing and compare it with default themes templates and template parts.
See if there is some template part missing, or modified, like content.php or content-page.php, the_content() , etc.

Checkout Page Loads Without CSS Woocommerce

I have created a custom theme using Underscores Starter Theme.
I have installed Woocommerce( Got the messege that my theme is not compitable) , but all the pages are working just fine, except from the Cart and the Checkout page.
These 2 pages have no CSS applied as seen in the picture below.
Can anyone tell me how to fix this? Thanks
Working solutions:
copy the woocomerce folder from plugin add add in your current active theme folder.
check the checkout page template and check the page.php file thats is includes get_header(); and get_footer().

How to create a static page where to add posts in wordpress?

I am new with Wordpress and I need some help.
I have added this theme to my website (theam demo link) and I am trying to create a page where I can add new post and every post must be on the same page and with a read more button (like home page from the link).
Go to Settings > Reading and under "Front page displays" select "Your latest posts."
You should go to the WordPress site and read the getting started as this is a basic setting. Also, read the documentation that comes from the theme developer. It will have further information as well.
In your WordPress admin,
go to Pages » Add New to create a new page Like Blog
go to Settings » Reading
under the Front page displays option choose A static page.
under the Blog page displays option choose A Blog page.
Hello,
You should create a child theme where you can enter a custom template where you can enter the custom loop you need to have the posts you want to show.
Then you will need to create a page and activate it with the custom
template you made.
Hope that can help, however there are a lot of other ways to achieve what you want and this one is not the most beginner friendly but i think it is the most developer friendly, so i think you should at least check it out.
install the plugin visual composer it will help you a lot

Change the content of a page from a wordpress plugin

I am creating a payment gateway for woocommerce and it works great.
Now I need to change the content of the thank you page so I think that is better to create one of my own.
I have a folder with the page that I want to show inside my plugins under a "templates" folder, si my idea is to show that one.
I still not able to show the content of that website. Any ideas on how to do this ? I would be really greatful.
At the end, the best solution was to have functions / shortcodes that do some stuff before loading the pages and then redirecting to the pages.
At least this worked for my plugin.
http://wordpress.org/plugins/webpay-woocommerce-plugin/
Any way, if you want to change the content, you could add a website through the plugin calling the following methods.
get_header();
get_footer();
With those 2 functions I could call everything that I needed to create my website page withing my plugin.

Resources