Search found 321 matches

Search found 321 matches

Re: Sub-Total Sort Order Issues 3.0.3.2

Ah I see, thanks for the info. What would be the part I am missing out? As all these patches came from the github fixes. Ok, I assume downloading the files from there and directly uploading to my install would fix? I downloaded a copy of 3.0.3.7 and replaced my files and the issue is still the same....

Jump to post
  • Sat Mar 20, 2021 3:52 am
  • Replies 9
  • Views 1229
Re: Sub-Total Sort Order Issues 3.0.3.2

No its the same, once sort order is below the others, they disappear. I think probably I had it wrong overall.

sw!tch wrote:
Sat Mar 20, 2021 12:28 am
So you have a different problem in 3.0.3.7 ?

Jump to post
  • Sat Mar 20, 2021 1:03 am
  • Replies 9
  • Views 1229
Re: Sub-Total Sort Order Issues 3.0.3.2

Hi sw!tch, I am not sure if this is a problem anymore, its the same when you fix 3.0.3.2, sort order for sub-total must be lower than all other totals

sw!tch wrote:
Sat Mar 20, 2021 12:28 am
So you have a different problem in 3.0.3.7 ?

Jump to post
  • Sat Mar 20, 2021 12:50 am
  • Replies 9
  • Views 1229
Re: Sub-Total Sort Order Issues 3.0.3.2 [SOLVED]

I installed 3.0.3.7 and noted the following
This issue only occurs when the other total sort order values are lower than that of the sub total.

Thanks

Jump to post
  • Fri Mar 19, 2021 11:13 pm
  • Replies 9
  • Views 1229
Re: Sub-Total Sort Order Issues 3.0.3.2

What would be the part I am missing out? As all these patches came from the github fixes. Ok, I assume downloading the files from there and directly uploading to my install would fix? I downloaded a copy of 3.0.3.7 and replaced my files and the issue is still the same. Already fixed on both branches...

Jump to post
  • Fri Mar 19, 2021 10:31 pm
  • Replies 9
  • Views 1229
Re: Sub-Total Sort Order Issues 3.0.3.2

Ok, I assume downloading the files from there and directly uploading to my install would fix? I downloaded a copy of 3.0.3.7 and replaced my files and the issue is still the same.

straightlight wrote:
Fri Mar 19, 2021 10:19 pm
Already fixed on both branches. You're addressing an issue based on an older OC release version.

Jump to post
  • Fri Mar 19, 2021 10:30 pm
  • Replies 9
  • Views 1229
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Hi sw!tch, the new post is being tracked here: viewtopic.php?f=201&t=223030

nightwing wrote:
Fri Mar 19, 2021 3:51 pm
Thanks sw!tch, will do in the morning.
sw!tch wrote:
Fri Mar 19, 2021 3:33 pm
@nightwing - Open a new thread with this issue if you want help debugging. This is unlikely related the original topic.
-

Jump to post
  • Fri Mar 19, 2021 9:58 pm
  • Replies 20
  • Views 4593
Sub-Total Sort Order Issues 3.0.3.2

Hi Team, I have been on this thread https://forum.opencart.com/viewtopic.php?f=202&t=205325&p=817120#p816816 for the past few days, however @sw!tch asked me to create a new post regarding this issue as he believes this is separate from the issue originally reported. In my 3.0.3.2 default the...

Jump to post
  • Fri Mar 19, 2021 9:54 pm
  • Replies 9
  • Views 1229
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Thanks sw!tch, will do in the morning.

sw!tch wrote:
Fri Mar 19, 2021 3:33 pm
@nightwing - Open a new thread with this issue if you want help debugging. This is unlikely related the original topic.
-

Jump to post
  • Fri Mar 19, 2021 3:51 pm
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Ok, when I change the sort order of sub_total to anything but 0, Store Credit, Shipping is removed from the Cart totals. Below are screenshots from a single account with store credit and products, all I do is update the sort order of sub-total and refresh - This number is not conflicting with any ot...

