Search found 28 matches

Search found 28 matches

I need .htaccess for HTTPS

Hello. I'm looking for a proper rewrite rule for OpenCart v2.3. I Use built-in seo links also. All I need is to be redirected to HTTPS://www.mydomain.com. For example: http://mydomain.com TO https://www.mydomain.com www.mydomain.com TO https://www.mydomain.com https://mydomain.com TO https://www.myd...

Jump to post
  • Wed Mar 28, 2018 1:03 am
  • Replies 1
  • Views 737
Re: Ordered products in order status mail

IP_CAM wrote:
Fri Feb 09, 2018 5:12 am
Well, it could be 'combined' with such a Routine, I assume! ;)
Ernie
https://www.opencart.com/index.php?rout ... nd%20order
The only module and that one has no demo :( This should be more popular...

Jump to post
  • Fri Feb 09, 2018 3:20 pm
  • Replies 3
  • Views 474
Ordered products in order status mail

Hi there,

Is there a way to attach ordered products/order info in order status update mail? Or somehow to include order info mail to it...

v2.3.0.2

Jump to post
  • Fri Feb 09, 2018 3:35 am
  • Replies 3
  • Views 474
Is there a way to enter custom delivery price for current order in admin?

Hi there. I'm just wondering if there is a way to update the postage in Sales-Orders. I can only select other shipping method. But how can I enter my own custom delivery charge? If somebody knows the solution or can suggest a module... v2.3.0.2

Jump to post
  • Thu Jan 18, 2018 10:20 pm
  • Replies 2
  • Views 691
Custom field stays as empty in admin side

I was playing around for a day with custom fields and noticed that in admin orders custom fields are empty though front side, addresses are ok.

v2.3.0.2

Jump to post
  • Thu Jan 18, 2018 12:14 am
  • Replies 1
  • Views 1128
Re: Help me to set up VAT

I enter all prices as final prices. You should enter the price without tax in the product and then add the tax rules separately. I noticed that, but this is not good for me. I can't round them up as I wish. For instance, if I wish to see the final price as 10.99, that would be really more complicat...

Jump to post
  • Mon Jan 15, 2018 9:45 pm
  • Replies 4
  • Views 746
Help me to set up VAT

I was trying to set up VAT in the way I need. I enter all prices as final prices. I want to show VAT mostly on checkout pages and email. For example, I have my price $100. VAT is 21%. On checkout I'd like to see Price: $83, VAT $17, Total $100. How to achieve this? v2.3.0.2

Jump to post
  • Mon Jan 15, 2018 8:13 pm
  • Replies 4
  • Views 746
Re: How to separate galleries of my custom and regular images? (group1/group2)

Maybe I was wrong by saying OWL-CAROUSEL, because it ain't look like any carousel. It's not scrolling banners or something like that. There must be really simple way to do what I need as in lightbox, fancybox like rel="gallery1"...

Jump to post
  • Tue Dec 19, 2017 5:20 pm
  • Replies 5
  • Views 844
Re: How to separate galleries of my custom and regular images? (group1/group2)

demo.opencart.com? Really? How about posting your original additional codes that you've added on the back-end in order to assist you or please post your URL to the exact page where you require assistance with your inquiry. Everything is the same. The original code is quite long, but only <li><a hre...

Jump to post
  • Tue Dec 19, 2017 6:16 am
  • Replies 5
  • Views 844
Re: How to separate galleries of my custom and regular images? (group1/group2)

No URL to the exact page or block of code has been provided in order to analyze the code. It's just like a default gallery: <ul class="thumbnails"> <li><a class="thumbnail" href="https://demo.opencart.com/image/cache/catalog/demo/macbook_1-500x500.jpg" title="MacB...

Jump to post
  • Tue Dec 19, 2017 5:51 am
  • Replies 5
  • Views 844
How to separate galleries of my custom and regular images? (group1/group2)

Hi there. This is about the default theme of v2.3x I use some custom code in product.tpl. Basically it's an additional gallery. If I click on image to enlarge it, it opens with navigation and allows to browse not only the current gallery but product images as well. How can I separate them? I tried t...

Jump to post
  • Tue Dec 19, 2017 4:11 am
  • Replies 5
  • Views 844
Re: How to show categories image? (Built-in Categories module)

Thank you DigiCart. I got this error:
Fatal error: Call to a member function resize() on null in

So I had to insert this line as well and now it's all good. Thanks again 8)

$this->load->model('tool/image');

Jump to post
  • Wed Dec 13, 2017 9:19 pm
  • Replies 4
  • Views 23605
How to show categories image? (Built-in Categories module)

Hello, After these changes I see my subcategories images. But.. catalog/controller/product/category.php Under this: 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url) Added this: ,'thumb' => $this->model_tool_image->resize($res...

Jump to post
  • Wed Dec 13, 2017 7:07 pm
  • Replies 4
  • Views 23605
Troubles by uploading PDF (wrong file type!)

Hi there. This is about v2.3.0.2. I was trying to upload PDF file and assign it to my link in product's details. Unfortunately, it says "Incorrect file type". I repeated the action with several web browsers. IE even does not react on clicking the Browse server button. In my settings there ...

Jump to post
  • Tue Dec 12, 2017 4:40 am
  • Replies 2
  • Views 8456
Re: Admin: how to sumbit search form by pressing ENTER

paulfeakins wrote:
Wed Nov 15, 2017 5:54 pm
Ok so are you a developer?

This would need you to add a JavaScript listener on to those fields and then trigger the filter button event.
I wouldn't say that I'm a developer, I just want to have done it by myself as much as possible.

Jump to post
  • Wed Nov 15, 2017 6:42 pm
  • Replies 4
  • Views 1699
Admin: how to sumbit search form by pressing ENTER

As this is my first time with OpenCart, I'm looking for a lot of improvements. I've noticed that ENTER button has no action on products search form (back-end). After I enter a phrase, that would be very convenient to press Enter and submit the query. But it ain't working. So I need to move my mouse ...

Jump to post
  • Wed Nov 15, 2017 4:17 pm
  • Replies 4
  • Views 1699
Re: Admin product search problem

IP_CAM wrote:
Wed Nov 15, 2017 11:35 am
Well, this one should do the Job, as it looks! :D
Ernie
---
Improved Admin Product Filters free, OC v.2.3.0.2:
...
Yes, it did the job :)

Jump to post
  • Wed Nov 15, 2017 4:09 pm
  • Replies 11
  • Views 5635
Admin product search problem

I have noticed that admin product search does not return any results if I search by not the first word of a products. For example, if there is a product CANON EOS 1000 and I type EOS, it returns no results. Is there a way to fix it?

v2.3.0.2

Jump to post
  • Wed Nov 15, 2017 6:49 am
  • Replies 11
  • Views 5635
Re: How to get the cart total in checkout/cart.tpl ?

DigitCart wrote:
Sat Nov 11, 2017 4:16 pm
Yes,
You must use them in controller.
controller:

Code: Select all

$data['cart_total'] = $this->cart->getTotal();
view:

Code: Select all

<?php echo $cart_total; ?>
It works ;D Thank you once again.

Jump to post
  • Sat Nov 11, 2017 4:36 pm
  • Replies 12
  • Views 20092

Search found 28 matches