Help with Daily Fake Spam Registrations (Installing CSRF Mod)
Hi, Payment: USD$10. Please PM if you are interested. opencart: 2.0.1.1 and 2.0.3.1 theme: journal advanced opencart: standard websites: https://bit.ly/2qPcLRD and https://bit.ly/2vz6ZJe I have been getting a lot of registrations and affiliate spam recently. I have disabled the affiliate so the affi...
Jump to post- Sat Apr 21, 2018 10:59 am
- Replies 3
- Views 1173
Re: [RELEASED] CSRF Protection Form
How much do I need to pay you to get the mod to work on both my sites? Jump to poststraightlight wrote: ↑Tue Apr 17, 2018 5:11 amIs your zlib compression level set to 8 from php.ini?
- Thu Apr 19, 2018 12:40 pm
- Replies 376
- Views 8423553
Re: [RELEASED] CSRF Protection Form
I have disabled affiliate registrations so no longer receiving affiliate spam. For customer registrations, I have stopped receiving fake registrations on one website (opencart 2.0.1.1). However, I am still receiving a ton of fake registrations on another site (opencart 2.0.3.1). Any idea why the mod...
Jump to post- Mon Apr 16, 2018 1:38 pm
- Replies 376
- Views 8423553
Re: [RELEASED] CSRF Protection Form
Is this mod really working? I installed on both my sites. Sill receiving registration spam (lots of it), even affiliate spam. OC Version: 2.0.1.1 and 2.0.3.1 URLs: https://bit.ly/2pxDAtx https://bit.ly/2pxgpP6 As questioned on the above to other users, are you using any social logins extensions or ...
Jump to post- Sat Mar 31, 2018 10:56 am
- Replies 376
- Views 8423553
Re: [RELEASED] CSRF Protection Form
Is this mod really working? I installed on both my sites. Sill receiving registration spam (lots of it), even affiliate spam.
OC Version: 2.0.1.1 and 2.0.3.1
URLs:
https://bit.ly/2pxDAtx
https://bit.ly/2pxgpP6
- Fri Mar 23, 2018 10:44 am
- Replies 376
- Views 8423553
Re: Move category description block in the bottom OC 2.X
I don't want to modify the file manually. Can you create this as a vqmod please? You can edit file: catalog/view/theme/your_theme/template/product/category.tpl found and cut: <h2><?php echo $heading_title; ?></h2> <?php if ($thumb || $description) { ?> <div class="row"> <?php if ($thumb) {...
Jump to post- Wed Mar 02, 2016 5:07 pm
- Replies 4
- Views 895
Re: Site Goes Into Maintenance Mode When I Refresh Modificat
Thank you! It works... Jump to postthbr02 wrote:Here is a good reminder:
http://www.opencart.com/index.php?route ... =41&page=8
- Installation, Upgrade, & Config Support
- SOLVED Site Goes Into Maintenance When Refresh Modifications
- Mon Jun 29, 2015 10:01 am
- Replies 4
- Views 1640
Re: Site Goes Into Maintenance Mode When I Refresh Modificat
chulcha wrote:https://github.com/opencart/opencart/issues/2931
---
Since this is a problem with opencart 2.0.3.1, will there be a patch for this? Jump to post
- Installation, Upgrade, & Config Support
- SOLVED Site Goes Into Maintenance When Refresh Modifications
- Sat Jun 27, 2015 10:16 am
- Replies 4
- Views 1640
SOLVED Site Goes Into Maintenance When Refresh Modifications
Hi Guys,
Recently upgraded to 2.0.3.1.
There is a problem.
My site automatically goes into "maintenance mode" whenever I refresh the "modifications" page.
Extensions > Modifications > Refresh
Anyone else having this problem and how to fix this?
- Installation, Upgrade, & Config Support
- SOLVED Site Goes Into Maintenance When Refresh Modifications
- Fri Jun 26, 2015 9:41 pm
- Replies 4
- Views 1640
[SOLVED] Re: How to Reset Order ID for Opencart 2.0.1.1?
Order IDs are incremented automatically. They cannot be changed for existing orders. But you can change the auto_increment value to something larger. So that next orders will be given Order IDs starting from that value. Also you can change the invoice numbers. Thanks for the reply. The auto_increme...
Jump to post- Mon Jun 08, 2015 6:02 pm
- Replies 2
- Views 1843
How to Reset Order ID for Opencart 2.0.1.1?
Hi, I recently purchased a mod to generate a random order id. Unfortunately it did not behave as intended. For example, three consecutive orders (order 771, 772 and 773) should have order id like 771989, 772013, and 773989 but it didn't turn out that way. All the digits are random. I have since disa...
Jump to post- Fri Jun 05, 2015 12:33 pm
- Replies 2
- Views 1843
Re: Hide Default Prices & Display Only Special Prices
there is a lot more such locations but here is example of what you should do: ====================================================== IN catalog/theme/default/template/product/product.tpl FIND: ====================================================== <?php } else { ?> <li><span style="text-decora...
Jump to post- Fri Jun 05, 2015 12:23 pm
- Replies 4
- Views 1546
Hide Default Prices & Display Only Special Prices
Hi,
How do I hide the default prices (the one with the strikethrough) from frontend and display only the special/discounted prices?
I know I can change the color to white but the specials is aligned to the right and does not look good.
Hope someone can help me.
Thank you.
- Wed Jun 03, 2015 11:09 am
- Replies 4
- Views 1546
Remove Decimals When Price Is Round For Opencart 2.0
Hi,
I want this to work for opencart 2.0: http://forum.opencart.com/viewtopic.php?f=20&t=42133
How to automatically display price without the decimals when the number is round?
- Fri May 29, 2015 3:22 pm
- Replies 0
- Views 352
Re: Set Newsletter to Yes By Default Using VQMOD
What version of OC are you using? Any errors in your vQmod error log? Are you sure vQmod itself is installed and working? I tested your code with the edit to it I mentioned on version 2.0.1.1 and it is working fine for me. My opencart has been recently upgraded from 1.5.4 to 2.0.1.1. I am using vqm...
Jump to post- Fri Jan 30, 2015 1:21 pm
- Replies 9
- Views 1797
Re: Set Newsletter to Yes By Default Using VQMOD
dabomb59404 wrote:Change this:
<operation="default newsletter">
To this:
<operation>
I have tried it. It is not working. Has anyone tried something that does work? I am at a loss here

- Tue Jan 27, 2015 9:14 am
- Replies 9
- Views 1797
Set Newsletter to Yes By Default Using VQMOD
How do I set the newsletter to yes by default on registration forum using vqmod? I have followed the suggestions found at: http://forum.opencart.com/viewtopic.php?f=110&t=19966&start=20 But I do not see any changes on fronted. What am I doing wrong? <?xml version="1.0" encoding=&qu...
Jump to post- Mon Jan 26, 2015 6:59 pm
- Replies 9
- Views 1797
Why Can't I Edit Bank Transfer Instructions Opencart 2.0.1.1
I have just upgraded my opencart from 1.5.4.1 to 2.0.1.1. My problem is I am not able to edit the bank transfer instructions for opencart 2.0.1.1: https://www.dropbox.com/s/el3ys1q0zpazy73/opencart-bank-transfer.jpg?dl=0 Every time I make a change and click save, but when I check back it reverts to ...
Jump to post- Fri Jan 23, 2015 2:40 pm
- Replies 1
- Views 767
Looking for Mod: Replace Order ID with Invoice No
Hello, I am looking for the following mod for opencart version 2.0.1.1. Does anyone know of such a mod? Replace the Order ID with Invoice No (for customer's invoice, and during checkout). It needs to have the ability to add prefixes and suffixes like year, random number etc, the order ID is in the s...
Jump to post- Tue Jan 06, 2015 4:21 pm
- Replies 0
- Views 627
2000+ items but on "Google search" it states only 80+ items
On Google, sometimes when a person searches for a particular keyword, the number of items listed on that category gets displayed. You may also check the number of items by copying the link of your category into google search box. Example: https://www.google.com/#q=http:%2F%2Fwww.zappos.com%2Fwomen-d...
Jump to post- Sun Mar 16, 2014 12:55 pm
- Replies 0
- Views 378