├── README.md
├── archive-product.php
├── cart
└── cart.php
├── custom_functions.php
├── product-categories.php
├── products-shop.php
└── single-product.php
/README.md:
--------------------------------------------------------------------------------
1 | # Woocommerce Custom Pages Development ⚡
2 | Custom pages for wooocommerce that can be used to customize your Product, Category, Cart, Checkout and Myaccount Woocommerce pages.
3 |
4 | 🤝 SUBSCRIBE TO ▷ [YOUTUBE CHANNEL](https://www.youtube.com/c/ImranSayedDev?sub_confirmation=1) - to support my work 🙏
5 |
6 |
7 |
8 | ******* 🔗 CURRENT PLAYLIST 🔗 ******
9 |
10 | 👉 https://codeytek.com/course/woocommerce-basics-and-customization-course/
11 |
12 |
13 | ******* PLEASE STAR MY REPO TO SUPPORT ME ******
14 |
15 | 👉 https://github.com/imranhsayed/woocommerce-custom-pages
16 |
17 | ******* Social Links ********
18 |
19 |
20 | Please follow 🙏
21 |
22 | 👉 Twitter - [@imranhsayed](https://twitter.com/imranhsayed)
23 |
24 |
25 | 👉 Github - [imranhsayed](https://github.com/imranhsayed)
26 |
27 |
28 | Other Videos in this series: ▷
29 |
30 | * ▷ [#1 Woocommerce Basics and Customization | WordPress](https://youtu.be/wuZRQRposTE?list=PLD8nQCAhR3tSX58ydx66s1LQhbHN86pWy)
31 |
32 | * ▷ [#2 Woocommerce Installation and Use | WordPress](https://youtu.be/2S6LRtA678Q)
33 |
34 | * ▷ [#3 Customize Woocommerce Product Page](https://youtu.be/YanyF5bjobQ)
35 |
36 | * ▷ [#4 Create Custom Woocommerce Product Page](https://youtu.be/XPbNd3kpvCA)
37 |
38 | * ▷ [#5 Create Custom Woocommerce Product Page Sorting Filter](https://youtu.be/1CquVG_O-Ng)
39 |
40 | * ▷ [#6 Custom WooCommerce Single Product Page](https://youtu.be/adQkthaZJxg)
41 |
42 | * ▷ [#7 Customize WooCommerce Category Page](https://youtu.be/ETJ2X2tWTlk)
43 |
44 | * ▷ [#8 Custom Woocommerce Product Category Single Page](https://youtu.be/TfC24hnLLMc)
45 |
46 | * ▷ [#9 Customize WooCommerce Checkout, Cart and Myaccount page](https://youtu.be/r80cUSJfo9Y)
47 |
--------------------------------------------------------------------------------
/archive-product.php:
--------------------------------------------------------------------------------
1 |
31 |