Search found 289 matches

Search found 289 matches

Re: search Customers by VAT

thanos74 wrote:
Tue Mar 17, 2020 3:48 pm
Hello, i created at Customers a Custom Field, VAT.
I want to search (at admin) Customers by VAT.
Any suggestion or plugin ?

Thank you
There seems to be discussion regarding this issue here viewtopic.php?t=157954

Jump to post
  • Sat Mar 21, 2020 5:12 pm
  • Replies 5
  • Views 628
Re: OpenCard used as checkout solution for CRM

Hello, Does somebody know if opencart can be used/integrated as checkout solution in a already existing crm? What I would need is a no/minimal design cart loaded in a popup and going to a cc payment. Thank you. C. How many products you have? A dynamic product was created and a checkout done when we...

Jump to post
  • Wed Jan 15, 2020 12:17 pm
  • Replies 3
  • Views 466
Re: Opencart features information request

... 5. Does the cart reserve items or can it be configured to be based on first who pays wins? ... Not sure whether this will fully satisfy your requirement, but if you set a product's stock quantity as 1, Only a single customer can actually buy the product. The next customer will see a product out...

Jump to post
  • Tue Apr 24, 2018 6:28 pm
  • Replies 2
  • Views 557
Re: opencart - MASS UPLOAD PRODUCT + CATEGORIES + IMAGE FROM FILE

V1.5.6.1 i have a csv file which has over 2000 products which i need to add to my website, need a price please, images are external links but happy for them to upload to my server, The amount of work will depend on whether the products are default products, whether the products contain options, whe...

Jump to post
  • Wed Dec 06, 2017 11:07 am
  • Replies 8
  • Views 2789
Re: An issue with triggering an event in custom module of Opencart 2.3.0.2

Are you using any other module/extension or is it the default installation of Version 2.3.0.2 ?

Jump to post
  • Wed Jun 07, 2017 3:22 pm
  • Replies 7
  • Views 2127
Re: Price per unit mod

Hi, We sell items per box, for example 500 per box. Can anyone recommend a mod that will place a note somewhere that says something like the following: Only 00.08p per unit! Thank you for any suggestions Are you mentioning the items per box i.e "500" in any of the product options or attri...

Jump to post
  • Wed Jun 07, 2017 2:59 pm
  • Replies 6
  • Views 2057
Re: An issue with triggering an event in custom module of Opencart 2.3.0.2

Have you tried giving the full directory path for the file './products_log_' ? and of course the directory just about the file needs to be writable by the web server

Jump to post
  • Wed Jun 07, 2017 2:53 pm
  • Replies 7
  • Views 2127
Re: Hide Description tab if there is no text?

Hi , I m using oc version 2.0.1.1 on Journal 2.9.4 . so this is same code i ve to paste in product.tpl ... In file /catalog/view/theme/journal2/template/product/product.tpl change the lines <?php if (!$this->journal2->settings->get('hide_product_description')) { ?> <li <?php if ($is_active) { echo ...

Jump to post
  • Mon Jun 05, 2017 11:04 am
  • Replies 19
  • Views 10198
Re: PHP Script To Read Products By Category

For starters you could look at the file catalog/controller/product/category.php lines 213 to 223.
You could learn more about how the products array gets populated.

Jump to post
  • Sat Jun 03, 2017 5:03 pm
  • Replies 1
  • Views 2471
Re: Combine first name and last name to Full name.

phamxuanvinh2110 wrote:
Sat Jun 03, 2017 3:23 pm
Combine first name and last name to Full name? Only 1 custom field Full name. I'm newbie. Help me
Thank you very much
And if you need to change it in admin order information page you can edit lines 52 to 57 in the file admin/view/template/sale/order_info.tpl

Jump to post
  • Sat Jun 03, 2017 3:57 pm
  • Replies 7
  • Views 4286
Re: Product disappeared from product list

What just happened is when I was adding some new images to one of the products, after pressing the save the product disappeared from the back end product list, however it is still visible on the front end. Any suggestions what could be the problem and how can I solve it? Check the product list FILT...

Jump to post
  • Wed May 31, 2017 8:22 pm
  • Replies 2
  • Views 480
Re: SQL server to OpenCart integration & finish website

vipergtsr wrote:
Sat May 06, 2017 9:16 pm
Hi there,

...
- Retrieve products, prices, categories, wholesale pricing and a few other pieces from an SQL database
- Importing these into OpenCart, either on a live basis or on daily schedule (overnight)
...

Thanks
Just completed a major opencart import project. So can help in the above.

Jump to post
  • Tue May 30, 2017 1:03 am
  • Replies 5
  • Views 2036
Re: Module Update

Is the present module working perfectly for 1.5.4.1 version ?

Jump to post
  • Tue May 30, 2017 1:00 am
  • Replies 2
  • Views 709
Re: Opencart and Jet Integration using API

https://developer.jet.com/docs/getting-started seems to provide a good start !

Can you let us know exactly where you are getting stuck ?

Jump to post
  • Mon May 29, 2017 11:43 pm
  • Replies 1
  • Views 466
Re: Vqmod Error in Log

Should it be <?php if (isset($error_captcha)) { ?> ?

Jump to post
  • Mon May 29, 2017 11:36 pm
  • Replies 4
  • Views 1416
Re: Google Customer Reviews integration

Have you tried pasting the above javascript right at the very end of this file

catalog/view/theme/default/template/product/product.tpl

Jump to post
  • Mon May 29, 2017 11:20 pm
  • Replies 3
  • Views 1560
Re: Invoice product price to be without VAT added on the Invoice, VAT only Total

bogdangergov1 wrote:
Mon May 29, 2017 8:44 pm
...
and in Invoices template how to do it ?!
The same changes in lines 335,336 to the file

catalog/controller/account/order.php would change the user account -> order information view

Jump to post
  • Mon May 29, 2017 11:13 pm
  • Replies 4
  • Views 6894
Re: Adding link to subcategory on parent category page

...I want to also add pictures so that the customers can click on the picture in the parent category that will direct them to the subcategory. How should I do this? In file /catalog/controller/product/category.php change lines 184 to 189 from $product_total = $this->model_catalog_product->getTotalP...

Jump to post
  • Mon May 29, 2017 10:44 pm
  • Replies 1
  • Views 1285
Re: Invoice product price to be without VAT added on the Invoice, VAT only Total

... I want the product to be without VAT added on the Invoice. Only in Total to have the price with VAT ... In admin panel If you want to show product prices without tax in the ORDER detail page only then in file admin/controller/sale/order.php change lines 1670, 1671 from 'price' => $this->currenc...

Jump to post
  • Mon May 29, 2017 8:07 pm
  • Replies 4
  • Views 6894
Re: Shiping methods

Which shipping method's name you would like to change ?

Jump to post
  • Mon May 29, 2017 2:59 pm
  • Replies 4
  • Views 774

Search found 289 matches