Re: Product ID vs SKU
no i dont think so, You have to modify some php files
Jump to post- Tue Aug 11, 2020 8:00 pm
- Replies 6
- Views 274
Re: Question about customer's IP address
Vector224 you have to read the basics how internet works
https://support.opendns.com/hc/en-us/ar ... P-Address-
- Wed Aug 05, 2020 4:38 pm
- Replies 4
- Views 404
Re: display lowest price from specific category in label on home page
The correct way is to make a module and display your information in the posistion you want. Price label has to be displayed as html and a good practice is to use bootstrap badge class, something like: <style> .notification { text-decoration: none; padding: 15px 26px; position: relative; display: inl...
Jump to post- Wed Aug 05, 2020 3:47 pm
- Replies 3
- Views 414
Re: Alpha Bank Extension
Της Alpha ή το Jcc?
Το Jcc δεν δέχεται δόσεις, δεν το υποστηρίζουν άρα δεν μπορούμε να το υλοποιήσουμε.
- Wed Aug 05, 2020 3:14 pm
- Replies 28
- Views 11683
Re: Store Home Delivery Option
Hello,
you have more questions than this. How would you know the distance?
- Wed Jul 22, 2020 4:13 pm
- Replies 2
- Views 235
Re: minus tax rate
you can do it by using special price in products
otherwise you have to modify some files
- Tue Jul 21, 2020 6:49 pm
- Replies 5
- Views 319
Re: how can i add specific error message to specific custom field id 3.0.3.3?
You have to modify file upload/catalog/controller/account/address.php in the function validateForm() there is the Custom field validation code,a quick and dirty solution (but i dont recommend it) is to change this value $this->language->get('error_custom_field') or write an extra else if for your cu...
Jump to post- Tue Jul 21, 2020 3:54 pm
- Replies 5
- Views 363
Re: how can i add specific error message to specific custom field id 3.0.3.3?
it is not an opencart default operation, you have to add or write a module for this.
Jump to post- Tue Jul 21, 2020 2:58 pm
- Replies 5
- Views 363
Re: Enabled module showing disabled in status
Contact with the developer of the module
Jump to post- Wed Jul 15, 2020 7:15 pm
- Replies 1
- Views 105
Re: Replace model for JAN in Wishlist and cart
Can you provide us with some more details?
What exactly do you want to do?
- Wed Jul 15, 2020 5:59 pm
- Replies 7
- Views 321
Re: Custom Fields
what exactly do you want to do?
Jump to post- Tue Jul 14, 2020 4:25 pm
- Replies 3
- Views 215
Re: Extensions > Modifications not visible from Admin
Check if this lines of code exists in your file: admin/controller/common/column_left.php if ($this->user->hasPermission('access', 'marketplace/modification')) { $marketplace[] = array( 'name' => $this->language->get('text_modification'), 'href' => $this->url->link('marketplace/modification', 'user_t...
Jump to post- Tue Jul 14, 2020 3:15 pm
- Replies 6
- Views 454
Re: How support.opencart.com works
Thank you.
Jump to post- Tue Jun 23, 2020 7:13 pm
- Replies 6
- Views 1795
Re: How support.opencart.com works
Still i cannot find the open tickets so as to answer them an close them. When i get a notify to my email i follow the link ( for example https://support.opencart.com/hc/en-us/requests/265393) but i cannot close it after i answer it as i mentioned before.
Jump to post- Mon Jun 22, 2020 2:27 pm
- Replies 6
- Views 1795
Re: Alpha Bank Extension
Όσο αφορά την Κύπρο, αν έχεις λογαριασμό εκεί πρέπει να συνδεθείς με την JCC. JCC - https://www.jccsmart.com/ Βοήθεια μπορείς να έχεις από αυτό το εγχειρίδιο (pdf format) by JCC here! Έφτιαξα ένα extension για το JCC payments for opencart: https://www.opencart.com/index.php?route=marketplace/extensi...
Jump to post- Fri Jun 19, 2020 5:14 pm
- Replies 28
- Views 11683
Re: Payment Gateway extension needed
All the clients who has an account to Bank of Cyprus they have to contact with JCC - https://www.jccsmart.com/ A developer manual (pdf format) is provited by JCC here! This is the extension url for JCC payments for opencart: https://www.opencart.com/index.php?route=marketplace/extension/info&extensi...
Jump to post- Fri Jun 19, 2020 5:04 pm
- Replies 4
- Views 500
How support.opencart.com works
I am a developer
How can i answer an open ticket and close it, If a user ask a question to "get support"?
- Fri Jun 19, 2020 3:43 pm
- Replies 6
- Views 1795
Re: Resetting invoice/order numbers?
i would 'TRUNCATE' 4-5 db tables from phpmyadmin
Jump to post- Mon Mar 26, 2018 7:49 pm
- Replies 4
- Views 725
Re: How to load a library from another library?
$this->registry->set('Customcartfunctions', new Customcartfunctions($this->registry));
$this->Customcartfunctions->foo();
i have not tested if it works, but i believe so
reply if it works
- Mon Mar 26, 2018 6:18 pm
- Replies 2
- Views 522
Re: How to show all statuses to category pages without "out of stock"?
a better way is to change the metod public function getProducts($data = array()) from catalog/model/catalog/product.php so as not to get out of stock products in result set replace line 202 foreach ($query->rows as $result) { $product_data[$result['product_id']] = $this->getProduct($result['product_...
Jump to post- Fri Mar 23, 2018 4:56 pm
- Replies 11
- Views 1482