16331 comments found.
Hi, is it possible to add every categorys diferent video slider, like in Journal 2? Where is that aera in Journal 3?
Hi, you’d need to create different slider modules and then custom layout overrides for those categories, on which you then add your modules. https://docs.journal-theme.com/docs/layouts/custom-layouts/
Best Regards.
hi, how to Remove Flat Shipping Rate when Free Shipping ?
Hi, this is not something theme related, please ask for more information about how to setup shipping methods on Opencart forums.
Best Regards.
Product page – ask a question form: When customers use an ampersand symbol or quotes, etc., it send that in HTML language Example: Qty 3 1.5” fpt to 1.25” & Adapter. Should Be: Qty 3 1.5” fpt to 1.25” & Adapter. Is there a way to just send plain text?
sorry, in the example,it changes my code. example should be for quotes i get “& quot semicolon” or “& amp semicolon”
Hi, we’re not sure what you’re referring to, please file a ticket on our support page if you need assistance.
Best Regards.
Special characters are not coming through on the contact form or on the ask a question product form. You can see an image here of what I mean: http://img4.imagetitan.com/img.php?image=23_email-example2.jpg
We are not aware of such issue, where do you get it?
I see it with any form (contact us form, product ask a question form) submission it happens with quotes, ampersand,etc.
Hi, we cannot replicate this issue on our end, special characters are properly displayed in emails, maybe this has something to do with your email client. Either way, make sure the default Opencart contact form works fine when using the default Opencart theme first and then please file a ticket on our support page if you need further assistance.
Best Regards.
Hi, when will you support PHP 7.4 / 8 for Opencart 2.3.0.2? Generally, all this is required is the encryption file change, but Journal restricts anyhting above 7.3?
Hi, Journal works with PHP 7.4 and it will work with PHP 8 starting from the next update.
However, Opencart 2.x doesn’t seem to support PHP 7.x because of mcrypt extension being deprecated but if you have Opencart 3.0.3.7+, you can use PHP 7.4 and starting from next Journal update you can use PHP 8 also.
Best Regards.
Thanks, I have a developer onboard so could I ask & confirm, if the developer replaces the encryption.php file with an updated one to support later PHP versions will that be enough? will 2.3.0.2 then support those versions? If not what should I suggest to my developer?
BTW I am actually running PHP 7.3 fine, with Journal 3.14 & OC 2.3.0.2 its just when I select 7.4 I get your message.
We support official Opencart releases, since Openncart 2 does not work with PHP 7.4 and on, that message will be shown, that’s why we’ve added it. Your developer can remove it, consult with your developer for more information.
I changed the encryption file myself on a test build, specifically, replaced with:
<?php final class Encryption { }
public function encrypt($key, $value) {
return strtr(base64_encode(openssl_encrypt($value, 'aes-128-cbc', hash('sha256', $key, true))), '+/=', '-_,');
}
public function decrypt($key, $value) {
return trim(openssl_decrypt(base64_decode(strtr($value, '-_,', '+/=')), 'aes-128-cbc', hash('sha256', $key, true)));
}
Site works fine, changed to PHP 7.4 but still see your message, is there a way to remove it to test? thank you
I fully understand that, If you tell me the line & file to remove it I can do it myself no problem as I am working on a test build so there is no loss whatsoever. I am using Official Opencart 2.3.0.2 this is the ONLY core file change I have made.
Found it, Journal startup, i assume the contents of error log are because I am not on 3.18 or above. None of the issues seem to break the sites function, except PHP 8, which I am going to assume the next Journal release would address.
Yes that’s it.
hello .. I cant change my logo when I save only loading then nothing happen !!
Hi, please file a ticket on our support page and consult with our developers.
Best Regards.
hi can you please tell me how can i hide the color option from QuickView
Hi, those can’t be hidden since they are essential to the product, if they exist. The Quickview acts like a product page, a point from which you can make a final checkout. An to be able to checkout, you must pick the options, if they exist.
Best Regards.
Hello there,
We’re getting a cache error on the site. What is the reason?
Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155624 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fopen(/home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155625): failed to open stream: No such file or directory in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 30Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155625 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 36Warning: fopen(/home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155625): failed to open stream: No such file or directory in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 30Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155625 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 36Warning: fopen(/home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155625): failed to open stream: No such file or directory in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 30Warning: fread() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 36Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155626 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fopen(/home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155626): failed to open stream: No such file or directory in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 30Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155626 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 36Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155626 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fopen(/home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155626): failed to open stream: No such file or directory in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 30Warning: fread() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 36Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: filesize(): stat failed for /home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155627 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: fopen(/home/suicidehotline/domains/suicidehotline.store/storage/cache/cache.store.1613155627): failed to open stream: No such file or directory in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 28Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 30Warning: fread() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32Warning: flock() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 34Warning: fclose() expects parameter 1 to be resource, bool given in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 36Warning: fread(): Length parameter must be greater than 0 in /home/suicidehotline/domains/suicidehotline.store/storage/modification/system/library/cache/file.php on line 32
Hi, your issue is not related to Journal, there seems to be a problem with Opencart caching system, please file a ticket on our support page if you need further assistance.
Best Regards.
Hi, I was trying to seach comment but ain’t found any solution or CSS, how I can show a tick if a option is selected e.g. https://prnt.sc/z6vyha, please advice and short css or something that is useful.
Hi, currently you have control over the border or shadow of a selected option, so you can differentiate it from other non-selected choices, look in Journal > Styles > Product Page > [Active Style] > Product Details > Options > Push Options > Image Styles > ... in the “Active” tab: https://cln.sh/odVwrK
Best Regards.
Quick question : Why PayPal Standard Module don`t send the shipping adress to paypal when i select the paypal payment ?
Hi, there are a lot of factors that may affect checkout system, make sure everything works fine when using the default Opencart theme first and then please file a ticket on our support page if you need further assistance.
Best Regards.
Hi,
I have some requirements based on jewellery store where there are gold,diamond & Platinum products. It has per g(gram) calculation of jewellery products.
It can have different weight classes in carats like In Gold (24k, 22k etc. ) and it varies in Platinum and Diamond too.
In this jewellery store I need some requirements like
1)I want to create a Single Group Master Page where I can update current prices of jewellery groups according to per unit weight.
For ex.
Group Name Price per unit Unit
Group1(22k) 1000 g
Group2(24k) 1200 g
2) Product Price should calculate as follows
Total price = ((Group Price Per Unit * Product Weight) + Making Charges) + Tax
For ex:
ABC Product(Group1(22k)) weight is 4 gms
Price = 4×1000 = 4000
Making Charge = 4000 % 13% = 520
Total Price = 4000 + 520 =4520
Tax(3%) = 4520×3% = 135.6
Total Amount of ABC Product = 4000 + 520 + 135.6 = 4655.6
The Amount= “4655.6” should be automatically displayed on Product Page
Hi, this is not something theme related and we’re not sure if this is possible in Opencart platform, please refer to the official Opencart forum to determine whether this is possible in Opencart.
Best Regards.
How can I change the default tab (specials) as number one tab ? I have currently latest as the default tab.. where can I change that? – see documentation number 14 – home – 5th theme
Nevermind! I found it!
hi sir, bothering you again, is there any link for search popup, actually i want to use search for bottom menu for mobile, but dont know where to link it
Hi, unfortunately that isn’t currently possible. You can point the link to the actual search page, but the search element can’t be loaded in a popup at this time.
Best Regards.
in Journal 3. Contact Form: Input type File is not showoing. can you please tell me how it will show. it is showing in custom form styling but not showing in new filed type.
Hi, we are not aware of such issue, file upload works fine on our end, make sure you have the latest Journal version installed.
Best Regards.
Hello team,
Can you suggest best gzip compression and expire headers to make site better.
I am having products more than 1lakh and want to improve SEO presence.
Hi, this is not something related to Journal, gzip and expire headers are related to your server setup, please consult with your hosting provider for more information.
Best Regards.
Hi! I want to add cash on delivery fee?
Hi, this is not something theme related, please ask on the forum whether this is possible in Opencart in the first place, regardless of the theme you use.
For more info on theme-related matter, please file a ticket on our support page and consult with our developers.
Best Regards.
Hi! I receive a message Invalid purchase code when try to export demo or submit a ticket. My email is lasvegas@abv.bg. I can’t contact with you with a ticket.
Hi, please try again now, it was a temporary outage with the purchase verification system.
Best Regards.
It works! Thanks!
Hello, I get invalid purchase code when trying to export demo data or submit a ticket. Just bought my second licence and doesn’t work. Thank you.
Hi, please try again now, it was a temporary outage with the purchase verification system.
Best Regards.
hello, i try to open ticket (support page/other option) but i have a msg “Invalid purchase code”. i try 2 codes but same issue.can you please check it?thanks
Hi, please try again now, it was a temporary outage with the purchase verification system.
Best Regards.
Yes, Work fine now, Thank you. Best Regards
Hi, I cannot download. It says invalid purchase code where code is correct. user: zhasanj7
Hi, please try again now, it was a temporary outage with the purchase verification system.
Best Regards.
hi how you set the “Homepage Popup” notification only applicable in Homepage and not all the pages of your website?
Hi, please see this page, point 2b https://docs.journal-theme.com/docs/layouts/layouts/
Best Regards.
hi thank you but does not work. It is still showing in all pages of my website
Because you probably looked at point 2a, which covers the all layouts.
2b explains that you can add special modules on the current layout, which is this button: https://cln.sh/wVG0TH
this is exactly what i have done and the pop up still comes up in all pages.
Maybe you have some cache issues, try clearing all your caches and try again, the option works fine on our end.
Also make sure you remove the popup from the first button (All Layouts) since having there would defeat the entire purpose.
If you still need assistance with this or other matters, have our developers look at your setup by filing a ticket on our support page.
Best Regards.