Page 1 of 1
Search found 15 matches
Re: Problem with TWIG after migrate from XAMPP
Gratz of IP_Cam and changing at row #1266: return is_scalar($thing) ? mb_strlen($thing, $env->getCharset()) : count($thing); with return is_scalar($thing) ? mb_strlen($thing, $env->getCharset()) : ($thing instanceof Countable ? count($thing):0); my error message disapeared Hello, I applied the code...
Jump to post- Mon Aug 29, 2022 4:19 am
- Replies 5
- Views 4587
Re: Email - Subject line
When a customer send us and email (through the Contact us), the subject line is "Your Store" how can i change that to their name? Version. 3.0.3.3 The default subject line of the contact-email is `Enquiry {senderName}`. Not sure how you get such an email subject. You can change the subjec...
Jump to post- Fri May 06, 2022 10:46 pm
- Replies 5
- Views 3327
Re: Announcement: Admin Tweaks free extension released
Hello,
I tried to with OC3.0.3.2 and followed by your instructions but not working.
The products page not showing and with error.
Orders page nothing changed!
Please help!
Thanks,
- Wed Sep 16, 2020 2:17 am
- Replies 5
- Views 4776
Re: Header mini-cart drop down link edit
Hello,
I made it! It is the cart.php from catalog/controller/common/cart.php
Thank you much for your time; very helpful! Jump to post$data['checkout'] = $this->url->link('checkout/checkout', '', true);
- Wed Feb 07, 2018 10:25 am
- Replies 9
- Views 1530
Re: Header mini-cart drop down link edit
Found everything the same coding as default...no idea where to edit now.
Thanks,
- Wed Feb 07, 2018 9:23 am
- Replies 9
- Views 1530
Re: Header mini-cart drop down link edit
Yes, someone who has changed the default "checkout" link to the same as "my cart" link previously. Now I like to change it back but seems found no way to do it. I checked the: <a href="<?php echo $checkout; ?>"><strong><i class="fa fa-...
Jump to post- Wed Feb 07, 2018 8:55 am
- Replies 9
- Views 1530
Re: Header mini-cart drop down link edit
Sorry for the vague. My current "checkout" link in the dropdown cart is the same as "my cart" link as checkout/cart
I would like to edit and change it to checkout/checkout
web: www.cosmoracing.com
Thanks,
- Wed Feb 07, 2018 8:22 am
- Replies 9
- Views 1530
Re: Header mini-cart drop down link edit
Hi straightlight,
Thanks for the reply. It seems not the addressed cart.tpl file.
I tried to edit and reload but nothing changed. Is there possible other file to edit the header dropdown mini cart "checkout" link?
Thanks,
Paul
- Wed Feb 07, 2018 8:09 am
- Replies 9
- Views 1530
Header mini-cart drop down link edit
Hello,
For 2.3.0.2 :
Can anyone help me where I can find the file to edit the "Header mini-cart drop down checkout link"? See pic.
Thanks a lot,
Paul
- Wed Feb 07, 2018 5:39 am
- Replies 9
- Views 1530
Re: Last Page Visted URL not showing "https" url
Awesome; it works perfectly now. Thank you one million for help!
Paul
- Wed Jan 03, 2018 2:23 pm
- Replies 7
- Views 1396
[SOLVED] Admin: last page visited URL not showing "https" url
Hello, I have a question and not sure if anyone ever experienced. I have forced my entire website to load through https; however I just figured out the "Last Page Visited" url link in Customer Online Report not showing with "https" but instead only "http" link? All the ...
Jump to post- Wed Jan 03, 2018 12:11 pm
- Replies 7
- Views 1396
Re: V 2.3.0.2 PHP Notice: Undefined variable: class
special.php below: -------------------------------------------------------------------------------------------------------------------------------------------------------------- <?php class ControllerProductSpecial extends Controller { public function index() { $this->load->language('product/special...
Jump to post- Wed Jan 03, 2018 8:16 am
- Replies 4
- Views 1677
V 2.3.0.2 PHP Notice: Undefined variable: class
Hello, Happy New Year to all! I have a 2.3.0.2 built and keep getting the PHP Notice: Undefined variable: class in.... the error logs when everytime visit the page: https://www.cosmoracing.com/index.php?route=product/special Can anyone have a dig for me please. Thank you all one million! PHP Notice:...
Jump to post- Wed Jan 03, 2018 8:15 am
- Replies 4
- Views 1677
Re: V2.3.0.2 Website slow takes 4-5 sec to load a page
Dear Straightlight,
Thank you for the input. Awesome! After I tried and disabled the product count it responds much much faster; however, is there a way to keep the product count enabled and improving the speed still?
Paul
- Wed Dec 20, 2017 10:40 pm
- Replies 5
- Views 1638
V2.3.0.2 Website slow takes 4-5 sec to load a page
Hello Everyone, I have a V2.3.0.2 built and ready to put live. However, during the testing I found it running slow and takes 4-5 seconds to load each link or page. Is it normal? The website is currently hosting in a VPS and as I know the server is running smoothly and no problem. Needing you guys ex...
Jump to post- Wed Dec 20, 2017 10:25 pm
- Replies 5
- Views 1638
Search found 15 matches