Jump to post
  • Fri Mar 19, 2021 6:19 am
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Hi sw!tch
How many results are coming up? 1
What is the code value? total_sub_total

nightwing wrote:
Fri Mar 19, 2021 5:37 am
One moment...
sw!tch wrote:
Fri Mar 19, 2021 5:14 am

Code: Select all

SELECT * FROM `oc_setting` WHERE `key` = 'total_sub_total_sort_order';
How many results are coming up? What is the code value?

Jump to post
  • Fri Mar 19, 2021 5:49 am
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

One moment...

sw!tch wrote:
Fri Mar 19, 2021 5:14 am

Code: Select all

SELECT * FROM `oc_setting` WHERE `key` = 'total_sub_total_sort_order';
How many results are coming up? What is the code value?

Jump to post
  • Fri Mar 19, 2021 5:37 am
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Hey sw!tch the below are in my files, I uninstalled the extension, cleared mod, cleared both caches and reinstalled, same effect. sub_total.php (controller) if (isset($this->request->post['total_sub_total_sort_order'])) { $data['total_sub_total_sort_order'] = $this->request->post['total_sub_total_so...

Jump to post
  • Fri Mar 19, 2021 4:35 am
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Hi sw!tch, All those changes were already made. I uninstalled, cleared mod and cache, reinstalled, and enabled the extension, same issue. As I was saying before, I did not perform the changes at the end of this file : https://github.com/opencart/opencart/commit/bde4e64882df2a5bf59709c724000e704aa7ae...

Jump to post
  • Fri Mar 19, 2021 4:10 am
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Does anyone know of a working solution for this problem? Using 3.0.3.2 Default theme, after doing some research I have come across: https://github.com/opencart/opencart/commit/bde4e64882df2a5bf59709c724000e704aa7aeba . I have applied both changes, recommended by cyclops12 and in the github post howe...

Jump to post
  • Fri Mar 19, 2021 2:03 am
  • Replies 20
  • Views 4593
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Using 3.0.3.2 Default theme, after doing some research I have come across: https://github.com/opencart/opencart/commit/bde4e64882df2a5bf59709c724000e704aa7aeba . I have applied both changes, recommended by cyclops12 and in the github post however, its still not working properly. The Sort order now s...

Jump to post
  • Tue Mar 16, 2021 10:14 pm
  • Replies 20
  • Views 4593
Re: [RELEASED] CSRF Protection Form

Thanks for the info. If I figure anything out, I will share with you. Lol :laugh: Sraightlight, I have nit figured it out! Its removing the form tag and replacing it with the hidden input, in otherwords, its not doing the correct thing even when I add position after and not replace. It's good, at le...

Jump to post
  • Fri Feb 05, 2021 2:58 am
  • Replies 374
  • Views 177524
Re: [RELEASED] CSRF Protection Form

Lol :laugh: Sraightlight, I have nit figured it out! Its removing the form tag and replacing it with the hidden input, in otherwords, its not doing the correct thing even when I add position after and not replace. Well its tracking the lines, and replacing them even when I used add position after. I...

Jump to post
  • Fri Feb 05, 2021 2:51 am
  • Replies 374
  • Views 177524
Re: [RELEASED] CSRF Protection Form

Well its tracking the lines, and replacing them even when I used add position after. I am aware that its on its way to deprecation, but for now its needed. Yes, I was explaining that when I tested with regex, it replaced the entire line. I used this from your original vqmod: ~(<form[^>]*method\s*=\s...

Jump to post
  • Thu Feb 04, 2021 10:32 pm
  • Replies 374
  • Views 177524
Re: [RELEASED] CSRF Protection Form

Yes, I was explaining that when I tested with regex, it replaced the entire line. I used this from your original vqmod: ~(<form[^>]*method\s*=\s*["\']post["\'][^>]*>)~i I get you... Hmm that cannot be used then as I see tags with <form method and <form action... If this is what you mean As...

Jump to post
  • Thu Feb 04, 2021 10:02 pm
  • Replies 374
  • Views 177524

Search found 321 matches