Search found 19701 matches

Search found 19701 matches

Re: OpenCart is Really Good- With some caveats

Welcome to OpenCart golfer... Let me first start out by saying I too saw what you saw.. A lot of promise, but still had some places to grow. Being intermediately familiar with web development, I saw this as a good thing. A cart that I could hopefully be a part of its growing process. But it can be o...

Jump to post
  • Sun Aug 10, 2008 12:37 am
  • Replies 4
  • Views 3312
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Ali

Add define('DIR_CATALOG_CONTROLLER', 'D:\\EasyWAMP\\www\\opencart\\catalog\\controller\\'); to your admin/config.php. LOL yea, but remember contribs are supposed to keep to themselves. Not start modifying every file on your disk. He needs to figure out how to do it from within the generate_url_alia...

Jump to post
  • Sat Aug 09, 2008 11:27 pm
  • Replies 55
  • Views 27770
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Ali

Just a little suggestion. Instead of $dir_cat_cont = "D:\\EasyWAMP\\www\\opencart\\catalog\\controller\"; maybe use DIR_CONTROLLER since it's in the config files anyway Right, well I said i was lazy.. the reality tho is that I tried that first, but since generate_url_alias.php file is in ...

Jump to post
  • Sat Aug 09, 2008 11:15 pm
  • Replies 55
  • Views 27770
Re: Sub-Category Listing: 100% Complete - Released

eek java-servlet! (::shudders::  :-X)

I think I've see the Yahoo javascript/dhtml version of it used on zen-cart:
http://developer.yahoo.com/yui/examples ... klist.html

A good contrib for you to make  ;D

Jump to post
  • Sat Aug 09, 2008 11:13 pm
  • Replies 38
  • Views 42120
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Aliases

^^ Hmm. Not sure I understand. I'm just talking about getting their file name matchup like Instead of hardcoding this: //insert static information         $this->_insert_url_alias('controller=home', 'index.html');  //NOT YET LOCALIZED         $this->_insert_url_alias('controller=contact', 'contact-u...

Jump to post
  • Sat Aug 09, 2008 10:55 pm
  • Replies 55
  • Views 27770
Re: An Idea: Additional Admin Menu for Additional extensions!

I went a little deeper with the menu files and realized something pretty obvious... there is absolutely no reason for this menu to be javascript based. This menu could be done 50x easier and more manageable using simple css. There are a billion examples out there . Plus if you have javascript disabl...

Jump to post
  • Sat Aug 09, 2008 11:02 am
  • Replies 41
  • Views 16153
Re: Install or Setup Paypal

::) I'll be a bit more helpful, as that is a pretty major bug that plagued me as well. I even know what the problem and solution is and I couldn't find it searching these forums. It's only on the bugtracker afaik. Anyway, take a look here: http://code.google.com/p/open-cart/issues/detail?id=35 Welco...

Jump to post
  • Sat Aug 09, 2008 10:48 am
  • Replies 2
  • Views 2252
Re: Best Seller Module

awesome! I didn't even realize OC didn't have a best seller mod... now i'm extremely excited it does!

Jump to post
  • Sat Aug 09, 2008 6:50 am
  • Replies 5
  • Views 4068
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Aliases

Doh! ;D I got it.. This will fix both of our contribs: It was easier than I thought. I forgot there was a "Path" field in category. You are using path=category_id but the better choice would be path=path, as it keeps the hierarchy of the categories. No need to find what level deep it is, a...

Jump to post
  • Sat Aug 09, 2008 5:09 am
  • Replies 55
  • Views 27770
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Aliases

Actually there does seem to be a slight limitation now that I see it.. You assume subcategories to only go 2 deep. But categories can go many many deep So its not just {0}_{1} Looks like you need to left join the category table with category_description and get the parent_id. If 0 then you can do th...

Jump to post
  • Sat Aug 09, 2008 4:45 am
  • Replies 55
  • Views 27770
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Aliases

Another question too... I am looking at the generate_url_alias controller code, and it seems you are doing all the controllers with hardcoding. Couldn't you just loop through all files in the controller directory and use the filename to generate their alias name something like // Get array of contro...

Jump to post
  • Sat Aug 09, 2008 4:16 am
  • Replies 55
  • Views 27770
Re: [HOT] OpenCart 0.7.8 FULL URL ALIAS SUPPORT with Automatic Generation of Aliases

Working really great, however it seems to create multiple aliases for the same products: controller=category&path=0_1  electronics.html  Update  Delete controller=category&path=1 electronics.html Update Delete controller=category&path=1_2 consumer-gadgets.html Update Delete controller=ca...

Jump to post
  • Sat Aug 09, 2008 3:42 am
  • Replies 55
  • Views 27770
Re: An Idea: Additional Admin Menu for Additional extensions!

Ok. Here is my sample sql file

I changed it slightly to avoid using nested sub menus.

- Pulled Localisation into its own parent menu
- Pulled the configuration and user stuff into the root Admin menu.

Take a look and see if it makes sense or if you think there is another way to do it.

Jump to post
  • Sat Aug 09, 2008 2:42 am
  • Replies 41
  • Views 16153
Re: An Idea: Additional Admin Menu for Additional extensions!

the zip package idea would be ideal, but for starters there could just be a simple "sql file upload" controller that lets you browse to the .sql file and hit go and it executes the query. Similar to the backup/restore controller. I'm going to work on finishing up my search_history_log cont...

Jump to post
  • Sat Aug 09, 2008 1:36 am
  • Replies 41
  • Views 16153
Re: An Idea: Additional Admin Menu for Additional extensions!

Thinking more about it, the main levels should be in their own table and crossreferenced at their main id. Then you could have dynamic main levels as well, could also do language based stuff in there.

