Search found 119 matches

Search found 119 matches

Re: Order history on Customer Page (or convert .tpl to .twig)

Alan OC 3.x is using twig. So make sure you convert your .tpl to twig the url is already provided above. What error you are seeing? Just saying didn't work is not enough to understand . There's nothing on the customer's tab, no order history at all. No errors at all and the log on Extensions > Modi...

Jump to post
  • Sun Oct 18, 2020 7:00 am
  • Replies 13
  • Views 3531
Re: Order history on Customer Page (or convert .tpl to .twig)

Converting an extension from php OC2 to twig OC3 is out of your skill set at this stage. It depends on what it is, but these things can range from 30 seconds to days. It is a little like saying I have some French and I need English A line in french to English (except it has to be perfect English to...

Jump to post
  • Sun Oct 18, 2020 6:52 am
  • Replies 13
  • Views 3531
Re: Order history on Customer Page (or convert .tpl to .twig)

by mona wrote:
Sun Oct 18, 2020 4:48 am
straightlight wrote:
Sun Oct 18, 2020 4:08 am
:laugh:
I can’t type that fast .. I might break a nail ...
standards must be maintained even in these difficult times !
You can always use speech to text to protect ur nails :P

Jump to post
  • Sun Oct 18, 2020 6:51 am
  • Replies 13
  • Views 3531
Re: Abandoned Carts

xxvirusxx wrote:
Sat Oct 17, 2020 4:00 pm
You can copy only that code and paste in your file.
That solved other issues with other OCMODs I installed but not with this one. It simply doesn't show up in the "profile" menu. The "log" on Extensions > Modifications doesn't show anything regarding this extension either.

Jump to post
  • Sun Oct 18, 2020 6:48 am
  • Replies 16
  • Views 3894
Re: Abandoned Carts

Newbie question: should I replace that file with this code? https://github.com/kenfai/opencart/blob ... cation.xml

Jump to post
  • Sat Oct 17, 2020 3:46 pm
  • Replies 16
  • Views 3894
Re: Abandoned Carts

xxvirusxx wrote:
Sat Oct 17, 2020 3:14 pm
You have added ocmod modification fix on your 3.0.3.6?
What do you mean by that? Sorry for the newbie question haha

Jump to post
  • Sat Oct 17, 2020 3:17 pm
  • Replies 16
  • Views 3894
Re: Order history on Customer Page (or convert .tpl to .twig)

xxvirusxx wrote:
Sat Oct 17, 2020 2:35 pm
https://php2twig.com/
Hey! Thanks for the help!

I've tried that and I also modified the code so it points out in the right direction (it said .tpl and I changed it to .twig since I changed the file to that format).

Didn't work though :(

Should I maybe install it manually?

Thanks!

Jump to post
  • Sat Oct 17, 2020 3:17 pm
  • Replies 13
  • Views 3531
Re: Abandoned Carts

xxvirusxx wrote:
Sat Oct 17, 2020 2:47 pm
AlanARG wrote:
Thu Oct 15, 2020 11:21 am
Where should it be in the dashboard where I see the abandoned carts?
In Dashboard, your user profile...

https://github.com/ovicko/abandoned_car ... ter/images
There's nothing there :(

Jump to post
  • Sat Oct 17, 2020 3:01 pm
  • Replies 16
  • Views 3894
Re: Abandoned Carts

letxobnav wrote:
Fri Oct 16, 2020 12:55 am
It is a good idea to contact the customer and reinitiate the purchase process where he/she may left.
No it isn't.
I'm not gonna contact them anyway, I agree 100% with you. The only way I want this is to be able to see what they were interested in, nothing more.

Thanks!

Jump to post
  • Sat Oct 17, 2020 1:46 pm
  • Replies 16
  • Views 3894
Re: Quantity selector for shopping cart and products

khnaz35 wrote:
Thu Oct 15, 2020 7:00 pm
Have you wrote them about extension not being compatible with theme?
The theme developer or the extension one? I wrote both though haha, couldn't get any help :(

Jump to post
  • Sat Oct 17, 2020 1:45 pm
  • Replies 15
  • Views 4711
Re: Improve shopping cart and checkout mobile view

well, I would start by changing: <div class="table-responsive"> to: <div> as I stated earlier, that table responsive class makes it horizonal scroll-able, that we remove. Then the table is too wide of course on small screens so we start hiding columns while making the content of those col...

Jump to post
  • Sat Oct 17, 2020 1:31 pm
  • Replies 12
  • Views 7565
Order history on Customer Page (or convert .tpl to .twig)

Hey everyone, how's it going? :) I found this extension that adds "order history" in the customers page. Thing is it's quite old, so I downloaded the file and start looking around on how to adapt it. I found two threads ( this one and this one ) where someone mentions that OpenCart 3.X wor...

Jump to post
  • Sat Oct 17, 2020 11:12 am
  • Replies 13
  • Views 3531
Re: Remove shipping costs from checkout total

Its working for me I have just seen why yours is not working - copy and paste ! “ translates on here incorrectly they need to be straight " I installed that with the installer (since it's .ocmod, right?) but no effect at all. 3.0.3.6 version and this theme , though that modification was made o...

Jump to post
  • Sat Oct 17, 2020 9:18 am
  • Replies 21
  • Views 6114
Re: Duplicated items in cart

sw!tch wrote:
Sat Oct 17, 2020 1:30 am
See here - viewtopic.php?t=211273
Completely missed that thread. I've been looking like crazy everywhere and couldn't find anything related to that. I hope it's the same issue, I applied those fix and I'll wait till customers report it again (or not). Thanks a lot!

Jump to post
  • Sat Oct 17, 2020 6:34 am
  • Replies 5
  • Views 1872
Re: Remove shipping costs from checkout total

Yes you can add anything instead of ADD YOUR TABLE HERE The code should be placed where you want it So in your case shipping_method.twig and in the place you want it. Round about here sounds sensible. Before this or after this. <p><strong>{{ text_comments }}</strong></p> Ok so I added it to "s...

Jump to post
  • Sat Oct 17, 2020 5:58 am
  • Replies 21
  • Views 6114
[SOLVED] Duplicated items in cart

/edit: As sw!tch mentioned, there's a thread where you can find a possible fix for this. I already applied it but I wasn't able to reproduce this bug in order to check if it was indeed fixed or not. Head to and see for yourselves: https://forum.opencart.com/viewtopic.php?t=211273 - What's up guys? :...

Jump to post
  • Fri Oct 16, 2020 11:22 pm
  • Replies 5
  • Views 1872
Re: Local testing environment

Basicall operating a "dev server" locale is a very good idea! Would be good if more people would do that .. Back to you: 1. install XAMPP (32bit only up to php 7.2.x, 64bit has also php 7.4.x) 2. use TortoiseSVN 3. set up TortoiseSVN locally and work with that (if you need a version contr...

Jump to post
  • Thu Oct 15, 2020 3:18 pm
  • Replies 3
  • Views 1656
Re: Abandoned Carts

well, that should not be too difficult but personally, if I do not complete a purchase and then would be harrased by a follow-up email, I would be very annoyed. If I have difficulty completing a purchase, I would let you know. I agree with you 100% and we are not aiming to contact or harass people ...

Jump to post
  • Thu Oct 15, 2020 3:09 pm
  • Replies 16
  • Views 3894
Re: Improve shopping cart and checkout mobile view

adjusted is here: https://www.crystallight.com.tw/co/en/ the adjusted twig part of the cart twig file is like this: Don't just copy that as there are variables in there you don't have but you can see the use of hidden-xx and visible-xx classes to alter the view based on screen size. So we basically...

Jump to post
  • Thu Oct 15, 2020 3:04 pm
  • Replies 12
  • Views 7565
Local testing environment

Hey guys, how u doing? I'm working at a project right now doing some testing and data entry and we have a "local" environment for testing purposes in order to test modifications before actually uploading them to the "live" version of the website. We use git for this and I use VS ...

Jump to post
  • Thu Oct 15, 2020 2:31 pm
  • Replies 3
  • Views 1656

Search found 119 matches