Search found 11 matches

Page 1 of 1

Search found 11 matches

Re: Weight based Shipping from a specific weight and above

This is NOT the absolute best way to go about it but.... in catalog/model/extension/shipping/weight.php You could find: } else { $status = false; } and add after it: $weight = $this->cart->getWeight(); if ($weight < '10') { $status = false; } Mike Thanks for the reply. Using this code O.C. ignore 0...

Jump to post
  • Sat Mar 06, 2021 5:28 pm
  • Replies 5
  • Views 376
Weight based Shipping from a specific weight and above

Hi. I am using Weight based Shipping. I have 3 tabs based on Geo Zones. The first is Courier that cover all country up to 10Kg. The costs is like: 0.1:3.50,1:3.50,2:5.50,3:5.50,4:7.50,5:7.50,6:9.50,7:9.50,8:11.50,9:11.50 The other two cover parts of the country only for >10Kg orders with flat cost. ...

Jump to post
  • Sat Mar 06, 2021 2:27 am
  • Replies 5
  • Views 376
Re: Add a custom color in editor's choices

You will have to change the Summernote.js file, and add more colors to the colors array. I think it might be something like this:

Code: Select all

colors: [['#444444','#000000'...],
colorsName: [['CustomColorName','Black'...],
Thank you.
It worked fine.
Christos

Jump to post
  • Thu Mar 04, 2021 9:30 pm
  • Replies 2
  • Views 440
Add a custom color in editor's choices

Hi.
I would like to ask how I could add a custom font color in the table (more colors) of the default editor.
Christos

Jump to post
  • Mon Mar 01, 2021 8:08 pm
  • Replies 2
  • Views 440
Re: Blank contact success page

I saw this post and I already tried this .
I will do it once again tomorrow.
Thanks

Jump to post
  • Wed Feb 20, 2019 11:31 pm
  • Replies 56
  • Views 54117
Re: Blank contact success page

Is there any idea. Ensure to clear your OC cache after applying these steps. FAQ: https://forum.opencart.com/viewtopic.php?f=176&p=739789#p718325 Thank you for the fast response. I always clear caches and Journal's too. I didn't mention that this is a workable eshop since 2017. Contact form wor...

Jump to post
  • Wed Feb 20, 2019 6:55 pm
  • Replies 56
  • Views 54117
Re: Blank contact success page

Hi. I have build some opencart 3.0.2.0 eshops with Journal 2 template. In one of them I have the problem that contact form after submitting dispays an empty pop up and nothing else happens. It doesnt send an email to admin. I checked and I replaced the related files from the workable site to the oth...

Jump to post
  • Tue Feb 19, 2019 10:17 pm
  • Replies 56
  • Views 54117
Re: Simple product list without image

Hi. Thanks for the answer. I use Journal. I tried to remove codes like this you wrote but it didn't remove the image frame. I can resize, of course, the image and remove the image its self but I cannot remove placeholder so that I could have the product name at the left side. Even If I delete the fi...

Jump to post
  • Sat Jun 09, 2018 1:18 am
  • Replies 2
  • Views 548
Simple product list without image

Hi. I use O.C 3.0.2.0 . I would like to ask if it is possible to use a very simple layout for the product list. I would like to have only the product title, price and add to cart button in product list page. i dont need the image or description or anything else. Of course if some one click on produc...

Jump to post
  • Wed Jun 06, 2018 12:45 am
  • Replies 2
  • Views 548
Το καλάθι έχει πάντα μηδενική αξία

Καλημέρα. Στήνω ένα eshop σε opencart 2.1.0.1 σε 2 γλώσσες Αγγλικά κι Ελληνικά. Εγκατέστησα το template Journal. Καταχώρησα δοκιμαστικά 3-4 είδη. Και πρόσεξα πως όταν κάνω προσθήκη στο καλάθι τότε ενώ η ποσότητα ενημερώνεται και η περιγραφή των ειδών εμφανίζεται η τιμή τους είναι πάντα μηδενική. Και...

Jump to post
  • Sat Feb 13, 2016 6:25 pm
  • Replies 1
  • Views 1316
Μηδενική αξία στο καλάθι και φίλτρο τιμών χωρίς ΦΠΑ

Καλημέρα. Στήνω ένα νέο eshop σε opencart (για πρώτη φορά) και αντιμετωπίζω 2 θέματα που δεν μπορώ να λύσω. 1. Όταν βάζω στο καλάθι ένα είδος εμφανίζεται η ποσότητά του και η περιγραφή του αλλά η τιμή του είναι μηδέν. Σύνολο και μερικό σύνολο είναι ενεργοποιημένα. 2. Έχω ενεργοποιήσει το φίλτρο τιμώ...

Jump to post
  • Fri Feb 12, 2016 8:14 pm
  • Replies 1
  • Views 1316

Page 1 of 1

Search found 11 matches