bobbingwide / vgc

VGC - Garden Vista Group theme
GNU General Public License v2.0
0 stars 0 forks source link

Update for WooCommerce 6.5.1 #16

Closed bobbingwide closed 2 years ago

bobbingwide commented 2 years ago

vgc was written with WooCommerce 3.4.0 or earlier According to WooCommerce there are two templates which are out of date

vgc/woocommerce/checkout\review-order.php version 3.8.0 is out of date. The core version is 5.2.0, vgc/woocommerce/taxonomy-product-cat.php version 3.4.0 is out of date. The core version is 4.7.0

Requirement

Proposed solution

bobbingwide commented 2 years ago

Custom changes in review-order.php

Custom changes to taxonomy-product-cat.php

Note: There are also changes to other templates but since the version is the same these aren't reported. eg form-checkout.php

bobbingwide commented 2 years ago

Simple hack for taxonomy-product-cat.php is to increase the version: @version 4.7.0

bobbingwide commented 2 years ago

For review-order.php it was fairly easy to merge the changes from 5.2.0. The changes were mostly additional escaping.

bobbingwide commented 2 years ago

WooCommerce is now at 6.5.1

bobbingwide commented 2 years ago

WooCommerce no longer complains about the Templates Overrides. Latest version avaliable is 6.6.1

bobbingwide commented 2 years ago

Closing but will open a new issue for 6.6.1 if there is a probem.