Commit Graph

150 Commits

Author SHA1 Message Date
Unknown 6d5ae3976e my-address conditional statement fix
Formatting for "if" statement;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown a2c4a4665c Orderby edits, replace with new function
Replaces code with new Woo function;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 6e90bab3df Add-to-cart edits
Remove some data attributes;
Add comment on line 25;
Remove ID and SKU esc_attr;
Add $args;
Formatting;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 2d5581d0dd Add aria-labelledby to quantity input
Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 8266c636ef Add parameter to wp_nonce_field
Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 183dce2744 Remove "if"
Add "@codingStandardsIgnoreLine;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown e254b1400f Add class to login form
Also, formatting;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown ffd04f2f51 Add Woo notice class
Add class to "li";
Add "@codingStandardsIgnoreLine";
Formatting;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown f2bbfa8f3d Add "get_quantity"
Also add's "@codingStandardsIgnoreLine"

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 25efb36719 Add "false" to Woo order item actions
Also add's formatting;

Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown b02fe37749 Add "get_name"
Per new Woo template files.

Also add's "@codingStandardsIgnoreLine"
2018-03-22 16:01:06 -06:00
Unknown cceb400c5f Remove "sizeof"
Per new Woo template files.
2018-03-22 16:01:06 -06:00
Unknown 5726d56bcf Remove "sizeof"
Per new Woo template files. Add's "get_checkout_fields".
2018-03-22 16:01:06 -06:00
Unknown 98570c67dd Change registration check
Updated to reflect new Woo files.
2018-03-22 16:01:06 -06:00
Unknown 347cd43793 New Woo function
Change to use new Woo function, per new Woo templates;
2018-03-22 16:01:05 -06:00
Unknown 273c936fb3 More formatting
Identical to Woo files. Again, this is important to better sync with standard Woo files, making future updates easier.
2018-03-22 16:01:05 -06:00
Unknown 4fd0028cc6 More formatting
Identical to Woo files.
2018-03-22 16:01:05 -06:00
Unknown 025222ac18 Add product_name
Add product_name to array, as per new Woo files;
2018-03-22 16:01:05 -06:00
Unknown 84df459b29 Change Cart Collaterals hook comment
Identical to Woo files.
2018-03-22 16:01:05 -06:00
Unknown 89a7860da0 More formatting
Identical to Woo files;
2018-03-22 16:01:05 -06:00
Unknown 8a733f4837 Remove esc_attr
Identical to new Woo files.
2018-03-22 16:01:05 -06:00
Unknown 14676bb3f3 More Formatting
Make formatting identical with Woo files, for easier syncing later;
More capitalization fixes on text, making identical to Woo files;
2018-03-22 16:01:05 -06:00
Unknown 1eed4183b2 Add @codingStandardsIgnoreLine
Adds "@codingStandardsIgnoreLine" when nothing else has been changed in line;

This is a Woo change, adding to better sync files with standard Woo templates.
2018-03-22 16:01:05 -06:00
Unknown 6be1654da7 Add esc_html
Reflecting changes made by Woo;
May also add "@codingStandardsIgnoreLine" when on the same line;
2018-03-22 16:01:05 -06:00
Unknown 93bea8863c Adding new classes
Adds new classes that Woo has added to their files;
global/form-login.php Line 50 removes "for" attribute, this has been changed in Woo files from 3.0;
2018-03-22 16:01:05 -06:00
Unknown 7ea4ba781d Add form-control to inputs
Add "form-control" class to missed inputs;
May add "@codingStandarsIgnoreLine" where it has been added to Woo templates on same line;
myaccount/form-login.php Line 45 changes an esc_attr, this is to reflect update from Woo files;
2018-03-22 16:01:05 -06:00
Unknown 091eacef15 Add screen reader text label
This can be changed to "sr-only" class for Bootstrap later. For now this adds it as it is in the Woo files, using the WordPress "screen-reader-text" class.
2018-03-22 16:01:05 -06:00
Unknown 824b1e8dcc Update classes
Fix class names to reflect Woo changes;

