-
AuthorPosts
-
November 13, 2019 at 9:13 pm #1156516
Hi,
I have installed WooCommerce and it creates a “shop” page which does not seem to be editable and the Cart default links back to it.
However I created a custom page called “Store”
I am not sure how to proceed, what is the proper set up?
DO I reconfigure links to my “Store” page or do I build my web store around the default “Shop” page that woo created?
Cant seem to find the answer after doing a bunch of googling and any help to clarify good shop set up practices would be appreciated!
Thanks,
GB
PS: Here is a link to Store for reference:
- This topic was modified 5 years, 1 month ago by gb. Reason: added link for reference
November 13, 2019 at 11:11 pm #1156576Hey gb,
You build the web store around the default “Shop” page that woo created. Full customization of the page would require a WooCommerce dev and goes beyond the scope of support here in the forums.
Best regards,
Jordan ShannonNovember 27, 2019 at 12:45 am #1160495Hi Jordan,
Could you share the link to where I would find the most up to date instructions regarding setting up the Woo shop with Enfold.
I have this link but the tutorial refers to an old Enfold ver. 2.6
I am looking for current instructions on how to set up the shop page properly.
Thanks,
GB
November 27, 2019 at 1:05 am #1160501To add more detail:
I have followed these Enfold instructions and built a custom shop page using the advanced layout builder:
“The easier option is to simply create a new Page and add a “Product Grid” template builder element, along with all the other stuff you want to show and simply don’t use the default shop page at all. This should be sufficient in most cases.”
But the issue is that links from the check out page seem to go back to the not used WooCommerce default page and not my custom created page so I am looking for the tutorial on how to set this all up.
Thanks
GB
November 30, 2019 at 11:05 pm #1161502Hi,
Go to WooCommerce settings and assign the product / shop page to be the one you have custom coded.
This should fix that issue :)Best regards,
BasilisDecember 1, 2019 at 8:51 pm #1161668Hi Basilis,
When I do that and then go to edit that page for which I have assigned as my store, it now has in bright orange the warning that it is now the default WooCommerce shop overview and therefore does not support the Enfold Advanced Layout editor.
So I am no longer able to make adits, design changes, etc?
Am I mis understanding something?
Thanks,
GB
December 4, 2019 at 1:10 pm #1162562Hi,
You have to enable the builder for the default shop page first. Add this code in the functions.php file.
add_theme_support( 'avia_custom_shop_page' );
Please note that some of the default shop features like product filters might not work properly when the builder is activated.
// https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor
Best regards,
IsmaelDecember 5, 2019 at 7:58 pm #1163171Its OK, I will work around the default parameters, thanks!
GB
December 5, 2019 at 8:07 pm #1163178Hi GB,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaOctober 1, 2020 at 5:29 pm #1249910I am running into the same problem as described above, that is:
I would like to use the Advanced Layout Editor (German: erweiterter Layout-Architekt) for the “Default/Main Shop-Page”, but the Advanced Layout Builder cannot be activated. I have also tried to change the selection of the Shop-Site, but then the Advanced Layout Builder is automatically disabled.
In the post of December 4, 2019 it is said that the Advance Layout Editor needs to be activated for the main shop page. It is explained that the below code needs to be added to the functions.php file. Is there another way to solve this? If not, where do I find the functions.php file? Thank you.add_theme_support( ‘avia_custom_shop_page’ );
October 2, 2020 at 4:47 pm #1250136Hi mebi,
You need to add this code to the functions.php file, and you need to install a child theme, there you will see this file.
Here are the docs for you:
Best regards,
VictoriaOctober 19, 2020 at 11:39 pm #1254184Hello Victoria,
I have installed the child theme as you suggested. Where exactly in the child theme will I find the functions.php file, to which I need to add the following codeadd_theme_support( ‘avia_custom_shop_page’ );
Thank you.
October 19, 2020 at 11:50 pm #1254188Hi,
If it is not already there, you can copy it from the parent theme. Refer to the following first:
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘WooCommerce default shop page or custom page?’ is closed to new replies.