Admin Newsletter Mail - 404 Not found
When i try to send mail to my newsletter contacts, i get error that the url i try to open doesnt exist.
Here is the error:
Code: Select all
POST http://example.com/admin/index.php?route=marketing/contact/send&token=9CsDTDzsglP3y2NdphAhhkYOQLbzE5bD 404 (Not Found)
Please help me out. Jump to post
- Tue Dec 27, 2016 11:12 pm
- Replies 2
- Views 813
Re:  in Header
Check you language files encoding for the srb language. This is the problem. Check when replacing the srb file with eng and if the problem disappears you have to fix the file.  is the Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF) Use Notepad++ for editing to avoid encoding probl...
Jump to post- Sat Apr 02, 2016 4:04 am
- Replies 4
- Views 3471
 in Header
Hello guys. Few days ago i have encountered a problem with a site im making for my client. So, i have made multistore site with two different layouts of a theme (did a controller comparison/modifications) and most of the site is working well except for the "Category" page. Whenever i open ...
Jump to post- Fri Apr 01, 2016 5:18 pm
- Replies 4
- Views 3471
Re: category on the menu different color
Which one would you like to have different and which color?
Only font color or whole background?
- Thu Mar 31, 2016 7:24 am
- Replies 2
- Views 438
Re: VQMOD to Change Everything!
Where do you find this string? You can simple download language file, and do a serach and replace to all files with notepad++ and reupload them again on your server.
Jump to post- Thu Mar 31, 2016 7:23 am
- Replies 3
- Views 471
Re: restricted categories page
My friend, you need to use
Code: Select all
$this->response->redirect()
Cheers. Jump to post
- Tue Mar 29, 2016 3:24 am
- Replies 3
- Views 569
Re: restricted categories page
You can use this function to check if user is logged in: $this->customer->isLogged() Since you want specific category, than you can do something like this : edit /catalog/controller/product/category.php, just above $product_total = $this->model_catalog_product->getTotalProducts($filter_data); Add: i...
Jump to post- Tue Mar 29, 2016 12:19 am
- Replies 3
- Views 569
Re: how can i search in all images uploaded in the whole sit
You can do this from your hosting (cPanel) easily with file managers search function.
Jump to post- Fri Mar 25, 2016 5:00 am
- Replies 4
- Views 678
Re: Admin - product edit - stay on page after "Save"
You need to edit core opencart files, are you sure you want to do that?
Jump to post- Fri Mar 25, 2016 4:59 am
- Replies 5
- Views 1397
Re: Redirect non-www to www
Have you tried pasting your custom code below?
Code: Select all
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
- Fri Mar 25, 2016 3:34 am
- Replies 3
- Views 1099
Re: manual update phpmyadmin oc_product_discount
teclive wrote:Thank you soooo much. You are a peach my friend, that extension saved me so much time. I LOVE IT!!!!
Anytime Enjoy! Jump to post
- Wed Mar 23, 2016 5:09 pm
- Replies 3
- Views 655
Re: Frontend Admin Panel Module [VQmod] - FREE
How do you like my module? Any experiences, feedbacks?
Jump to post- Wed Mar 23, 2016 4:46 am
- Replies 3
- Views 1044
Re: manual update phpmyadmin oc_product_discount
Why dont you use the Export/Import tool? Its free and very usefull.
Code: Select all
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=17
- Wed Mar 23, 2016 3:22 am
- Replies 3
- Views 655
Re: SQL table location for category seo keyword
You can find them in the oc_url_alias table.
Jump to post- Wed Mar 23, 2016 3:21 am
- Replies 2
- Views 725
Re: Malware inside Opencart files
Ignore the error, you need the files in the "upload" folder only in order for OC v2.2.0.0 to work on server.
Jump to post- Wed Mar 23, 2016 3:13 am
- Replies 3
- Views 1077
Re: Browser Compatibility?
You can read something about it here:
Code: Select all
https://github.com/opencart/opencart/issues/2108
- Wed Mar 23, 2016 3:10 am
- Replies 1
- Views 448
Re: NEWBIE - HELP - Which Opencart, Opentshirts & Vqmod PLEA
Just wanted to say a huge THANKYOU to Abxweb! Each and every one of the links you kindly provided worked... and I can happily state that I have now loaded Opencart, VQmod and Opent-shirts and they are all compatible and work together!! What an enormous help, not to mention a generous soul Thank you...
Jump to post- Wed Mar 23, 2016 3:05 am
- Replies 4
- Views 892
Re: change the way product option looks (like +$5)
You need to have VQMod installed, and then make a new .xml file in the vqmod/xml folder and paste the contend i wrote for you.
Jump to post- Mon Mar 21, 2016 7:12 am
- Replies 6
- Views 478
Re: change the way product option looks (like +$5)
<modification> <id>Adding Price</id> <version>1.0</version> <vqmver>2.5.1</vqmver> <author>ABxWeb</author> <file path="catalog/view/theme/*/template/product/" name="product.tpl"> <operation info="Adding the Price text"> <search position="replace"><![CDATA[ (<...
Jump to post- Mon Mar 21, 2016 5:36 am
- Replies 6
- Views 478
Re: change the way product option looks (like +$5)
Go to: /catalog/view/theme/default/template/product/product.tpl Replace that file with the one in the attachment. If you want a VQMod tell me, i will write for u. Note: This works only with default theme, havent tested it on any custom theme. Also, make backup of the original product.tpl file before...
Jump to post- Mon Mar 21, 2016 3:42 am
- Replies 6
- Views 478