These are identical to new Woo files, meaning the class names have changed or been fixed. Change was double checked with old to new Woo templates.
2018-03-22 16:01:05 -06:00
Unknown 76e8875ef4 Formatting and remove capitalization
Making identical to Woo files;
Add spaces;
Formatting;
Add period to exit text;
loop/orderby.php removes exit text, this is identical to Woo files and we should keep it unless they change. This will make it easier to compare templates;
2018-03-22 16:01:05 -06:00
Unknown 7963db2c8f Change input to button
Also adds @codingStandardsIgnoreLine when on the same line (this is an addition by Woo);
2018-03-22 16:01:05 -06:00
Unknown 43e14cf989 Change _e to esc_html_e
Change to esc_html_e where changed on Woo files;
Change capitalization to be identical with Woo;
May contain other small changes when on same line as main change;
Formatting;
global/form-login.php Line 51 adds class;
2018-03-22 16:01:05 -06:00
Unknown f3b09b7955 Header fixes
Formatting;
Removing outdated Understrap comments;
Making identical to Woo;
2018-03-22 16:01:05 -06:00
Unknown 3fb28d3f64 Change version of templates to correct version
Set templates to most updated version from Woo, the version they are based on;
Adjust formatting to be identical to Woo;

Not all versions are 3.3.0, we should reflect the WooCommerce templates so that we know which version they are based on. There are instances  where seemingly older versions are the most current.
2018-03-22 16:00:16 -06:00
Holger Könemann a2fa9e56ba Remove woocommerce.php and replace it with hooked version
See
https://github.com/understrap/understrap/issues/606#issuecomment-3753920
87

