Page 14 of 16

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Tue Jun 16, 2020 8:12 pm
by straightlight
Package re-uploaded.

- Fixed admin view order form shipping custom fields ? to : operator.

Re: [SOLVED] - Opencart Pre-Release v3.0.3.4

Posted: Tue Jun 16, 2020 8:13 pm
by straightlight
cyclops12 wrote:
Tue Jun 16, 2020 8:07 pm
cyclops12 wrote:
Tue Jun 09, 2020 1:41 am

Plus you cannot edit any of the four information pages in Catalog/information (About Us, Delivery etc) as it comes up with this error

Code: Select all

Notice: Undefined property: Proxy::getInformationDescriptions in C:\xampp\htdocs\oc3.0.3.4\admin\controller\catalog\information.php on line 76
still cannot edit these information pages in admin
in both feature and core pre releases
Ok, fixed. I will re-upload the package shortly.

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Tue Jun 16, 2020 8:21 pm
by straightlight
Package updated.

- Fixed admin information controller to pull the descriptions.

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Tue Jun 16, 2020 11:51 pm
by straightlight
Package updated

- Fixed extra tab in front of <?php tag in admin/controller/catalog/recurring.php file as per this commit: https://github.com/opencart/opencart/issues/8011 .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Wed Jun 17, 2020 9:26 am
by straightlight
Package updated.

- Removed Download Report from the core-pre. Only supposed to be in the features-pre as per this commit: https://github.com/opencart/opencart/issues/8013 .
- Added getOptionValuesByOptionId() method in admin/model/catalog/product.php as per this commit: https://github.com/opencart/opencart/issues/8012 .

- Renamed all instances private into protected in controller (except for PayPal Commerce Platform and PP Braintree in compliance of the Marketplace and the OC core).

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Wed Jun 17, 2020 7:10 pm
by straightlight
Package updated.

- Fixed admin custom fields controller's edit link as per this commit: https://github.com/opencart/opencart/issues/8014 .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Thu Jun 18, 2020 2:58 am
by straightlight
Package updated.

- Fixed catalog/model/checkout/order.php file by removing master_id field . This field may be used in the features later on.

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Thu Jun 18, 2020 10:34 am
by straightlight
Package updated.

- Fixed admin/controller/event/currency.php file comment.

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Fri Jun 19, 2020 8:06 pm
by straightlight
Package updated.

- Fixed admin/controller/extension/module/carousel.php file
- Fixed admin/view/template/common/security.twig file
- Fixed catalog/view/theme/default/template/information/tracking.twig file
- Fixed admin/model/customer/customer.php file
- Fixed admin/model/catalog/product.php file
- Fixed catalog/model/catalog/product.php file
- Fixed catalog/controller/event/activity.php file
- Fixed catalog/controller/account/account.php file
- Fixed catalog/controller/extension/module/latest.php file

and other files ...

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sat Jun 20, 2020 8:17 am
by straightlight
Package updated.

- Fixed both startup files to read the config_timezone with date('P') as per the master branch (re-integrated) as per the master branch.
- Fixed the catalog/controller/mail/order.php file with the alert() having the setReplyTo() method removed as per this commit: https://github.com/opencart/opencart/is ... -642260311 .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sat Jun 20, 2020 8:49 pm
by straightlight
Package updated.

This one contains larger bug-fixes as per addressed PRs on Github:

- Fixed admin/language/en-gb/catalog/product.php
- Fixed admin/view/template/catalog/product_form.twig
- Fixed catalog/controller/account/account.php
- Fixed catalog/controller/account/wishlist.php
- Fixed catalog/controller/common/header.php
- Fixed admin/controller/marketplace/marketplace.php
- Fixed admin/view/template/marketplace/marketplace_reply.twig
- Fixed admin/view/template/marketplace/marketplace_comment.twig
- Fixed admin/view/template/marketplace/marketplace_list.twig
- Fixed admin/language/en-gb/marketplace/marketplace.php
- Fixed catalog/controller/mail/order.php
- Fixed catalog/controller/extension/payment/cod.php
- Fixed admin/view/template/sale/order_form.twig
- Fixed admin/language/en-gb/setting/setting.php
- Fixed admin/controller/catalog/product.php
- Fixed admin/language/en-gb/localisation/currency.php
- Fixed admin/language/en-gb/localisation/length_class.php
- Fixed admin/language/en-gb/localisation/weight_class.php

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sat Jun 20, 2020 9:56 pm
by straightlight
Package updated

- Fixed product/thumb.twig. Issue addressed from: https://github.com/opencart/opencart/issues/8023 .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 1:40 am
by straightlight
Package updated.

- Fixed admin/view/template/customer/customer_form.twig file with help_safe .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 3:06 am
by straightlight
Package updated.

- Fixed admin reviews as per this commit: https://github.com/opencart/opencart/pull/8024 .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 3:32 am
by straightlight
Package updated.

- Fixed catalog featured, bestseller, latest and special.

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 7:51 am
by straightlight
Package updated.

- Added 1.0 to catalog/controller/account/voucher.php file as per this commit: https://github.com/opencart/opencart/pu ... 6333ed48eb (already added on the master branch).

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 8:38 am
by straightlight
Package updated.

- Removed language query from $this->url->link (too early).

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 8:30 pm
by straightlight
Package updated.

- Fixed country field in addLogin() method from the catalog/model/account/customer.php as per this commit: https://github.com/opencart/opencart/issues/8025 .

- Fixed the 5.4+ compatibility from the installer step_2.twig file for 7.1+ requirements.
- Re-integrated the Braintree vendor. This topic would need to be solved: viewtopic.php?f=198&t=215568 .

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Sun Jun 21, 2020 10:30 pm
by straightlight
Any solution for the catalog product return's controller and model fields not matching the proper queries / models upon submitting new returned products?

Re: [SOLVED] - Opencart Pre-Release - Core v3.0.3.4

Posted: Mon Jun 22, 2020 2:50 am
by straightlight
Package updated.

- Upgraded TWIG Engine.