Search found 31 matches

Search found 31 matches

Re: Adding SKU to individuals options?

Did you find a solution already?

Jump to post
  • Wed Apr 08, 2015 7:59 pm
  • Replies 4
  • Views 1127
Re: [MOD] Default Tax class

Does anyone have a fix for this in 2.0.1.1.? Right now it's still defaulting to -none- I tried what mrbi11 suggested in the post above you with 2.0.1.1 and that works.. For me this is sufficient for now as I just have 1 tax rate.. For the record; he ment editing admin/view/template/catalog/product_...

Jump to post
  • Sat Apr 04, 2015 9:35 pm
  • Replies 30
  • Views 23907
Re: Prijzen Inclusief BTW invoeren

CoronaTechniek wrote:http://goo.gl/ICbrw2 hierbij een werkende XML inclusief exclusief btw invoeren
Werkt!

Held! :clap:

Jump to post
  • Thu Mar 26, 2015 7:59 pm
  • Replies 81
  • Views 2009165
Re: Prijzen Inclusief BTW invoeren

Even een oude topic naar boven halen. Is er iemand die dit voor 2.0.11 heeft of kan maken? Inclusief voor de basis prijs lukt gewoon, maar voor de opties.... De "fix" hier besproken is alleen voor de basisprijs. Er zijn wel Extensions die alles bieden. Kee, welke fix is dat dan precies? I...

Jump to post
  • Sat Mar 21, 2015 4:37 am
  • Replies 81
  • Views 2009165
Re: Prijzen Inclusief BTW invoeren

