Page 1 of 1
Search found 20 matches
Custom Registration Form field VAT number Validation
Hi, In the registration prosess in OC2.x there is a selection you select your organisasjon private or Company I have created a custom field in registration when customers select business and the vat field appears Q: is it possible to validate the vat number entered and compare to the vat registratio...
Jump to post- Sun Jan 20, 2019 2:39 am
- Replies 1
- Views 566
Re: OC2.3.0 on PHP7.2
Thanks IP_CAM for your reply ,but still the same issue , using OC 2.1.0.2 Tried those encryption files , placed in the ZIP File (avoided the one, also requiring the bcrypt.php) , but the same problem remains , php complaining about the mcrypt extension After replaced encryption.php file ,the The web...
Jump to post- Sat Dec 01, 2018 6:46 pm
- Replies 5
- Views 2679
Re: OC2.3.0 on PHP7.2
Same problem with OC 2.1.0.2 PHP7.2
php error mCrypt extension needs to be loaded
Anyone know a workaround on this issue
- Sat Dec 01, 2018 4:16 am
- Replies 5
- Views 2679
Re: not sending notification to customer OC3x
Remember that the notification from admin/sales/return / Product Return List
updating of history ,check mark (checked) notification sendt to customer is not solved yet, still no mail sendt to customer
Hope someone can look into this issue and fix
- Mon Oct 30, 2017 10:48 pm
- Replies 4
- Views 931
not sending notification to customer OC3x
In admin /sales/returns When new customer register and purchase ,the customer get mail about / the reg and the purchase ,so that is normal but In admin /sales/returns: Edit Product Return / Product Return List / edit add history and check mark update customer , the customer do not receive mail so th...
Jump to post- Mon Oct 30, 2017 3:29 am
- Replies 4
- Views 931
Re: incorrect mail message in admin marketing mail OC3x
did the corrections as straightlight described , now everything is working fine
straightlight you are the expert :-)
Message is now correct (copy screen shot from admin)
Your message has been successfully sent to 0 of 1 recipients!
Thanks
Raptorheli
- Mon Oct 30, 2017 2:46 am
- Replies 8
- Views 4555
incorrect mail message in admin marketing mail OC3x
incorrect mail message in admin marketing mail
Got this message when sending mail to customers from admin area admin/marketing/mail
Your message has been successfully sent to 0 of 0 recipients! should be 1 of 1 recipients when 1 customer is added to the list
Is this a bug in OC3?
Raptorheli
- Sun Oct 29, 2017 11:39 pm
- Replies 8
- Views 4555
Re: Only access to return page if logged in OC3x
Hi,
To be able to return a product you have already purchased something from the webshop and your order are already registered
therefor it make sense to be logged to access you order and fill out the return form based on the purchased order.
PS: I fly 30 and 90 size ...gas driven
- Sat Oct 28, 2017 7:25 pm
- Replies 13
- Views 3967
Re: Only access to return page if logged in OC3x
Hi, I just put the following code in file: controller/account/return.php and that seem to do the job :-) At line 223 the php code starts with: public function add() { added this code : $this->session->data['redirect'] = $this->url->link('account/return', '', 'SSL'); $this->response->redirect($this->...
Jump to post- Sat Oct 28, 2017 4:20 pm
- Replies 13
- Views 3967
Re: Only access to return page if logged in OC3x
Hi, I have just comment out the line , but it seems to have no effect so it have to be something else file location: catalog/controller/account/return.php class ControllerAccountReturn extends Controller { private $error = array(); public function index() { if (!$this->customer->isLogged() ) { //$th...
Jump to post- Sat Oct 28, 2017 3:34 pm
- Replies 13
- Views 3967
Only access to return page if logged in OC3x
Hi, I have just tested and the return link in the footer is redirect to account/return/add to fill inn product info for return of products I assume this code will check if customer is logged , and redirect til login page if not logged in. If you click on the link in the footer , you are redirected t...
Jump to post- Sat Oct 28, 2017 8:11 am
- Replies 13
- Views 3967
Re: Incorrect Cart heading Use Gift Certificate
I have added the line , but nothing have changed, please look at the page https://www.uniformsbutikken.net/
Raptorheli
- Fri Oct 27, 2017 7:36 pm
- Replies 21
- Views 11157
Re: Incorrect Cart heading Use Gift Certificate
HI, I can´t manage solve this problem that the heading of the Shopping cart change to Gift certificate when you add some product to the cart. This have something to do with the extension/total and the three files : coupon, Voucher, shipping, heading variable Is there Anyone who know something to do ...
Jump to post- Thu Oct 26, 2017 5:19 am
- Replies 21
- Views 11157
Re: move the filter panel in admin product page OC3.0.2.0
Hi,
Is it possible to copy the col classes from a oc 2x installation and use in a oc 3x installation?
- Wed Oct 25, 2017 3:40 am
- Replies 3
- Views 1019
move the filter panel in admin product page OC3.0.2.0
Hi, I would like to move the filter panel in admin product page to the top of the page In OC 2x it is in the top of the page and this is more convenient and you will have a lot more space when you later add more column to the form Q: I s this an easy task to move the panel? Some advice will be appre...
Jump to post- Tue Oct 24, 2017 5:31 am
- Replies 3
- Views 1019
Incorrect Cart heading Use Gift Certificate
After a clean installation of OC 3020 the header of the cart page have changed to Use Gift Certificate instead of the Shopping cart This occurs after you add something to the cart After some investigations in OC files this is related to the total.php files in: .... /catalog/language/english/extensio...
Jump to post- Thu Oct 19, 2017 8:49 pm
- Replies 21
- Views 11157
Re: Display customer's name in the header
Done this as described , but it is not working in OC 2.1.0.2 What is wrong here, pls advice EDIT: catalog/controller/common/header.php 2. FIND: CODE: SELECT ALL public function index () { 3. AFTER, ADD: CODE: SELECT ALL if ($this->customer->isLogged()) { $data['welcome_message'] = sprintf("Welc...
Jump to post- Tue Jun 07, 2016 2:06 am
- Replies 18
- Views 26669
sales and tax reports in OC 2.1.0.2
In tax and sales report there is no Sum on each column To make the reports more useful there should been an sum column in the bottom of the sheet ex: sum colon for orders , products ,tax, total This should been implemented in the core of OC 2.x How to implement this? What file to edit? Any help ple...
Jump to post- Thu Jun 02, 2016 6:31 am
- Replies 0
- Views 246
Re: Multiple Emails received after Gift Voucher purchased
Same problem here too OC 2.1.0.2
Jump to post- Mon Feb 08, 2016 3:29 am
- Replies 3
- Views 513
Re: Multiple Emails received after Gift Voucher purchased
I have Same problem with OC 2.1.0.1 , sure this must be a "BUG"
Jump to post- Sun Feb 07, 2016 5:51 pm
- Replies 3
- Views 513
Search found 20 matches