Re: [Add to core?] Default address in bold
Hello, could you please help me with OC 2.3.0.2 on Journal3? The code in Journal3 for this page seems to be same as default Opencart template but it doesn´t work. I tryed this: <file name="catalog/controller/account/address.php"> <operation> <search position="after"><![CDATA[$res...
Jump to post- Wed May 13, 2020 2:58 pm
- Replies 4
- Views 7152
Re: [RELEASED] CSRF Protection Form
Ok. So if I understand right.
- I should upload files
replace .twig to .tpl in xml
be sure that I have zlib compression and zlib output in my php.ini
How I recognize that is really working or no?
And also a question. I´m using Journal2 will be compatible?
Thanks. Jump to post
- Wed Sep 12, 2018 9:50 pm
- Replies 376
- Views 8364823
Re: [RELEASED] CSRF Protection Form
Ok. But in xml you have just code for admin to inicialized: <file name="admin/controller/common/header.php" error="skip"> <operation error="skip"> <search position="before"><![CDATA[$data['scripts']]]></search> <add><![CDATA[ $this->load->helper('csrf_helper')...
Jump to post- Wed Sep 12, 2018 8:48 pm
- Replies 376
- Views 8364823
Re: [RELEASED] CSRF Protection Form
Hi, but your xml file contains only TWIG modifications which isn´t for OC 2.x. This is example what you have there <file name="catalog/view/theme/*/template/account/*.twig" error="skip"> <operation error="skip"> <search position="replace" regex="true"...
Jump to post- Wed Sep 12, 2018 8:26 pm
- Replies 376
- Views 8364823
Re: [RELEASED] CSRF Protection Form
Hello,
you have written that your CSRF is compatible with OC 2.3.0.2 but it isn´t. Do you have version which is?
Thank you.
- Wed Sep 12, 2018 7:50 pm
- Replies 376
- Views 8364823
Re: Merge in checkout payment and shipping address to one step
I see. Thanks for the informations.
Jump to post- Tue Mar 20, 2018 10:45 pm
- Replies 7
- Views 1462
Re: Merge in checkout payment and shipping address to one step
Ok. I thought that it could by done easily and somebody could give me advice how to do that.
Jump to post- Tue Mar 20, 2018 9:24 pm
- Replies 7
- Views 1462
Re: Merge in checkout payment and shipping address to one step
I don´t want one page checkout. I want this kind of checkout only with less steps.
Jump to post- Tue Mar 20, 2018 9:16 pm
- Replies 7
- Views 1462
Merge in checkout payment and shipping address to one step
Hello,
I want to simply merge payment and shipping address to one step (to payment step). Half slider will be Payment address and second half shipping address.
I showed that in attached file. I´m using OC 2.3.0.2.
Could somebody help me how to do that?
Thank you.
- Tue Mar 20, 2018 3:44 pm
- Replies 7
- Views 1462
Re: permit that disabled products can be adde
Hello,
could you please share the solution? I need the same thing.
Thanks
- Wed Aug 23, 2017 4:22 am
- Replies 9
- Views 1508
Re: Subtotal withou taxes including shipping and coupon
Perfect. Thanks.
Jump to post- Fri Aug 11, 2017 3:07 pm
- Replies 5
- Views 1627
Re: Subtotal withou taxes including shipping and coupon
Thanks for the advice. Unfortunately, I don´t have enough experience to do that. If somebody have some solution or maybe some extesnion, I would appritiate.
Jump to post- Thu Aug 10, 2017 9:55 pm
- Replies 5
- Views 1627
Subtotal withou taxes including shipping and coupon
Hello, I searched for a solution but I can´t find it. Now is Subtotal in cart just sum of prices of the products. But we need the Subtotal including shipping and coupon. for example: 1. product cost $100 without tax 2. product cost $30 without tax shipping cost $20 without tax Subtotal - $130 Taxes ...
Jump to post- Wed Aug 09, 2017 8:18 pm
- Replies 5
- Views 1627
Re: Special modul products random
If I understand well. For example I have 70 products and set as is your example: rand(rand(0,500),rand(501,980)) The problem is that in almost all time the module doesn´t show up cos it too high. If I set to right number now (70 products, show 5): rand(rand(0,30),rand(31,65)) It will works fine unti...
Jump to post- Thu Aug 03, 2017 4:10 pm
- Replies 8
- Views 3444
Re: Special modul products random
The first solution is still with the problem of everytime changing the number and I can´t do that. Does the second solution solve that? I don´t know how to make the array from: $start = [0,50,100,200,500]; mt_rand($start[rand(0,4)],1000); Could you please add to the code: $data['products'] = array()...
Jump to post- Thu Aug 03, 2017 3:00 pm
- Replies 8
- Views 3444
Re: Special modul products random
Thanks. It works, but it isn´t completly random. It takes every time 5 products in the same order as on special page.
And I can´t keep watching the number of Special products cos it is changing very often.
Do you have some other solution which would be universal?
Thanks.
- Wed Aug 02, 2017 8:28 pm
- Replies 8
- Views 3444
Special modul products random
Hello, could somebody help me. I want to show random products in the Specials module. I found out that it depends on /catalog/controller/extension/module/special.php, but I can´t change it to work. I guess that this is the part of code which do that: $data['products'] = array(); $filter_data = array...
Jump to post- Wed Aug 02, 2017 6:59 pm
- Replies 8
- Views 3444
Re: In Admin -- Sales -- Orders -- What store ordered from
Nobody? I would appreciate any help.
Jump to post- Fri Jun 30, 2017 3:58 pm
- Replies 13
- Views 11179
Re: In Admin -- Sales -- Orders -- What store ordered from
Hello, I don´t need a filter or whole column for store so I applyed just code till: 'store' => $store_name, Unfortunately it shows me only my default store and not the strore where was the order made (in database oc_order column store_name). What am I doing wrong? I just want to show the data from c...
Jump to post- Mon Jun 05, 2017 5:05 pm
- Replies 13
- Views 11179
downloads add pdf problem
Hi, I´m using the newest firefox and found out a problem when I want to add file PDF to Downloads, it gives me an error that this file is no supported. I had set right everything so I was searching for a problem and found out that in Chrome works everything ok so I can add PDF file without problem. ...
Jump to post- Thu Sep 01, 2016 7:16 pm
- Replies 1
- Views 614