Kwam er achter dat ze op hun eigen site 15 dollar rekende ipv 24 dollar, heb contact opgenomen met ze voor een live demo. Toen ik die voorgeschoteld kreeg, zag ik een aantal dingen die mij niet aanstonden (invoer veld voor inc. btw was size 5, en geen form-control class, en geen 2 decimale na de ko...

Jump to post
  • Sat Mar 07, 2015 4:23 am
  • Replies 81
  • Views 2009165
Re: Administratiekosten iDEAL

In dat geval biedt de module van Qphoria uitkomst. Deze laat je per betalingsmethode een toeslag opvoeren. Ik ben hier naarstig naar op zoek, ik wil dat de klant de mogelijk kosten van een betaling gaat betalen want er zijn ook gratis betaalmogelijkheden.. Qphoria heeft zoveel extenties. om welke e...

Jump to post
  • Mon May 13, 2013 11:00 pm
  • Replies 4
  • Views 1105
Re: Marge regeling (BTW) en opencart

*Kick*

Tevens nodig als je 2ehands spullen verkoopt.. moet nog een oplossing voor komen idd :-[

Jump to post
  • Mon May 13, 2013 8:54 pm
  • Replies 5
  • Views 1505
Re: Add Store logo to invoice

It should look like this: public function invoice() { if ($this->config->get('config_logo') && file_exists(DIR_IMAGE . $this->config->get('config_logo'))) { $this->data['logo'] = HTTP_IMAGE . $this->config->get('config_logo'); } else { $this->data['logo'] = ''; } or if you have a secure SSL ...

Jump to post
  • Thu May 02, 2013 11:31 pm
  • Replies 48
  • Views 33319
Re: Add Store logo to invoice

Hi Does this add the logo to the invoice when admin are in the orders section and you click on "Print Invoice" ? I tried it out but cant get it to work unless I have the wrong code open. Can you tell me exactly where to add it in please, when you say invoice() method, please ellaborate fo...

Jump to post
  • Tue Apr 23, 2013 11:14 pm
  • Replies 48
  • Views 33319
Re: if customer choose Paypal payment cost more

Ha, I boycot paypal anyway but I didn't know they're being a dick about this also. Nontheless I would like to know how to set a price for a payment option.. I mean there's free options that don't cost me and the customer nothing and there's options that cost money - the customer should be aware of t...

Jump to post
  • Sun Apr 21, 2013 4:03 pm
  • Replies 4
  • Views 1351
Re: Tip for delivery guy?

*kick*

The customer should be able to add a percentage of their order, or just a dollar amount as a tip.
Yes, I want this too and it surprises me nobody followed up on this (or I didn't find them). Actually a coupon code that adds an amount or percentage is what I am looking for..

Jump to post
  • Fri Apr 19, 2013 2:38 pm
  • Replies 5
  • Views 4453
Re: [vQmod] Grid View By Default

Meggles wrote:This isn't working for me on 1.5.5.1 with a non-default theme.

Can anyone help?
Does the grid view work at all?

Jump to post
  • Wed Apr 17, 2013 1:06 pm
  • Replies 63
  • Views 33909
Re: Add Store logo to invoice

The proper way to add your logo to the invoice while using the logo configured in the admin is as follows: 1: Edit /admin/controller/sale/order.php and add the following in the invoice() method:         if ($this->config->get('config_logo') && file_exists(DIR_IMAGE . $this->config->get('con...

Jump to post
  • Tue Apr 16, 2013 2:38 pm
  • Replies 48
  • Views 33319
Re: [Extension] Invoice to PDF 1.2 release (also support thr

Well, thank you to share it ;-) it seems working on v1.5.5.1 It could be great to supply this feature to customers, from their profil account but I don't know how to do it (at this time) Works for me too on 1.5.5.1 - and agree with you it would be nice if customers could download invoices from thei...

Jump to post
  • Tue Apr 16, 2013 2:28 pm
  • Replies 67
  • Views 48014
Re: [NEED] BOGOF - Tax incl. 'Discount Price' Code

Found another topic with a solution; Just change the sort order in Admin under Extensions -> Order Totals so that VAT is shown after coupon instead of before. just too bad the discount still says 83 instead of 1 euro - but effectively that is what you see in the total price so at least it works

Jump to post
  • Tue Apr 16, 2013 1:09 pm
  • Replies 2
  • Views 2857
Re: How to Setup Coupons using OpenCart 1.5.1.3

Ah, found another topic with the solution; Just change the sort order in Admin under Extensions -> Order Totals so that VAT is shown after coupon instead of before. Not perfect because I'd rather have the discount shown incl vat, but the total price incl vat with discount is good now..

Jump to post
  • Tue Apr 16, 2013 1:07 pm
  • Replies 5
  • Views 2854
Re: How to Setup Coupons using OpenCart 1.5.1.3

I want to borrow this thread since i have trouble with having the BOTH total and coupon % to calculate correct. I have v 1.5.1.3 I want the coupon to give a 10% discount off on the product price (not the total) (All prices is incl VAT and is specified at the bottom) This is how it calculates now: P...

Jump to post
  • Tue Apr 16, 2013 12:54 pm
  • Replies 5
  • Views 2854
Re: [NEED] BOGOF - Tax incl. 'Discount Price' Code

*kick*

I need this as well. If I offer 10% discount vouchers 1.5.5.1 calculates the discount over the price excl vat - which is not what I'm offering.. A 10 euro product should get 1 euro discount but the customer now only receives 83 cents discount..

Jump to post
  • Tue Apr 16, 2013 4:54 am
  • Replies 2
  • Views 2857
Re: [vQmod] Grid View By Default

Still works for me with 1.5.5.1

Only with the free palioxis theme I'm not getting the grid view anymore..

Jump to post
  • Fri Apr 12, 2013 8:55 pm
  • Replies 63
  • Views 33909
Re: [1.5]Coupons

Edit: ../catalog/controller/checkout/cart.php Find (line 480ish - it's the second instance very close to the bottom of the file) : $this->data['checkout'] = $this->url->link('checkout/checkout', '', 'SSL'); Change to checkout/cart. Hi, for some reason that doesn´t work for me. Always gives me check...

Jump to post
  • Mon Feb 11, 2013 3:58 am
  • Replies 14
  • Views 8149

Search found 31 matches