Page 1 of 1
Search found 16 matches
Re: Image and Links error
My opencart error.log for image: 2021-02-07 10:36:01 - PHP Warning: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error in /xxx/public_html/system/library/image.php on line 45 2021-02-07 10:36:01 - PHP Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in /xxx/...
Jump to post- Sun Feb 07, 2021 6:40 pm
- Replies 5
- Views 1070
Image and Links error
Hi, Firstly, i am sorry for my English. I am using Opencart 3.0.3.2 version. I have 2 problems: * White color appears when I upload a picture. * When I go into some products and click the save button, all the information on the links page is deleted. In some products, I cannot make any changes (such...
Jump to post- Sun Feb 07, 2021 1:53 am
- Replies 5
- Views 1070
Re: Ads & Order Completion Page
straightlight wrote: ↑Wed Nov 04, 2020 8:13 pmIt's not. You're editing core files while event handlers are being suggested.
I don't know how to do this. Jump to post
- Thu Nov 05, 2020 3:45 pm
- Replies 16
- Views 2897
Re: Ads & Order Completion Page
This requires event handlers for the triggers catalog/controller/checkout/success/before (to save the order_id into a session variable), and catalog/controller/checkout/success/after (to modify the <header> section of the output for the given order_id, and then to clear the session variable) Having...
Jump to post- Wed Nov 04, 2020 6:13 pm
- Replies 16
- Views 2897
Re: Ads & Order Completion Page
First edit catalog/controller/checkout/success.php: After: if (isset($this->session->data['order_id'])) { Paste: $data['transaction_id'] = $this->session->data['order_id']; $data['cart_total'] = $this->cart->getTotal(); Then edit catalog/view/theme/default/template/common/success.twig: Before: {{ f...
Jump to post- Wed Nov 04, 2020 6:10 pm
- Replies 16
- Views 2897
Re: Code for Google Ad conversion tracking - code good?
I'm talking about this. Screenshot from google ads below. Do you load global tag.js file elsewhere ? First edit catalog/controller/checkout/success.php: After: if (isset($this->session->data['order_id'])) { Paste: $data['transaction_id'] = $this->session->data['order_id']; $data['cart_total'] = $th...
Jump to post- Wed Nov 04, 2020 6:00 pm
- Replies 21
- Views 11367
Re: Ads & Order Completion Page
With the original theme, this link works perfectly: https://forum.opencart.com/viewtopic.php?f=202&t=217624&p=786182&hilit=checkout+ads#p786182 . As a matter of fact, I studied that text a lot, but I could not understand it. Let me examine it again in the evening with a calm mind. Thank...
Jump to post- Tue Nov 03, 2020 10:30 pm
- Replies 16
- Views 2897
Re: Ads & Order Completion Page
straightlight wrote: ↑Tue Nov 03, 2020 10:15 pmSince you're looking to create an event with Journal, contact Journal support for assistance.
I can also use Opencart's original theme. Then what should I do? Jump to post
- Tue Nov 03, 2020 10:25 pm
- Replies 16
- Views 2897
Ads & Order Completion Page
Hello, I have installed Journal 3x theme for Opencart Version 3.0.3.2. In order to receive order conversions in the Google Ads service, I have to paste a code on the order complete page. This code should only be found on the order completion page that appears after you press the complete shopping bu...
Jump to post- Tue Nov 03, 2020 10:05 pm
- Replies 16
- Views 2897
Re: [SOLVED] Linking to the Brand Field on the Product Page
Thank you. Jump to post
- Wed Oct 28, 2020 10:45 pm
- Replies 11
- Views 2025
Re: Linking to the Brand Field on the Product Page
Thank you all for your comments. I solved the problem. In the admin panel, under the journal tab, under the system> settings section, it doesn't work because there are the following codes in custom js. "$ (". manufacturer-thumb> .image a "). attr (" href "," javascript:...
Jump to post- Wed Oct 28, 2020 4:44 pm
- Replies 11
- Views 2025
Re: Linking to the Brand Field on the Product Page
Your link to the brand area uses something like in this example at the moment: <a href="javascript:void(0);"> <img src="https://www.anatolihome.com/image/cache/catalog/Logo/anatolihome-logo2-70x70w.png" srcset="https://www.anatolihome.com/image/cache/catalog/Logo/anatolihom...
Jump to post- Tue Oct 27, 2020 6:39 pm
- Replies 11
- Views 2025
Re: Linking to the Brand Field on the Product Page
link to the manufacturer page exists in controller insert {{ manufacturers }} instead of javascript:void(0); in your template {% if manufacturer and j3.settings.get(stylePrefix ~ 'ProductManufacturer') and (j3.settings.get(stylePrefix ~ 'ProductManufacturerDisplay') == 'image') %} <div class="...
Jump to post- Tue Oct 27, 2020 6:34 pm
- Replies 11
- Views 2025
Re: Linking to the Brand Field on the Product Page
https://www.anatolihome.com/ Jump to post
- Tue Oct 27, 2020 5:05 pm
- Replies 11
- Views 2025
[SOLVED] Linking to the Brand Field on the Product Page
Hello, On my products page, next to the stock, the picture and name of the brand of the product is displayed. I want to link to this brand area, but I could not. In fact, the mouse cursor changes when I hover over it, but it does not go to the link and when I hover over it, instead of the link in th...
Jump to post- Tue Oct 27, 2020 4:45 pm
- Replies 11
- Views 2025
Discount Module Product Match Problem
There is a module I can promote on my website and I want to make some revisions on this module. I did some of it but I had a problem. In normal use of the module: When x product is added to my cart, it applies a% discount to product y. I want to add x product to my cart. And if the second x item is ...
Jump to post- Tue Oct 20, 2020 9:52 pm
- Replies 1
- Views 761
Search found 16 matches