jahir07
fe38d20f51
Added instead of ->get_image_id()
2021-01-25 17:42:27 +06:00
roykho
ab0ede4603
Hide add to cart button if all products in group are out of stock closes #27710
2020-10-27 16:00:19 -07:00
Claudio Sanches
c5ff759d61
Revert changes introduced in #27289
2020-10-26 10:26:29 -03:00
Ron Rennick
4a8898dfbd
restore $attachment_ids for product thumbnails template
2020-10-08 15:08:03 -03:00
Ron Rennick
67a54b3aa3
Merge pull request #27289 from woocommerce/fix/27222
...
use first gallery image on single product when image not assigned
2020-10-07 15:06:30 -03:00
Claudio Sanches
70c7adfeb7
Fixed usage of package tag in REST API and templates
2020-09-17 11:56:08 -03:00
Ron Rennick
e49527cf9d
apply changes from feedback
2020-08-28 11:34:32 -03:00
jonathansadowski
09176808c7
Revert "Fixed HTML entities in product name not showing correctly in cart pag…"
2020-08-24 14:44:20 -05:00
Ron Rennick
84d6d6c525
move image id logic to woocommerce_show_product_*
2020-08-12 15:31:27 -03:00
Ron Rennick
41d53a9880
use first gallery image on single product when image not assigned
2020-08-11 13:33:47 -03:00
Claudio Sanches
d48f1d4e2e
Fixed package tag usage
2020-08-05 13:36:24 -03:00
Claudio Sanches
b772d0eaf3
Merge branch 'fix/26780' of https://github.com/priyankabehera/woocommerce into priyankabehera-fix/26780
2020-07-01 18:01:51 -03:00
Claudio Sanches
bdf996eec8
Fixed use of esc_html() and bumped the template version
...
Also fixed some coding standards
2020-07-01 17:39:49 -03:00
priyankabehera
995cedbcfe
Fixed HTML entities in product name not showing correctly in cart page #26780
2020-06-27 17:42:47 +05:30
Jacob Arriola
acb9fd51e8
Fix coding standard errors
2020-02-11 11:59:16 -08:00
Jacob Arriola
eea787e0e8
Allow heading filter for up sells component
2020-02-10 15:52:27 -08:00
Claudio Sanches
107995ab9a
Bump template versions and fix coding standards
2020-02-04 14:16:07 -03:00
Kathy Daring
93665d0bb8
Use 0 placeholder in grouped products
2020-01-20 10:33:59 -07:00
Rodrigo Primo
7337ab60c2
Fix PEAR.Functions.FunctionCallSignature violations
...
This commit fixes all violations of the PEAR.Functions.FunctionCallSignature sniff automatically using phpcbf.
2019-12-20 15:25:23 -03:00
Rodrigo Primo
24cc92e67a
Fix Squiz.PHP.EmbeddedPhp violations
...
This commit fixes all violations of the Squiz.PHP.EmbeddedPhp sniff automatically using phpcbf.
2019-12-20 15:06:29 -03:00
Rodrigo Primo
86c1b61f03
Fix Generic.WhiteSpace.ScopeIndent violations
...
This commit fixes all violations of the Generic.WhiteSpace.ScopeIndent sniff automatically using phpcbf.
2019-12-20 14:48:11 -03:00
Rodrigo Primo
2c74233be2
Fix WordPress.WhiteSpace.DisallowInlineTabs violations
...
This commit fixes all violations of the WordPress.WhiteSpace.DisallowInlineTabs sniff automatically using phpcbf.
2019-12-20 14:27:07 -03:00
Rodrigo Primo
23ebeceb0e
Fix PHPCS errors automatically using PHPCBF
2019-12-13 16:30:29 -03:00
Rodrigo Primo
eefab9d672
Merge pull request #25093 from JoryHogeveen/patch-1
...
Before and after product list hooks
2019-12-13 16:28:45 -03:00
Gerhard Potgieter
e300bc47b4
Merge pull request #25059 from R33D3M33R/patch-1
...
Allow related title changes
2019-12-06 15:20:57 +02:00
Peter Fabian
8379e46772
Merge pull request #24278 from woocommerce/fix/23299
...
Display schema for the latest 5 reviews inside product's schema
2019-11-27 17:56:54 +01:00
Andrej Mernik
296cb8c3c8
Change phpcs:ignore syntax
2019-11-22 07:07:27 +01:00
Jory Hogeveen
99407495b7
Add action parameters for context
2019-11-21 13:35:15 +01:00
Jory Hogeveen
2f39d0a6fb
Before and after product list hooks
...
Allows adding extra rows.
2019-11-21 13:28:43 +01:00
Andrej Mernik
70cd18d047
Globals check override
...
Use the cross-sells.php globals check override
2019-11-21 11:12:33 +01:00
Andrej Mernik
c40c626886
Coding standard check fixes
2019-11-21 11:02:50 +01:00
Andrej Mernik
9aa8f5f5b3
Further coding standards refactoring
2019-11-20 14:23:57 +01:00
Andrej Mernik
45e8101e4a
Coding standard fixes
2019-11-20 14:16:13 +01:00
Andrej Mernik
8a949a3b77
Version bump
2019-11-18 13:44:11 +01:00
Andrej Mernik
147ad7e953
Rename filter
2019-11-18 13:39:14 +01:00
Andrej Mernik
36f2b7d744
Allow related title changes
...
This modification enables the change of the related products title via a filter
2019-11-18 07:58:46 +01:00
Rodrigo Primo
417a7c0259
Bump template version
2019-09-26 14:26:09 -03:00
Rodrigo Primo
93a92abfd3
Rename action from woocommerce_after_tabs to woocommerce_product_after_tabs
...
Doing this to use a more specific name.
2019-09-26 14:19:39 -03:00
Rodrigo Primo
a2d8de35e1
Fix phpcs violations
2019-09-26 14:18:56 -03:00
steveo2001
e65c5a5886
Add action to after tabs
...
If you have a long product description the space under the tabs is empty and is space that can be used to include banners, images, whatever. Therefore it seems appropriate to have an action to hook into after the tabs. A lot of sites we build we end up having to override the tabs.php file in the theme to achieve this as there is no hook.
2019-09-25 16:06:07 +01:00
Claudio Sanches
9cfde9caf4
Updated template docblocks
2019-08-12 11:06:18 -03:00
Claudio Sanches
b63cc12d2b
Prevent escape twice
2019-07-09 16:23:53 -03:00
Claudio Sanches
62a32e41d0
Avoid extra escape
2019-07-09 16:23:09 -03:00
Claudio Sanches
c1a3c65e34
Merge branch 'master' into update/23390
2019-07-09 16:15:07 -03:00
parmarhardip
5d540037d7
I have change escape
2019-05-10 07:31:11 +05:30
parmarhardip
7b2a331213
remove a phpcs ignore rule.
2019-05-09 17:42:08 +05:30
parmarhardip
d56d24f8dd
#23649 I have added the filter into the out of stock message in variable.php file
2019-05-08 17:13:25 +05:30
Mike Jolley
b37d58c934
phpcs in touched files
2019-04-23 17:04:11 +01:00
Mike Jolley
ff61a4ab73
__ -> esc_html__
2019-04-23 16:15:05 +01:00
Mike Jolley
9d5eb07373
_e -> esc_html_e
2019-04-23 15:53:58 +01:00