Thx @ZacharyElkins !
2018-03-22 18:47:51 +01:00
Holger Könemann a0c6bc127e WooCommerce update to 3.3.2 2018-03-20 18:51:20 +01:00
IngoVals 4a89b37500 Updated the markup for input groups according to BS 4 changes 2018-03-03 19:09:49 +00:00
Johan Nielsen d1dac63120
Deprecation notices 2018-02-19 23:58:24 +01:00
Holger Könemann 7b1f482f87 Updating WooCommerce compatibility 2018-02-14 08:53:36 +01:00
koenemann ba5a30e657 Changing woo commerce text domain 2017-11-28 09:04:07 +01:00
Jason King 9cc649c282 Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:06:11 +10:30
Jason King 3479a9a8c6 Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:05:43 +10:30
Jason King 64a81a46fb Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:05:15 +10:30
Jason King d9dafe925f Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:04:38 +10:30
Jason King d68baaaff7 Update for Woocommerce 3.2.1 Compatibility 2017-10-19 23:04:03 +10:30
Jason King 088a89a36a Variable product ajax_add_to_cart fix.
Ensure simple products still use the class ajax_add_to_cart but not have them interfere with Variable products. Fixes the issue where hitting "Select options" on a variable product from the archive-product.php template adds them straight to cart.
2017-09-16 13:51:02 +09:30
koenemann cb9b3f110e Channing texte-main to "woocommerce" for WooCommerce templates
No need for extra translations
2017-07-20 13:28:12 +02:00
Jason King 7adab6b701 Use understrap text domain instead of woocommerce. 2017-06-29 22:25:39 +09:30
Jason King 6d429df698 Woocommerce 3.1.0 Compatability 2017-06-29 22:19:15 +09:30
Jason King 05bd3a0606 Woocommerce 3.1.0 Compatability 2017-06-29 22:17:48 +09:30
Jason King fef3d20771 Woocommerce 3.1.0 Compatability 2017-06-29 22:16:27 +09:30
Jason King ce97bab35a Woocommerce 3.1.0 Compatability 2017-06-29 22:13:34 +09:30
Jason King 870e184c7b Woocommerce 3.1.0 Compatability 2017-06-29 22:09:46 +09:30
Jason King a43eabee36 Woocommerce 3.1.0 Compatability 2017-06-29 22:03:05 +09:30
Holger 9c4689e13d Merge pull request #357 from typeplus/master
Woocommerce fixes + 3.0.9 template update - Thx again @typeplus !!!
2017-06-28 16:04:20 +02:00
Jason King 8d68755338 Removing unnecessary archive-product.php template.
In the current setup this template is not used as the woocommerce.php template overrides it.
2017-06-28 19:13:39 +09:30
Jason King d67f5406ce Woocommerce 3.0.9 template update. 2017-06-27 15:02:35 +09:30
yeszao bc14c78b34 woocommerce button 2017-06-27 09:56:25 +08:00
Rami Yushuvaev 0a51b721aa Use esc_attr__() insted of __() 2017-06-08 18:22:06 +03:00
Will G fb8b1eedbb Fix deprecated product accessor for WC 3.0
Uses new CRUD method
2017-04-29 15:47:05 -04:00
Holger Könemann 0d3ae1e7de correcting woo commerce customer login markup 2017-04-29 11:05:15 +02:00
koenemann 60ed4079fd Replacing woocommerce text domain with understrap 2017-04-21 14:33:06 +02:00
koenemann fee0e2d5ba rename file to correct my-address.php 2017-04-21 13:44:04 +02:00
koenemann ce2a16c08d Fixing col-1 problem on my account WooCommerce page 2017-04-21 13:42:31 +02:00
Jason King 4413a34eb7 Woocommerce 3.0.0 Support 2017-04-14 20:27:05 +09:30
Jason King 7dbc8f092e Woocommerce 3.0.0 Support 2017-04-14 20:26:42 +09:30
Jason King fea32772f0 Woocommerce 3.0.0 Support 2017-04-14 20:26:18 +09:30
Jason King 8b31b6f7fb Woocommerce 3.0.0 Support 2017-04-14 20:25:49 +09:30
Jason King 27fd9d67f9 Woocommerce 3.0.0 Support 2017-04-14 20:24:55 +09:30
Jason King 282489a2f0 Woocommerce 3.0.0 Support 2017-04-14 20:24:14 +09:30
Jason King a9a7413fd1 Woocommerce 3.0.0 Support 2017-04-14 20:22:01 +09:30
Jason King 129a5c2488 Woocommerce 3.0.0 Support 2017-04-14 20:21:19 +09:30
Jason King c972b7dbd6 Woocommerce 3.0.0 Support 2017-04-14 20:20:10 +09:30
Jason King e2267f9178 Woocommerce 3.0.0 Support 2017-04-14 20:19:24 +09:30
koenemann 6693edc720 fixing problems if both forms (login and register) are present 2017-03-21 14:35:21 +01:00
koenemann 195102c0cf replacing .col-xs with .col 2017-03-03 08:49:12 +01:00
Holger Könemann 20f32ca241 keeping custom woo commerce overwrites 2017-02-11 10:44:17 +01:00
Holger Könemann 80ff0f07fd revert custom woo commerce integration to default integration 2017-02-11 10:39:09 +01:00
Evan 60b4e41932 Typo fix. Current pages creates a ton of errors when no items added to cart. 2017-02-11 01:12:51 -05:00
koenemann 7d2b370080 fixing text domain issue 2017-02-09 16:02:38 +01:00
Jason King 527ff7fc5a Adding AJAX classes to add-to-cart buttons.
Need to add in the default woocommerce ajax and add to cart classes for ajax to work.
2017-02-03 12:13:31 +10:30
Stef Kariotidis bc7215ef2e fixes #236 2017-01-31 21:49:05 +02:00
koenemann 068242fb11 fixing other escaping issues 2017-01-27 15:37:59 +01:00
koenemann f54acbfd96 Replacing "woo commerce" namespace with "understrap" 2016-11-24 12:01:38 +01:00
Stef Kariotidis 86df36c4dd product thumbnails, ratings, short description 2016-11-19 20:34:53 +02:00
Stef Kariotidis c73d7c36d3 bootstrap style product ordering select 2016-11-19 20:07:20 +02:00
Stef Kariotidis 04f8a49195 table hover and striped 2016-11-19 13:13:31 +02:00
Stef Kariotidis 91b04484b0 make forms more bootstrap like 2016-11-19 11:46:50 +02:00
Stef Kariotidis 25351cee18 bootstrap cart styles 2016-11-19 01:31:13 +02:00
Stef Kariotidis 75db3953ab bootstrap styles in auth management 2016-11-19 01:25:47 +02:00
Stef Kariotidis 4e2f0406b8 bootstrap button styles on downloads 2016-11-19 01:17:28 +02:00
Stef Kariotidis 174241c391 bootstrap button styles for orders 2016-11-19 01:15:49 +02:00
Stef Kariotidis be17985a6d bootstrap style button 2016-11-19 01:08:55 +02:00
Stef Kariotidis 3f4a2bce73 bootstrap form and button styles 2016-11-19 01:06:44 +02:00
Stef Kariotidis 9151f06528 bootstrap styled nav for my account 2016-11-19 01:02:52 +02:00
Stef Kariotidis 0dab68a5d0 bootstrap input and button styles 2016-11-19 00:41:15 +02:00
Stef Kariotidis e5c7d2d40b bootstrap style buttons 2016-11-19 00:38:41 +02:00
Stef Kariotidis 5115570ca8 bootstrap style for proceed to checkout button 2016-11-19 00:30:53 +02:00
Stef Kariotidis 31ca66b12b bootstrap coupon and update card buttons 2016-11-19 00:27:36 +02:00
Stef Kariotidis 4eea77d775 add to cart button bootstrap style 2016-11-18 23:30:40 +02:00
Stef Kariotidis 0b37fdb8c1 woo responsive wrappers w/container options 2016-11-18 22:26:32 +02:00