Search found 119 matches

Search found 119 matches

Re: Quantity selector for shopping cart and products

May be try tweaking this if you know how https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=31229 Apparently only works with default theme so I'd need to adapt it for my theme and I don't know how tbh :( Thanks anyway! Which theme you are using ? https://themefores...

Jump to post
  • Thu Oct 15, 2020 12:34 pm
  • Replies 15
  • Views 4909
Re: Add "shipping method" column to Order List

1) admin/model/sale/order.php -> function getOrders add: o.shipping_method to the select statement 2) admin/controller/sale/order.php -> function getList add: 'shipping_method' => $result['shipping_method'], after $data['orders'][] = array( 3) admin/view/template/sale/order_list.twig add: <td class...

Jump to post
  • Thu Oct 15, 2020 12:15 pm
  • Replies 2
  • Views 1515
Re: Quantity selector for shopping cart and products

khnaz35 wrote:
Thu Oct 08, 2020 7:08 pm
May be try tweaking this if you know how
https://www.opencart.com/index.php?rout ... n_id=31229
Apparently only works with default theme so I'd need to adapt it for my theme and I don't know how tbh :(
Thanks anyway!

Jump to post
  • Thu Oct 15, 2020 11:23 am
  • Replies 15
  • Views 4909
Abandoned Carts

Hey guys how's it going? I installed this extension that apparently was adapted for 3.x version but I couldn't make it work. Where should it be in the dashboard where I see the abandoned carts? Maybe I'm doing something wrong. The module shows up in the extensions > modules menu. I already tried the...

Jump to post
  • Thu Oct 15, 2020 11:21 am
  • Replies 16
  • Views 4316
[SOLVED] Add "shipping method" column to Order List

Hey guys! How's it going? I found this thread: https://forum.opencart.com/viewtopic.php?f=20&t=48060 that would probably help but it's an old version. Also, I've found this: https://stackoverflow.com/questions/32042371/how-to-add-column-in-order-list-opencart Any ideas on how to add the "sh...

Jump to post
  • Thu Oct 15, 2020 6:06 am
  • Replies 2
  • Views 1515
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
  • Fri Oct 09, 2020 12:33 am
  • Replies 12
  • Views 8871
Re: Improve shopping cart and checkout mobile view

The OP is right, the default cart page on small screens requires horizontal scrolling which is absolutely crap and a UI no-no, whoever passed that thru UI QA. We solved that by removing the table-responsive and using the hidden- and visible- classes to change the look on small/large screens. Hey ma...

Jump to post
  • Thu Oct 08, 2020 10:18 am
  • Replies 12
  • Views 8871
Improve shopping cart and checkout mobile view

Hey guys, how's it going? I have another thread regarding this but I think I should explain better what I wanna do. Right now my website (www.nomadebaker.com) is running on 3.0.3.6 but the mobile view is quite awful. In fact, the shopping cart view and the checkout looks like an horizontal table tha...

Jump to post
  • Thu Oct 08, 2020 7:07 am
  • Replies 12
  • Views 8871
Re: Adapt theme for mobile view?

Why don't you contact the theme developer directly to see if the theme can be improved? Alex Yeah I asked the theme developer to see what we can do about it. Thing is, the website on the mobile looks weird. The products in the cart are an horizontal table and in order to see it fully you need to sl...

Jump to post
  • Thu Oct 08, 2020 5:00 am
  • Replies 4
  • Views 975
Re: Quantity selector for shopping cart and products

When I was posting this I was thinking about downgrading the OC version.. is it easy? Any cons? Maybe 3.0.3.0? It's easy for a seasoned developer. Might not worth it, since not much difference between 3.0.3.6 and 3.0.3.0 Which version should I downgrade to in order to take advantage of outdated ext...

Jump to post
  • Thu Oct 08, 2020 4:31 am
  • Replies 15
  • Views 4909
Re: Remove shipping costs from checkout total

What else would be shipping based on? xD Sorry I thought that was obvious that's why I didn't say anything about it, my bad. umm .. weight? .. size? .. speed? .. fragile? .. you obviously have never had the pleasure of Royal Mail ! How can I do that about the pop window? Is it possible to add it to...

Jump to post
  • Thu Oct 08, 2020 4:27 am
  • Replies 21
  • Views 6803
Re: Quantity selector for shopping cart and products

Any ideas? Thanks a lot again! 1. Follow up with the extension developers asking when they'll upgrade. 2. Use a slightly lower OC version. 3. Pay a developer to upgrade them. When I was posting this I was thinking about downgrading the OC version.. is it easy? Any cons? Maybe 3.0.3.0? Thanks man!

Jump to post
  • Thu Oct 08, 2020 1:07 am
  • Replies 15
  • Views 4909
Re: Add custom message to "delivery details" in checkout

sw!tch wrote:
Wed Oct 07, 2020 9:51 am
Your screenshot looks like the billing address section

So refer to:

Code: Select all

catalog/view/theme/default/template/checkout/payment_address.twig
or for shipping address

Code: Select all

catalog/view/theme/default/template/checkout/shipping_address.twig
kudos to you! thanks a lot!

Jump to post
  • Wed Oct 07, 2020 3:47 pm
  • Replies 5
  • Views 1309
Quantity selector for shopping cart and products

Hey guys, you probably saw me around a lot lately haha. Thanks for your help in advance. I wanna add quantity (plus and minus) or just a dropdown for quantity in the shopping cart and products. I've tried several extensions but they are not updated so they don't work on 3.0.3.6 and I've tried some s...

Jump to post
  • Wed Oct 07, 2020 3:35 pm
  • Replies 15
  • Views 4909
Re: Add custom message to "delivery details" in checkout

Where do you want it to appear? If you want it in the shipping method section then look at: catalog/view/theme/default/template/checkout/shipping_method.twig You are completely right, I should edit that file lol. Thanks a lot for that. I added a screenshot so you can see where I want the text. This...

Jump to post
  • Wed Oct 07, 2020 9:22 am
  • Replies 5
  • Views 1309
Re: Add custom message to "delivery details" in checkout

I forgot to add it to "controller" as well, now it works.

Thing is, I don't know how to place it INSIDE the collapse menu. I've tried everything and it just breaks the whole menu or it appears in the wrong place.

Any ideas? :(

Jump to post
  • Wed Oct 07, 2020 7:25 am
  • Replies 5
  • Views 1309
Re: Customers able to add attachments to order

OSWorX wrote:
Wed Oct 07, 2020 4:24 am
Okay, sorry - my fault!
Seems you have to pay the money they want ..
I'll see if anyone helps me out :) Thanks!

Jump to post
  • Wed Oct 07, 2020 5:48 am
  • Replies 4
  • Views 1026
Re: Customers able to add attachments to order

Is it possible to add attachments to an order as a customer? I need to let them add receipts and such, mostly .pdf and image files Yes (in short). Explaination: simply define an Option with File (or several). Add this option to the Product you want to offer customers to add files (images etc.). You...

Jump to post
  • Wed Oct 07, 2020 1:43 am
  • Replies 4
  • Views 1026
PAID REQUEST: Customers able to add attachments to order

Hey everyone, I hope you are doing great! O0

Is it possible to add attachments to an order as a customer? I need to let them add receipts and such, mostly .pdf and image files.

Something like this but less complex: https://store.webkul.com/opencart-pharm ... nsion.html

Thanks!

Jump to post
  • Tue Oct 06, 2020 1:42 pm
  • Replies 4
  • Views 1026
[SOLVED] Add custom message to "delivery details" in checkout

Hey guys, how are you? :) I've made a change to "/catalog/view/theme/default/template/checkout/checkout.twig" file: <div class="panel-heading"> <h4 class="panel-title">{{ text_checkout_payment_address }}</h4> </div> <div class="panel-collapse collapse" id=&quo...

Jump to post
  • Tue Oct 06, 2020 7:11 am
  • Replies 5
  • Views 1309

Search found 119 matches