Search found 84 matches

Search found 84 matches

Re: Tracking number OC3 by adding field in order_info.twig for OCMOOD

Great news ;) please, @melC_82 could you share it ? tried from an other "outdated" vQmod but... without success at this point

Jump to post
  • Sat Jun 26, 2021 10:52 pm
  • Replies 15
  • Views 1234
[Closed] Default theme: TH header suggest

Hi, not an issue ;) but table's header columns could be TH not TD, then it's displayed as bold text by default (Bootstrap CSS file) For example <table class="table table-bordered table-hover"> <thead> <tr> <td class="text-left">{{ column_date_added }}</td> <td class="text-le...

Jump to post
  • Mon Jun 21, 2021 10:25 pm
  • Replies 2
  • Views 951
Re: Default theme: buttons missing clearfix ?

Ok, then I 'll close this topic, thank to @straightlight

Jump to post
  • Mon Jun 21, 2021 10:03 pm
  • Replies 6
  • Views 904
Re: Default theme: buttons missing clearfix ?

Yep, commits by "condor2" but for example you can't push it to OpenCart's pull requests? if theses changes 've not been made by you? Sorry I don't know how GitHub is working

Jump to post
  • Fri Jun 18, 2021 10:42 pm
  • Replies 6
  • Views 904
Re: Default theme: buttons missing clearfix ?

Well, thanks @straightlight one more time ;) useful info

PS: No GitHub account but already done by the following user, then may be ;) somebody else could be add it to OpenCart pull requests ?
https://github.com/condor2/Opencart_30x ... 802d08b661

Jump to post
  • Fri Jun 18, 2021 9:55 pm
  • Replies 6
  • Views 904
[Closed] Default theme: buttons missing clearfix ?

Not a bug ;) but it seems a clearfix is missing (account register and contact pages) {% if text_agree %} <div class="buttons"> <div class="pull-right">{{ text_agree }} {% if agree %} <input type="checkbox" name="agree" value="1" checked="checked...

Jump to post
  • Wed Jun 16, 2021 7:45 pm
  • Replies 6
  • Views 904
Re: Default theme: unnecessary symbol (twig file)

Thank you @straightlight. Yes, this symbol 'd been removed on master branch only
https://github.com/opencart/opencart/bl ... r_add.twig

Jump to post
  • Wed Jun 16, 2021 7:29 pm
  • Replies 2
  • Views 585
[Solved] Default theme: unnecessary symbol (twig file)

Unnecessary symbol "<" in mail order alert template .twig file (on line 17), isn't ?

Code: Select all

 <{% endif %}
https://github.com/opencart/opencart/bl ... r_add.twig

Jump to post
  • Wed Jun 16, 2021 4:31 am
  • Replies 2
  • Views 585
Re: Bootstrap version 3.x

Not using all features but not seen issues on dashboard and front office (once upgraded to Bootstrap 3.4.1), so I 'll close this topic

Jump to post
  • Tue Jun 15, 2021 4:23 am
  • Replies 10
  • Views 2407
Re: Moment.js (dateTimePicker)

Well, thank you to @straightlight

Jump to post
  • Tue Jun 15, 2021 4:19 am
  • Replies 2
  • Views 945
Re: Bootstrap version 3.x

Great idea ;-) many thanks @xxvirusxx for now it's working even if using Bootstrap popover.js 3.4.1

Jump to post
  • Sun Jun 13, 2021 9:04 pm
  • Replies 10
  • Views 2407
Re: When registering, required (First/Last/Email/Pass) only

We should not removing this validation check?

In fact ;) followed this "outdated" Qphoria's tutorial (OpenCart 1.5)
viewtopic.php?f=139&t=46467

Jump to post
  • Sun Jun 13, 2021 9:03 pm
  • Replies 6
  • Views 453
[Solved] Moment.js (dateTimePicker)

This is not a bug ;) but it seem moment.js is called twice, isn't ? For example, in the following file: admin/view/template/common/header.twig <script src="view/javascript/jquery/datetimepicker/moment/moment.min.js" type="text/javascript"></script> <script src="view/javascri...

Jump to post
  • Sat Jun 12, 2021 12:21 am
  • Replies 2
  • Views 945
Re: When registering, required (First/Last/Email/Pass) only

I don't know if this is the best way ;) but you could try to remove the following condition (controller file) if ((utf8_strlen($this->request->post['telephone']) < 3) || (utf8_strlen($this->request->post['telephone']) > 32)) { $this->error['telephone'] = $this->language->get('error_telephone'); }

Jump to post
  • Sat Jun 12, 2021 12:12 am
  • Replies 6
  • Views 453
Re: Bootstrap version 3.x

Upgraded Bootstrap files to 3.4.1 then there is an issue with image button (edit / delete icons aren't displayed in pop-over) on dashboard's category, product, manufacturer, etc pages Starting point... <div class="popover-content"> <button type="button" id="button-image"...

Jump to post
  • Fri Jun 11, 2021 10:38 pm
  • Replies 10
  • Views 2407
Re: Bootstrap version 3.x

Thanks @ADD Creative to share this topic about Bootstrap

Right we 're late ;) our website is sill running Bootstrap v3 mainly (v4 sometimes)

Jump to post
  • Thu Jun 10, 2021 5:51 pm
  • Replies 10
  • Views 2407
Re: Bootstrap version 3.x

Yes, in fact I'm speaking about Bootstrap 3.x branch ;) only (at this time)

Jump to post
  • Wed Jun 09, 2021 4:20 am
  • Replies 10
  • Views 2407
[Solved] Bootstrap version 3.x

Hi, do you know why dashboard's Bootstrap version is 3.3.7 (css) / 3.3.1 (js) and 3.3.5 (css/js) at front office
Not planed to upgrade to the latest available version ?
https://github.com/twbs/bootstrap/releases/v3.4.1

Jump to post
  • Tue Jun 08, 2021 4:25 am
  • Replies 10
  • Views 2407
Re: Add to cart in center after removed whishlist and compare

May be ;) remove the following too @media (max-width: 1200px) { .product-thumb .button-group button, .product-thumb .button-group button + button { width: 33.33%; } } @media (max-width: 767px) { .product-thumb .button-group button, .product-thumb .button-group button + button { width: 33.33%; } }

Jump to post
  • Tue Jun 08, 2021 3:52 am
  • Replies 4
  • Views 472

Search found 84 matches