Re: Payment Gateway Integration 1.5.6.4
Solved, thank you all.
Jump to post- Wed Mar 31, 2021 3:37 pm
- Replies 6
- Views 755
Re: Payment Gateway Integration 1.5.6.4
Thanks for notice!
Jump to post- Fri Mar 26, 2021 7:46 pm
- Replies 6
- Views 755
Payment Gateway Integration 1.5.6.4
Hello I need Flutterwave payment integration for OC 1.5.6.4 There is version for OC 2.3x (https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=33728 and https://github.com/Flutterwave/rave-opencart-2.3.x) but I need it to version 1.5.6.4 Please send me your quote and ...
Jump to post- Fri Mar 26, 2021 7:33 pm
- Replies 6
- Views 755
Re: vQmod modification
Thank you all, I hired someone.
Jump to post- Sat Oct 24, 2020 1:24 pm
- Replies 5
- Views 597
vQmod modification
[SOLVED] I need modification of 1 file (vqmod_product_bundle.xml) - it is 33 KB file - because the author does not respond. This vQmod creates a project bundle from 1 or more products. It works OK except: - bundle product quantity is deducted from stock and it is wrong - because Bundle product shoul...
Jump to post- Fri Oct 23, 2020 3:27 pm
- Replies 5
- Views 597
Re: isLogged() inside mail.php
OK thank you so much, will try that!
Jump to post- Fri Oct 02, 2020 1:25 pm
- Replies 8
- Views 1261
Re: isLogged() inside mail.php
Hello Spam emails contain this in the email header: X-PHP-Originating-Script: 0:mail.php Question is - how to prevent sending spam emails using mail.php? Obviously, spammers found a way to send emails using mail.php. Actually, here is one spam email: Received: from mail ([127.0.0.1]) by mydomain.com...
Jump to post- Fri Oct 02, 2020 1:53 am
- Replies 8
- Views 1261
Re: isLogged() inside mail.php
Hello
do you have some example of how to edit mail.php to know from where is mail.php used?
Thank you in advance.
- Thu Oct 01, 2020 8:50 pm
- Replies 8
- Views 1261
Re: isLogged() inside mail.php
I don't know.
I just see this in the email header:
X-PHP-Originating-Script: 0:mail.php
To me, it looks like spammers use "mail.php" to send email and I want to try to disable using of "mail.php" for unregistered customers.
Any idea how to do that?
Thank you.
- Thu Oct 01, 2020 2:14 pm
- Replies 8
- Views 1261
isLogged() inside mail.php
Hello I'm using OC 1.5.6.4 and try to disable usage of mail.php if user is not logged, because I'm receiving lot of spam where in email header I see that mail.php is used to send emails. If I use "isLogged" inside mail.php, I think mail will be not sent (if user is not logged). It can be a...
Jump to post- Wed Sep 30, 2020 4:51 pm
- Replies 8
- Views 1261
Re: VAT displayed per item (invoice)
Thanks, answered.
Jump to post- Fri Feb 23, 2018 9:01 pm
- Replies 4
- Views 1171
VAT displayed per item (invoice)
we need VAT displayed per item, like in this example: https://i.imgur.com/5orKsw9.png VAT is not counted together but displayed per item and displayed are also 3 totals (without VAT, VAT and Total). Some example code is posted here: https://forum.opencart.com/viewtopic.php?f=20&t=132898 and we n...
Jump to post- Fri Feb 23, 2018 8:44 pm
- Replies 4
- Views 1171
Re: Multistore on Linux for OC 1.5.6.4
I wanted to thanks to Deep Rajendra Vyas (deepvyas71@gmail.com) - he did amazing job and solved this using .htaccess, vQmod and few other changes (because I'm using custom theme).
Jump to post- Thu Dec 21, 2017 7:50 pm
- Replies 2
- Views 663
Re: [How To] Multi-Store on Localhost
Although, you are posting in a topic about localhost. Obviously, .htaccess cannot operate on localhost local address. You have right, sorry about that, but my store is on web using Linux and Apache and .htaccess works, only thing I do not know is how to use Alias on same way as it is used on vhost....
Jump to post- Mon Dec 18, 2017 2:18 am
- Replies 117
- Views 199563
Re: [How To] Multi-Store on Localhost
RewriteRule ^ shop1 $ / shop [L] and it just forward shop1 to shop . Where is the problem? if using "conf" file to write alias, then http://example.com/shop1 is displayed in url (and all links use shop1) but everything is read from original shop location, http://example.com/shop. There is...
Jump to post- Mon Dec 18, 2017 1:50 am
- Replies 117
- Views 199563
Re: [How To] Multi-Store on Localhost
See this example for aliases: https://stackoverflow.com/questions/13896648/htaccess-redirect-virtual-alias-to-url Yes I saw that but it does not work. I try this RewriteEngine On RewriteBase / RewriteRule ^shop1$ /shop [L] and it just forward shop1 to shop but if you use "conf" file like ...
Jump to post- Mon Dec 18, 2017 1:41 am
- Replies 117
- Views 199563
Re: Multistore on Linux for OC 1.5.6.4
Hello All I used Windows VPS hosting (with IIS 7.5) and creating of multistore was very simple: 1. creating shop in OC admin panel, for example testshop 2. executing this from command prompt: appcmd.exe add vdir /app.name:"mysite.com/" /path:/testshop /physicalPath:C:\inetpub\vhosts\mysit...
Jump to post- Sun Dec 17, 2017 11:27 pm
- Replies 2
- Views 663
Re: [How To] Multi-Store on Localhost
Objective Create 2 "sub" stores of your main store, called "store_1" and "store_2". Assumptions XAMPP for Windows XAMPP installation directory: C:\xampp OpenCart Store directory: C:\xampp\htdocs\store Main Store URL: http://localhost/store Edit Apache Configuration Fil...
Jump to post- Sun Dec 17, 2017 11:24 pm
- Replies 117
- Views 199563
Multistore on Linux for OC 1.5.6.4
Hello All I used Windows VPS hosting (with IIS 7.5) and creating of multistore was very simple: 1. creating shop in OC admin panel, for example testshop 2. executing this from command prompt: appcmd.exe add vdir /app.name:"mysite.com/" /path:/testshop /physicalPath:C:\inetpub\vhosts\mysite...
Jump to post- Sun Dec 17, 2017 5:57 am
- Replies 2
- Views 663
Re: Multistore - Virtualdir or .htaccess
Thank you but it is not helped. If there is no store1 directory, link does not work, even if I created new store http://mysite.com/store1 Jump to poststraightlight wrote: ↑Sun Dec 17, 2017 5:24 amThis post might be useful for subdomains: viewtopic.php?f=181&t=200167&p=705674#p705678
- Sun Dec 17, 2017 5:48 am
- Replies 4
- Views 693