Search found 15 matches

Page 1 of 1

Search found 15 matches

Re: Free** Sticky fixed menu on scroll

Dibakar Dutta wrote:
Tue Jan 08, 2019 1:35 pm
Thank you.it works. but the background color is not there in my case. What should I do in this case?
You can use css style for .navbar , .cloned, and .original.
For backgrounds use #menu

Jump to post
  • Sun Mar 03, 2019 10:32 pm
  • Replies 4
  • Views 4050
Re: Only access to return page if logged in OC3x

I was also seaching for a solution for this and I made some edit here for the url link array. In controller/account/return.php Find: $data['breadcrumbs'][] = array( 'text' => $this->language->get('heading_title'), 'href' => $this->url->link('account/return/add', '', true) ); Replace it with: if (!$t...

Jump to post
  • Fri Feb 09, 2018 3:20 pm
  • Replies 13
  • Views 3979
Re: The mini cart is closing when clicking inside or outside.

IP_CAM wrote:
Sun Jan 21, 2018 1:29 am
Well, in the Demo OC, it does exactly, what it should, and what you described.
Meaning, that there is no problem.
Ernie
Thats why I wrote:
"I know this is not an issue but I really want to get this fixed. "

Jump to post
  • Fri Jan 26, 2018 4:33 am
  • Replies 5
  • Views 1184
Re: How do I change the top background to an image?

Thank you for the info. Can you explain the steps on how to do this? I have my image, I have it saved as a .jpg, I have put it in the images folder, but what line in the .css file do i change and to what do I change it to? BTW, I am using the default theme in V:3.0. body { Background: url('put your...

Jump to post
  • Mon Jan 15, 2018 2:53 pm
  • Replies 4
  • Views 930
Re: The mini cart is closing when clicking inside or outside.

Well, this is not an OpenCart Default Theme, you use, as it looks, therefore, you'll need to contact the Theme Supplier, to find out, no-one else would know, not using the same Theme ... 8) Good Luck Ernie It is a modified default opencart theme 3.0.2.0. I am just using CSS for this layout. Also yo...

Jump to post
  • Mon Jan 15, 2018 2:30 pm
  • Replies 5
  • Views 1184
The mini cart is closing when clicking inside or outside.

Hi, I know this is not an issue but I really want to get this fixed. Anyone can help here? The yellow marked positions is when I click there, the mini cart closes its "dropdown" toggle. #1. While deleting an item inside the minicart, it closes directly after. #2. This is correct . If I cli...

Jump to post
  • Thu Jan 11, 2018 2:20 pm
  • Replies 5
  • Views 1184
Re: Decode HTML inside twig emails

straightlight wrote:
Sun Dec 10, 2017 8:36 am
No OC version posted. As for the emails.......
How is it possible then that the /catalog/controller/mail/order.php file at line line 364 is using some html decoding?
You can also see the order_add.twig is using html code

Jump to post
  • Sun Dec 10, 2017 10:07 pm
  • Replies 3
  • Views 1488
Decode HTML inside twig emails

Hi,

I am using HTML code inside this file:
catalog/view/theme/default/template/mail/register.twig

But the email that are sent to the user is getting the whole raw HTML code.
Is there any trick here or where do i decode the html?

Jump to post
  • Sun Dec 10, 2017 8:04 am
  • Replies 3
  • Views 1488
Free** Sticky fixed menu on scroll

Hello, I wan't to share a javascript code that makes the menu fixed while scrolling. This is for the default theme. Put this code anywhere in "catalog/view/theme/default/template/common/menu.twig" <script> $('.navbar').addClass('original').clone().insertAfter('.navbar').addClass('cloned')....

Jump to post
  • Mon Nov 20, 2017 5:23 am
  • Replies 4
  • Views 4050
Betalningsmetoder med OC 3.0.2.0

Hej, Jag har försökt med Klarna men modulen vill inte aktivera sig, det står bara Deactivated även om man sparar den som activated, samt annat problem på Payments och det har det med session.php och login.php filerna att göra. Jag söker en leverantör som har en färdig och fungerande module for Openc...

Jump to post
  • Wed Nov 08, 2017 7:21 pm
  • Replies 0
  • Views 1704
Cannot activate/enable payment modules with API

Hello, I am trying to enable Payment module "Klarna Checkout", it uses API for sure. I checked the logs when I tried to activate it and it says: 2017-11-06 9:31:39 - PHP Notice: Trying to get property of non-object in /home/admin/domains/gameffect.se/public_html/butik/catalog/controller/st...

Jump to post
  • Mon Nov 06, 2017 5:45 pm
  • Replies 1
  • Views 810
Re: Product thumbnail slider

Hi and thanks for the replies.

I meant in the product page. As you see here, 8 thumbnails in a row. I need something like a slider for showing all thumbnails in 1 row.
Image

Jump to post
  • Sat Oct 28, 2017 6:19 am
  • Replies 4
  • Views 2416
Product thumbnail slider

Hello,
I am searching for modification or an extension that gets the product thumbnails as a slider. If I have more than 8 or more thumbnails , the list gets a new line. Is there any way here to do this a bit smoother? All help are welcome here. I am using OpenCart version. 3.0.2.0

Thanks in advance.

Jump to post
  • Sat Oct 28, 2017 4:49 am
  • Replies 4
  • Views 2416
Header Cart text changes after adding a product to cart

I only want to show how many items there is in the cart Example: 1 I changed the language cart.php file to: $_['text_items'] = '%s'; After adding a product, the text changes to: 1 item(s) - $30 I only want to show the item number 1 After deleting the product form the cart, the text changes to: 0 ite...

Jump to post
  • Thu Jun 01, 2017 7:55 am
  • Replies 1
  • Views 713

Page 1 of 1

Search found 15 matches