http://www.unbannable.com/menudb_mainmenu.jpg[/img]

Jump to post
  • Sat Aug 09, 2008 12:28 am
  • Replies 41
  • Views 16153
Re: An Idea: Additional Admin Menu for Additional extensions!

I agree. This needs to be done asap. Let me run some ideas by you all, let me know if you see anything wrong with the design that I may have overlooked: 1. Take the default admin menu and shove that into a db table. All the values that are in that menu.php file would be queried from the db, but dyna...

Jump to post
  • Sat Aug 09, 2008 12:23 am
  • Replies 41
  • Views 16153
Re: Sub-Category Listing: 100% Complete - Released

Luvz2drv wrote: it does not respect sort order  either from my testing.
Ah that's right. I am sorting by "cpath" instead of "sort_order". I meant to change that back but it was giving me some grief.

I will look at that.
Thx for the heads up

Jump to post
  • Fri Aug 08, 2008 11:10 pm
  • Replies 38
  • Views 42120
Re: individual tags for each product</a></h5> <p>LOL I was gonna say, I have diff titles on all my products already  <img class="smilies" src="./images/smilies/grin.gif" width="15" height="15" alt=";D" title="Grin"></p> <a href="./viewtopic.php?p=7466&sid=ffa75ef8dd8608665748db52e01fb2d9#p7466" class="btn btn-primary btn-sm"> <i class="fa fa-chain fa-fw" aria-hidden="true"></i> Jump to post </a> <hr/> <ul class="list-inline"> <li><a href="./viewforum.php?f=5&sid=ffa75ef8dd8608665748db52e01fb2d9" title="Forum"><i class="fa fa-comment fa-fw"></i> Template Support</a></li> <li><a href="./viewtopic.php?t=1441&sid=ffa75ef8dd8608665748db52e01fb2d9" title="Topic"><i class="fa fa-file fa-fw"></i> individual <title> tags for each product</a></li> </ul> <ul class="list-inline"> <li><i class="fa fa-clock-o fa-fw"></i> Fri Aug 08, 2008 9:30 pm</li> <li><i class="fa fa-comments fa-fw" title="Replies"></i><span class="sr-only">Replies</span> 5</li> <li><i class="fa fa-eye fa-fw" title="Views"></i><span class="sr-only">Views</span> 3144</li> </ul> </div> </div> </div> <div class="panel-body"> <div class="row"> <div class="col-sm-2"> <p class="text-center"> <a href="./memberlist.php?mode=viewprofile&u=1720&sid=ffa75ef8dd8608665748db52e01fb2d9" style="color: #AA0000;" class="username-coloured">Qphoria</a> </p> </div> <div class="col-sm-10"> <h5><a href="./viewtopic.php?p=7464&sid=ffa75ef8dd8608665748db52e01fb2d9#p7464">Re: Sub-Category Listing: 100% Complete - Released</a></h5> <p>You mean to toggle open and close? Like: Cat 1 Cat 2 Cat 3 *Click Cat 1* Cat 1 - Cat1sub1 - Cat1sub2 Cat2 Cat3 *Click Cat 1 again* Cat 1 Cat 2 Cat 3 Like that? I think that works for something like the sidebar in Windows XP when you want to show details like this WinXP Navigational menu(left side) ....</p> <a href="./viewtopic.php?p=7464&sid=ffa75ef8dd8608665748db52e01fb2d9#p7464" class="btn btn-primary btn-sm"> <i class="fa fa-chain fa-fw" aria-hidden="true"></i> Jump to post </a> <hr/> <ul class="list-inline"> <li><a href="./viewforum.php?f=12&sid=ffa75ef8dd8608665748db52e01fb2d9" title="Forum"><i class="fa fa-comment fa-fw"></i> Contributions</a></li> <li><a href="./viewtopic.php?t=1669&sid=ffa75ef8dd8608665748db52e01fb2d9" title="Topic"><i class="fa fa-file fa-fw"></i> [RELEASED] - Cascading Subcategory Listing</a></li> </ul> <ul class="list-inline"> <li><i class="fa fa-clock-o fa-fw"></i> Fri Aug 08, 2008 9:10 pm</li> <li><i class="fa fa-comments fa-fw" title="Replies"></i><span class="sr-only">Replies</span> 38</li> <li><i class="fa fa-eye fa-fw" title="Views"></i><span class="sr-only">Views</span> 42120</li> </ul> </div> </div> </div> </div> <form method="post" action="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720"> <div id="display-option" title="Display and sorting options"> <fieldset> <div class="row"> <div class="col-sm-3"> <label>Display</label> <div><select name="st" id="st"><option value="0" selected="selected">All results</option><option value="1">1 day</option><option value="7">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select></div> </div> <div class="col-sm-3"> <label>Sort by</label> <div><select name="sk" id="sk"><option value="a">Author</option><option value="t" selected="selected">Post time</option><option value="f">Forum</option><option value="i">Topic title</option><option value="s">Post subject</option></select></div> </div> <div class="col-sm-3"> <label>Direction</label> <div><select name="sd" id="sd"><option value="a">Ascending</option><option value="d" selected="selected">Descending</option></select></div> </div> <div class="col-sm-3 text-right"> <label> </label> <input type="submit" class="btn btn-default btn-block" name="sort" value="Go" /> </div> </div> </fieldset> </div> </form> <hr/> <div class="row"> <div class="col-sm-6"> <ul class="pagination"> <li> <a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19580" rel="prev" role="button"> <i class="fa fa-chevron-left fa-fw" aria-hidden="true"></i> <span class="sr-only">Previous</span> </a> </li> <li><a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720" role="button">1</a></li> <li class="ellipsis" role="separator"> <span>…</span> </li> <li><a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19560" role="button">979</a></li> <li><a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19580" role="button">980</a></li> <li class="active"> <span>981</span> </li> <li><a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19620" role="button">982</a></li> <li><a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19640" role="button">983</a></li> <li class="ellipsis" role="separator"> <span>…</span> </li> <li><a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19700" role="button">986</a></li> <li class="arrow next"> <a href="./search.php?st=0&sk=t&sd=d&sr=posts&sid=ffa75ef8dd8608665748db52e01fb2d9&author_id=1720&start=19620" rel="next" role="button"> <i class="fa fa-chevron-right fa-fw" aria-hidden="true"></i> <span class="sr-only">Next</span> </a> </li> </ul> <div class="hidden"> <a class="btn btn-default dropdown-trigger" href="#" title="Click to jump to page…" role="button"> <i class="fa fa-level-down fa-rotate-270" aria-hidden="true"></i> <span class="sr-only">Page <strong>981</strong> of <strong>986</strong></span> </a> Jump to page: <div class="input-group"> <input type="number" name="page-number" min="1" max="999999" title="Enter the page number you wish to go to" data-per-page="20" data-base-url="./search.php?st=0&amp;sk=t&amp;sd=d&amp;sr=posts&amp;sid=ffa75ef8dd8608665748db52e01fb2d9&amp;author_id=1720" data-start-name="start" class="form-control" /> <span class="input-group-btn"> <input value="Go" type="button" class="btn btn-default" /> </span> </div> </div> </div> <div class="col-sm-6 text-right"> <p class="form-control-static">Search found 19701 matches</p> </div> </div> <div id="jumpbox" class="row"> <div class="col-md-6"> <form class="form-horizontal"> <div class="form-group"> <label title="Jump to" class="col-md-3 control-label "> Jump to </label> <div class="col-md-9"> <select class="form-control" onchange="javascript:location.href = this.value;"> <option value="./viewforum.php?f=176&sid=ffa75ef8dd8608665748db52e01fb2d9"> Forum Rules </option> <option value="./viewforum.php?f=32&sid=ffa75ef8dd8608665748db52e01fb2d9"> General </option> <option value="./viewforum.php?f=2&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » News & Announcements </option> <option value="./viewforum.php?f=133&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Hot Patches </option> <option value="./viewforum.php?f=10&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Discussion </option> <option value="./viewforum.php?f=134&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » FAQ & Tutorials </option> <option value="./viewforum.php?f=170&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Troubleshooting </option> <option value="./viewforum.php?f=135&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Install & Upgrades </option> <option value="./viewforum.php?f=141&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> <span class="spacer"></span> » Install/Upgrade FAQ </option> <option value="./viewforum.php?f=144&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » General </option> <option value="./viewforum.php?f=138&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Configuration </option> <option value="./viewforum.php?f=136&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Payment </option> <option value="./viewforum.php?f=139&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Themes </option> <option value="./viewforum.php?f=140&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Language & Currency </option> <option value="./viewforum.php?f=142&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Shipping </option> <option value="./viewforum.php?f=143&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Order Total </option> <option value="./viewforum.php?f=179&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Security & Server </option> <option value="./viewforum.php?f=209&sid=ffa75ef8dd8608665748db52e01fb2d9"> Opencart 4.0 Support </option> <option value="./viewforum.php?f=210&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Support </option> <option value="./viewforum.php?f=211&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Bug Reports </option> <option value="./viewforum.php?f=212&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installation, Upgrade, & Config Support </option> <option value="./viewforum.php?f=213&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Extensions Support </option> <option value="./viewforum.php?f=214&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Feedback </option> <option value="./viewforum.php?f=197&sid=ffa75ef8dd8608665748db52e01fb2d9"> OpenCart 3.0 Support </option> <option value="./viewforum.php?f=202&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Support </option> <option value="./viewforum.php?f=201&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Bug Reports </option> <option value="./viewforum.php?f=199&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installation, Upgrade, & Config Support </option> <option value="./viewforum.php?f=198&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Extensions Support </option> <option value="./viewforum.php?f=200&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Feedback </option> <option value="./viewforum.php?f=203&sid=ffa75ef8dd8608665748db52e01fb2d9"> OpenCart Cloud Support </option> <option value="./viewforum.php?f=204&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Support </option> <option value="./viewforum.php?f=205&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Bug Reports </option> <option value="./viewforum.php?f=206&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installation, Upgrade, & Config Support </option> <option value="./viewforum.php?f=207&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Feedback </option> <option value="./viewforum.php?f=180&sid=ffa75ef8dd8608665748db52e01fb2d9"> OpenCart 2.0 Support </option> <option value="./viewforum.php?f=190&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Support </option> <option value="./viewforum.php?f=191&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Bug Reports </option> <option value="./viewforum.php?f=181&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installation, Upgrade, & Config Support </option> <option value="./viewforum.php?f=182&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Template Support </option> <option value="./viewforum.php?f=183&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Extensions Support </option> <option value="./viewforum.php?f=184&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Modules </option> <option value="./viewforum.php?f=185&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Payments </option> <option value="./viewforum.php?f=186&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Shipping </option> <option value="./viewforum.php?f=187&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Order Totals </option> <option value="./viewforum.php?f=188&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Feeds </option> <option value="./viewforum.php?f=189&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Languages </option> <option value="./viewforum.php?f=109&sid=ffa75ef8dd8608665748db52e01fb2d9"> OpenCart 1.5+ Support </option> <option value="./viewforum.php?f=20&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Support </option> <option value="./viewforum.php?f=161&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Bug Reports </option> <option value="./viewforum.php?f=19&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installation, Upgrade, & Config Support </option> <option value="./viewforum.php?f=21&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Template Support </option> <option value="./viewforum.php?f=22&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Extension Support </option> <option value="./viewforum.php?f=112&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Modules </option> <option value="./viewforum.php?f=113&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Payments </option> <option value="./viewforum.php?f=114&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Shipping </option> <option value="./viewforum.php?f=115&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Order Totals </option> <option value="./viewforum.php?f=116&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Feeds </option> <option value="./viewforum.php?f=117&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Languages </option> <option value="./viewforum.php?f=108&sid=ffa75ef8dd8608665748db52e01fb2d9"> Development </option> <option value="./viewforum.php?f=177&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Release candidates </option> <option value="./viewforum.php?f=110&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Feature Requests </option> <option value="./viewforum.php?f=24&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Concepts </option> <option value="./viewforum.php?f=128&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Integration </option> <option value="./viewforum.php?f=23&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Free Contributions </option> <option value="./viewforum.php?f=121&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Modifications </option> <option value="./viewforum.php?f=119&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Extensions </option> <option value="./viewforum.php?f=120&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Themes </option> <option value="./viewforum.php?f=122&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Languages </option> <option value="./viewforum.php?f=131&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » vQmods </option> <option value="./viewforum.php?f=123&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Commercial Contributions </option> <option value="./viewforum.php?f=124&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Extensions </option> <option value="./viewforum.php?f=125&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » Themes </option> <option value="./viewforum.php?f=165&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> <span class="spacer"></span> » vQmods </option> <option value="./viewforum.php?f=89&sid=ffa75ef8dd8608665748db52e01fb2d9"> České forum </option> <option value="./viewforum.php?f=37&sid=ffa75ef8dd8608665748db52e01fb2d9"> Deutsches Forum </option> <option value="./viewforum.php?f=98&sid=ffa75ef8dd8608665748db52e01fb2d9"> Foro Español </option> <option value="./viewforum.php?f=48&sid=ffa75ef8dd8608665748db52e01fb2d9"> Forum français </option> <option value="./viewforum.php?f=102&sid=ffa75ef8dd8608665748db52e01fb2d9"> Fórum Português </option> <option value="./viewforum.php?f=80&sid=ffa75ef8dd8608665748db52e01fb2d9"> Ελληνικό φόρουμ </option> <option value="./viewforum.php?f=171&sid=ffa75ef8dd8608665748db52e01fb2d9"> Türkçe Forum </option> <option value="./viewforum.php?f=72&sid=ffa75ef8dd8608665748db52e01fb2d9"> Italian Forum </option> <option value="./viewforum.php?f=129&sid=ffa75ef8dd8608665748db52e01fb2d9"> Svenskt forum </option> <option value="./viewforum.php?f=99&sid=ffa75ef8dd8608665748db52e01fb2d9"> Nederlands Forum </option> <option value="./viewforum.php?f=105&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installatie & Configuratie </option> <option value="./viewforum.php?f=106&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Extensies & Modificaties </option> <option value="./viewforum.php?f=107&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Uiterlijk </option> <option value="./viewforum.php?f=111&sid=ffa75ef8dd8608665748db52e01fb2d9"> Norsk Forum </option> <option value="./viewforum.php?f=168&sid=ffa75ef8dd8608665748db52e01fb2d9"> Magyar fórum </option> <option value="./viewforum.php?f=164&sid=ffa75ef8dd8608665748db52e01fb2d9"> Polskie forum </option> <option value="./viewforum.php?f=173&sid=ffa75ef8dd8608665748db52e01fb2d9"> Български Форум </option> <option value="./viewforum.php?f=167&sid=ffa75ef8dd8608665748db52e01fb2d9"> Forumul Român </option> <option value="./viewforum.php?f=166&sid=ffa75ef8dd8608665748db52e01fb2d9"> lietuvių Forumas </option> <option value="./viewforum.php?f=196&sid=ffa75ef8dd8608665748db52e01fb2d9"> Український форум </option> <option value="./viewforum.php?f=56&sid=ffa75ef8dd8608665748db52e01fb2d9"> Русский форум </option> <option value="./viewforum.php?f=118&sid=ffa75ef8dd8608665748db52e01fb2d9"> Suomi Foorumi </option> <option value="./viewforum.php?f=130&sid=ffa75ef8dd8608665748db52e01fb2d9"> Srpski forum </option> <option value="./viewforum.php?f=208&sid=ffa75ef8dd8608665748db52e01fb2d9"> Malaysia Forum </option> <option value="./viewforum.php?f=97&sid=ffa75ef8dd8608665748db52e01fb2d9"> 日本語形式のフォーラム </option> <option value="./viewforum.php?f=126&sid=ffa75ef8dd8608665748db52e01fb2d9"> 한국어 포럼 </option> <option value="./viewforum.php?f=169&sid=ffa75ef8dd8608665748db52e01fb2d9"> Diễn Đàn Tiếng Việt </option> <option value="./viewforum.php?f=215&sid=ffa75ef8dd8608665748db52e01fb2d9"> Philippines Forum </option> <option value="./viewforum.php?f=193&sid=ffa75ef8dd8608665748db52e01fb2d9"> 香港論壇 </option> <option value="./viewforum.php?f=194&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » 香港商品 </option> <option value="./viewforum.php?f=195&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » 國際商品 </option> <option value="./viewforum.php?f=64&sid=ffa75ef8dd8608665748db52e01fb2d9"> 中文論壇 </option> <option value="./viewforum.php?f=172&sid=ffa75ef8dd8608665748db52e01fb2d9"> भारत फोरम </option> <option value="./viewforum.php?f=101&sid=ffa75ef8dd8608665748db52e01fb2d9"> القسم العربى </option> <option value="./viewforum.php?f=127&sid=ffa75ef8dd8608665748db52e01fb2d9"> انجمن فارسی </option> <option value="./viewforum.php?f=103&sid=ffa75ef8dd8608665748db52e01fb2d9"> ภาษาไทย </option> <option value="./viewforum.php?f=104&sid=ffa75ef8dd8608665748db52e01fb2d9"> Forum Berbahasa Indonesia </option> <option value="./viewforum.php?f=34&sid=ffa75ef8dd8608665748db52e01fb2d9"> OpenCart v0.x </option> <option value="./viewforum.php?f=3&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Installation & Upgrade Support </option> <option value="./viewforum.php?f=4&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » General Support </option> <option value="./viewforum.php?f=30&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Bug Reports </option> <option value="./viewforum.php?f=5&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Template Support </option> <option value="./viewforum.php?f=6&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Extension Support </option> <option value="./viewforum.php?f=12&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Contributions </option> <option value="./viewforum.php?f=18&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Development </option> <option value="./viewforum.php?f=29&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » FAQs </option> <option value="./viewforum.php?f=35&sid=ffa75ef8dd8608665748db52e01fb2d9"> Other </option> <option value="./viewforum.php?f=88&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Commercial Support </option> <option value="./viewforum.php?f=11&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Live Shops </option> <option value="./viewforum.php?f=26&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Website Suggestions </option> <option value="./viewforum.php?f=192&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Fraud Report </option> <option value="./viewforum.php?f=16&sid=ffa75ef8dd8608665748db52e01fb2d9"> <span class="spacer"></span> » Off-Topic </option> </select> </div> </div> </form> </div> <div class="col-md-6 text-right"> <a href="./search.php?sid=ffa75ef8dd8608665748db52e01fb2d9" title="Advanced search" class="hidden-xs hidden-sm btn btn-default " title="Advanced search" accesskey="r"> <i class="fa fa-search fa-fw" aria-hidden="true"></i> Go to advanced search </a> <a href="./search.php?sid=ffa75ef8dd8608665748db52e01fb2d9" title="Advanced search" class="visible-xs visible-sm btn btn-link " title="Advanced search" accesskey="r"> <i class="fa fa-search fa-fw" aria-hidden="true"></i> Go to advanced search </a> </div> </div> </div> <!-- Cleantalk --> <script type="text/javascript"> var ct_cookie_name = "ct_checkjs", ct_cookie_value = "756875102"; </script> <!--/Cleantalk --> </div> <div class="hidden"> <a id="bottom" class="anchor" accesskey="z"></a> </div> <div id="banner" class="container-fluid"> <div class="container text-center banner-bottom"> <a href="https://www.opencart.com/index.php?route=landing/paypal" target="_blank"> <img src="https://image.opencart.com/original/5c0a44c0b556c.jpg" alt="PayPal Payment Gateway" title="PayPal Payment Gateway" class="img-responsive" /> </a> </div> <div class="container text-center banner-bottom"> <a href="https://www.a2hosting.com/opencart-hosting?aid=cfa73f26&bid=75dbf1c0" target="_blank" onclick="_gaq.push(['_trackEvent', 'Downloads', 'A2 hosting referral', 'A2 hosting referral CTA']);"> <img src="https://www.opencart.com/application/view/image/banner/b33b2977.png" alt="A2 Hosting" title="A2 Hosting" class="hidden-xs" /> <img src="https://www.opencart.com/application/view/image/banner/5625f1ff.png" alt="A2 Hosting" title="A2 Hosting" class="visible-xs-block" /> </a> </div> </div> <div id="page-footer" role="contentinfo"> <div class="container"> <div role="navigation"> <ul id="nav-footer" class="list-inline" role="menubar"> <li> <a href="./index.php?sid=ffa75ef8dd8608665748db52e01fb2d9" data-navbar-reference="index"><i class="fa fa-home fa-fw" aria-hidden="true"></i> OpenCart Community Forum </a> </li> <li>All times are <span title="UTC+8">UTC+08:00</span></li> <li> <a href="./ucp.php?mode=delete_cookies&sid=ffa75ef8dd8608665748db52e01fb2d9" data-ajax="true" data-refresh="true" role="menuitem"> <i class="fa fa-trash fa-fw" aria-hidden="true"></i><span>Delete cookies</span> </a> </li> </ul> </div> </div> <div id="copyright" class="container hidden-xs"> Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited </div> <div id="darkenwrapper" class="darkenwrapper" data-ajax-error-title="AJAX error" data-ajax-error-text="Something went wrong when processing your request." data-ajax-error-text-abort="User aborted request." data-ajax-error-text-timeout="Your request timed out; please try again." data-ajax-error-text-parsererror="Something went wrong with the request and the server returned an invalid reply."> <div id="darken" class="darken"> </div> </div> <div id="phpbb_alert" class="alert alert-warning alert-lg" data-l-err="Error" data-l-timeout-processing-req="Request timed out."> <a href="#" class="pull-right"> <i class="fa fa-times-circle fa-fw" aria-hidden="true"></i> </a> <h3 class="alert_title"> </h3><p class="alert_text"></p> </div> <div id="phpbb_confirm" class="alert alert-info alert-lg"> <a href="#" class="pull-right"> <i class="fa fa-times-circle fa-fw" aria-hidden="true"></i> </a> <div class="alert_text"></div> </div> </div> </div> <footer> <div class="container"> <div class="row"> <div class="col-sm-2"> <section> <h5>OpenCart</h5> <ul class="list-unstyled"> <li><a href="https://www.opencart.com/index.php?route=cms/feature">Features</a></li> <li><a href="https://www.opencart.com/index.php?route=cms/showcase">Showcase</a></li> <li><a href="https://www.opencart.com/index.php?route=cms/demo">Demo</a></li> <li><a href="https://www.opencart.com/index.php?route=cms/download">Download</a></li> <li><a href="https://www.opencart.com/index.php?route=marketplace/extension">Marketplace</a></li> <li><a href="https://www.opencart.com/index.php?route=account/login">Login</a></li> </ul> </section> </div> <div class="col-sm-2"> <section> <h5>Company</h5> <ul class="list-unstyled"> <li><a href="https://www.opencart.com/index.php?route=support/contact">Contact Us</a></li> <li><a href="https://www.opencart.com/index.php?route=cms/company">About Us</a></li> <li><a href="https://www.opencart.com/index.php?route=cms/information&information_id=2">Extension Developer</a></li> </ul> </section> </div> <div class="col-sm-2"> <section> <h5>Support</h5> <ul class="list-unstyled"> <li><a href="https://forum.opencart.com">Community Forum</a></li> <li><a href="https://www.opencart.com/index.php?route=support/support">Dedicated Support</a></li> <li><a href="https://www.opencart.com/index.php?route=support/partner">OpenCart Partners</a></li> <li><a href="https://www.opencart.com/index.php?route=support/support">Marketplace Support</a></li> <li><a href="https://www.opencart.com/index.php?route=cms/cart2cart">Migrate to OpenCart</a></li> </ul> </section> </div> <div class="col-sm-2"> <section> <h5>Resources</h5> <ul class="list-unstyled"> <li><a href="https://www.opencart.com/index.php?route=cms/blog">OpenCart Blog</a></li> <li><a href="https://docs.opencart.com">OpenCart Documentation</a></li> <li><a href="https://docs.opencart.com">OpenCart Books</a></li> <li><a href="https://github.com/opencart/opencart/issues">Github Bug Tracker</a></li> <li><a href="https://docs.opencart.com/developer/module/">Developer</a></li> </ul> </section> </div> <div class="col-sm-2 col-md-4"> <section id="newsletter"> <h5>Newsletter</h5> <p>Subscribe to our newsletters and stay informed of new releases and other OpenCart events.</p> <div class="input-group newsletter"> <input type="text" name="newsletter" value="" placeholder="Enter your email address" class="form-control"> <div class="input-group-btn"> <button type="button" id="quick-email" class="btn btn-primary" data-toggle="modal" data-target="#modal-newsletter"><i class="fa fa-angle-right"></i> </button> </div> </div> </section> </div> </div> <div class="row"> <div class="col-sm-6 col-md-6"> <div id="copyright"> <ul class="list-unstyled"> <li class="company-logo"><img src="https://www.opencart.com/application/view/image/icon/opencart-logo-white.png" alt-"opencart"="" title="OpenCart"></li> <li class="copyright-text">© Copyright 2018 OpenCart</li> </ul> </div> </div> <div class="col-sm-6 col-md-6"> <div id="social"> <ul class="list-unstyled"> <li><a href="https://www.facebook.com/OpenCart-477182382328323/?ref=aymt_homepage_panel" target="_blank">Facebook</a></li> <li><a href="https://plus.google.com/communities/100813108320137387687" target="_blank">Google Plus</a></li> <li><a href="https://twitter.com/opencart" target="_blank">Twitter</a></li> </ul> </div> </div> </div> </div> </footer> <div id="modal-newsletter" class="modal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Sign up to our newsletter</h4> </div> <div class="modal-body"> <form id="form-newsletter"> <div class="form-group required"> <label class="control-label" for="fieldEmail">E-Mail</label> <input type="email" name="cm-tridduh-tridduh" value="" placeholder="E-Mail" id="fieldEmail" class="form-control" /> </div> <div class="form-group required"> <label class="control-label" for="fieldjrayki">Country</label> <select name="cm-fo-jrayki" id="fieldjrayki" class="form-control"> <option value=""></option> <option value="4155563">Afghanistan</option> <option value="4155564">Albania</option> <option value="4155565">Algeria</option> <option value="4155566">American Samoa</option> <option value="4155567">Andorra</option> <option value="4155568">Angola</option> <option value="4155569">Anguilla</option> <option value="4155570">Antigua & Barbuda</option> <option value="4155571">Argentina</option> <option value="4155572">Armenia</option> <option value="4155573">Aruba</option> <option value="4155574">Australia</option> <option value="4155575">Austria</option> <option value="4155576">Azerbaijan</option> <option value="4155577">Azores</option> <option value="4155578">Bahamas</option> <option value="4155579">Bahrain</option> <option value="4155580">Bangladesh</option> <option value="4155581">Barbados</option> <option value="4155582">Belarus</option> <option value="4155583">Belgium</option> <option value="4155584">Belize</option> <option value="4155585">Benin</option> <option value="4155586">Bermuda</option> <option value="4155587">Bhutan</option> <option value="4155588">Bolivia</option> <option value="4155589">Bonaire</option> <option value="4155590">Bosnia & Herzegovina</option> <option value="4155591">Botswana</option> <option value="4155592">Brazil</option> <option value="4155593">British Indian Ocean Ter</option> <option value="4155594">Brunei</option> <option value="4155595">Bulgaria</option> <option value="4155596">Burkina Faso</option> <option value="4155597">Burundi</option> <option value="4155598">Cambodia</option> <option value="4155599">Cameroon</option> <option value="4155600">Canada</option> <option value="4155601">Canary Islands</option> <option value="4155602">Cape Verde</option> <option value="4155603">Cayman Islands</option> <option value="4155604">Central African Republic</option> <option value="4155605">Chad</option> <option value="4155606">Channel Islands</option> <option value="4155607">Chile</option> <option value="4155608">China</option> <option value="4155609">Christmas Island</option> <option value="4155610">Cocos Island</option> <option value="4155611">Colombia</option> <option value="4155612">Comoros</option> <option value="4155613">Congo</option> <option value="4155614">Congo Democratic Rep</option> <option value="4155615">Cook Islands</option> <option value="4155616">Costa Rica</option> <option value="4155617">Cote D'Ivoire</option> <option value="4155618">Croatia</option> <option value="4155619">Cuba</option> <option value="4155620">Curacao</option> <option value="4155621">Cyprus</option> <option value="4155622">Czech Republic</option> <option value="4155623">Denmark</option> <option value="4155624">Djibouti</option> <option value="4155625">Dominica</option> <option value="4155626">Dominican Republic</option> <option value="4155627">East Timor</option> <option value="4155628">Ecuador</option> <option value="4155629">Egypt</option> <option value="4155630">El Salvador</option> <option value="4155631">Equatorial Guinea</option> <option value="4155632">Eritrea</option> <option value="4155633">Estonia</option> <option value="4155634">Ethiopia</option> <option value="4155635">Falkland Islands</option> <option value="4155636">Faroe Islands</option> <option value="4155637">Fiji</option> <option value="4155638">Finland</option> <option value="4155639">France</option> <option value="4155640">French Guiana</option> <option value="4155641">French Polynesia</option> <option value="4155642">French Southern Ter</option> <option value="4155643">Gabon</option> <option value="4155644">Gambia</option> <option value="4155645">Georgia</option> <option value="4155646">Germany</option> <option value="4155647">Ghana</option> <option value="4155648">Gibraltar</option> <option value="4155649">Great Britain</option> <option value="4155650">Greece</option> <option value="4155651">Greenland</option> <option value="4155652">Grenada</option> <option value="4155653">Guadeloupe</option> <option value="4155654">Guam</option> <option value="4155655">Guatemala</option> <option value="4155656">Guernsey</option> <option value="4155657">Guinea</option> <option value="4155658">Guinea-Bissau</option> <option value="4155659">Guyana</option> <option value="4155660">Haiti</option> <option value="4155661">Honduras</option> <option value="4155662">Hong Kong</option> <option value="4155663">Hungary</option> <option value="4155664">Iceland</option> <option value="4155665">India</option> <option value="4155666">Indonesia</option> <option value="4155667">Iran</option> <option value="4155668">Iraq</option> <option value="4155669">Ireland</option> <option value="4155670">Isle of Man</option> <option value="4155671">Israel</option> <option value="4155672">Italy</option> <option value="4155673">Jamaica</option> <option value="4155674">Japan</option> <option value="4155675">Jersey</option> <option value="4155676">Jordan</option> <option value="4155677">Kazakhstan</option> <option value="4155678">Kenya</option> <option value="4155679">Kiribati</option> <option value="4155680">Korea North</option> <option value="4155681">Korea South</option> <option value="4155682">Kuwait</option> <option value="4155683">Kyrgyzstan</option> <option value="4155684">Laos</option> <option value="4155685">Latvia</option> <option value="4155686">Lebanon</option> <option value="4155687">Lesotho</option> <option value="4155688">Liberia</option> <option value="4155689">Libya</option> <option value="4155690">Liechtenstein</option> <option value="4155691">Lithuania</option> <option value="4155692">Luxembourg</option> <option value="4155693">Macau</option> <option value="4155694">Macedonia</option> <option value="4155695">Madagascar</option> <option value="4155696">Malawi</option> <option value="4155697">Malaysia</option> <option value="4155698">Maldives</option> <option value="4155699">Mali</option> <option value="4155700">Malta</option> <option value="4155701">Marshall Islands</option> <option value="4155702">Martinique</option> <option value="4155703">Mauritania</option> <option value="4155704">Mauritius</option> <option value="4155705">Mayotte</option> <option value="4155706">Mexico</option> <option value="4155707">Midway Islands</option> <option value="4155708">Moldova</option> <option value="4155709">Monaco</option> <option value="4155710">Mongolia</option> <option value="4155711">Montenegro</option> <option value="4155712">Montserrat</option> <option value="4155713">Morocco</option> <option value="4155714">Mozambique</option> <option value="4155715">Myanmar</option> <option value="4155716">Namibia</option> <option value="4155717">Nauru</option> <option value="4155718">Nepal</option> <option value="4155719">Netherland Antilles</option> <option value="4155720">Netherlands</option> <option value="4155721">Nevis</option> <option value="4155722">New Caledonia</option> <option value="4155723">New Zealand</option> <option value="4155724">Nicaragua</option> <option value="4155725">Niger</option> <option value="4155726">Nigeria</option> <option value="4155727">Niue</option> <option value="4155728">Norfolk Island</option> <option value="4155729">Norway</option> <option value="4155730">Oman</option> <option value="4155731">Pakistan</option> <option value="4155732">Palau Island</option> <option value="4155733">Palestine</option> <option value="4155734">Panama</option> <option value="4155735">Papua New Guinea</option> <option value="4155736">Paraguay</option> <option value="4155737">Peru</option> <option value="4155738">Philippines</option> <option value="4155739">Pitcairn Island</option> <option value="4155740">Poland</option> <option value="4155741">Portugal</option> <option value="4155742">Puerto Rico</option> <option value="4155743">Qatar</option> <option value="4155744">Reunion</option> <option value="4155745">Romania</option> <option value="4155746">Russia</option> <option value="4155747">Rwanda</option> <option value="4155748">Saipan</option> <option value="4155749">Samoa</option> <option value="4155750">Samoa American</option> <option value="4155751">San Marino</option> <option value="4155752">Sao Tome & Principe</option> <option value="4155753">Saudi Arabia</option> <option value="4155754">Senegal</option> <option value="4155755">Serbia</option> <option value="4155756">Serbia & Montenegro</option> <option value="4155757">Seychelles</option> <option value="4155758">Sierra Leone</option> <option value="4155759">Singapore</option> <option value="4155760">Slovakia</option> <option value="4155761">Slovenia</option> <option value="4155762">Solomon Islands</option> <option value="4155763">Somalia</option> <option value="4155764">South Africa</option> <option value="4155765">South Sudan</option> <option value="4155766">Spain</option> <option value="4155767">Sri Lanka</option> <option value="4155768">St Barthelemy</option> <option value="4155769">St Eustatius</option> <option value="4155770">St Helena</option> <option value="4155771">St Kitts-Nevis</option> <option value="4155772">St Lucia</option> <option value="4155773">St Maarten</option> <option value="4155774">St Pierre & Miquelon</option> <option value="4155775">St Vincent & Grenadines</option> <option value="4155776">Sudan</option> <option value="4155777">Suriname</option> <option value="4155778">Swaziland</option> <option value="4155779">Sweden</option> <option value="4155780">Switzerland</option> <option value="4155781">Syria</option> <option value="4155782">Tahiti</option> <option value="4155783">Taiwan</option> <option value="4155784">Tajikistan</option> <option value="4155785">Tanzania</option> <option value="4155786">Thailand</option> <option value="4155787">Togo</option> <option value="4155788">Tokelau</option> <option value="4155789">Tonga</option> <option value="4155790">Trinidad & Tobago</option> <option value="4155791">Tunisia</option> <option value="4155792">Turkey</option> <option value="4155793">Turkmenistan</option> <option value="4155794">Turks & Caicos Is</option> <option value="4155795">Tuvalu</option> <option value="4155796">Uganda</option> <option value="4155797">Ukraine</option> <option value="4155798">United Arab Emirates</option> <option value="4155799">United Kingdom</option> <option value="4155800">United States of America</option> <option value="4155801">Uruguay</option> <option value="4155802">Uzbekistan</option> <option value="4155803">Vanuatu</option> <option value="4155804">Vatican City State</option> <option value="4155805">Venezuela</option> <option value="4155806">Vietnam</option> <option value="4155807">Virgin Islands (Brit)</option> <option value="4155808">Virgin Islands (USA)</option> <option value="4155809">Wake Island</option> <option value="4155810">Wallis & Futana Is</option> <option value="4155811">Yemen</option> <option value="4155812">Zambia</option> <option value="4155813">Zimbabwe</option> </select> </div> <div class="form-group required"> <label class="control-label">Type</label> <div class="checkbox"> <label for="fieldjrydjiy-0"> <input type="checkbox" name="cm-fo-jrydjiy" value="4161839" id="fieldjrydjiy-0" /> Agency<div class="check"></div></label> </div> <div class="checkbox"> <label for="fieldjrydjiy-1"> <input type="checkbox" name="cm-fo-jrydjiy" value="4161840" id="fieldjrydjiy-1" /> Retailer (sells online)<div class="check"></div></label> </div> <div class="checkbox"> <label for="fieldjrydjiy-2"> <input type="checkbox" name="cm-fo-jrydjiy" value="4161841" id="fieldjrydjiy-2" /> Independent developer<div class="check"></div></label> </div> <div class="checkbox"> <label for="fieldjrydjiy-3"> <input type="checkbox" name="cm-fo-jrydjiy" value="4161842" id="fieldjrydjiy-3" /> Other</label> </div> </div> <div class="form-group"> <label class="control-label">Additional subscriptions<div class="check"></div></label> <div> <div class="checkbox"> <label for="fieldjrayky-0"> <input type="checkbox" name="cm-fo-jrayky" value="4155562" id="fieldjrayky-0" /> Selected 3rd party promotions<div class="check"></div></label> </div> </div> </div> <br /> <div class="text-center"> <button type="submit" id="button-newsletter" class="btn btn-success ">Subscribe</button> </div> <br /> </form> </div> </div> </div> </div> <script type="text/javascript"><!-- $('button#quick-email').on('click',function(){ if ($('input[name="newsletter"]').val()!='') { $('input[name="cm-tridduh-tridduh"]').val($('input[name="newsletter"]').val()); } }); $('#button-newsletter').on('click', function(e) { e.preventDefault(); $('#form-newsletter .form-group').removeClass('has-error'); var element = this; if ($('input[name="cm-tridduh-tridduh"]').val() == '') { $('#fieldEmail').parent().addClass('has-error'); } if ($('select[name="cm-fo-jrayki"]').val() == '') { $('select[name="cm-fo-jrayki"]').parent().addClass('has-error'); } if (!$('input[name="cm-fo-jrydjiy"]:checked').length) { $('input[name="cm-fo-jrydjiy"]').parent().parent().parent().addClass('has-error'); } if (!$('#form-newsletter .has-error').length) { $.getJSON('https://opencartlimited.createsend.com/t/r/s/tridduh/?callback=?', $('#form-newsletter').serialize(), function(json) { if (json.Status === 400) { alert('Error: ' + json.Message); } else { // 200 alert('Success: ' + json.Message); $('#modal-newsletter').modal('hide'); $('#modal-newsletter').remove(); } }); } }); //--></script> <script type="text/javascript" src="./assets/javascript/core.js?assets_version=40"></script> <script src="./ext/cleantalk/antispam/styles/all/template/cleantalk.js?assets_version=40"></script> <script src="./styles/custom-1/template/forum_fn.js?assets_version=40"></script> <script src="./styles/custom-1/template/ajax.js?assets_version=40"></script> </body> </html> <script>(function(){if (!document.body) return;var js = "window['__CF$cv$params']={r:'86bec1268c8b5b28',t:'MTcxMTcwMzcxNy4yNDQwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script>