Re: Payment error
Bump - I just ran into the same issue, I'm using qphoria's PayPal Advanced extension - http://www.opencart.com/index.php?route ... _id=243680
I have the exact same error message...
- Sat Aug 24, 2013 5:32 am
- Replies 1
- Views 1636
Re: PCI Compliance?
If anybody can help it would be very appreciated. My web host is allegedly PCI compliant but I have not been able to pass a scan. The error that cannot pass is "HTTP Server Username Probing", and here is the latest recommendation from my web host: PCI compliance with this particular 'user-probing' i...
Jump to post- Thu Oct 18, 2012 12:31 pm
- Replies 85
- Views 54687
Possible to include Information Pages in search result?
Hi all,
Is it possible to include information pages, perhaps their title, in the default internal search function and search result? If so how would one go about doing it?
Thanks so much!
Kayla
- Sun Dec 04, 2011 10:46 am
- Replies 3
- Views 1050
Re: 1.5.1 remove last comma in product tags
This Product TAG Generator commercial extension generates the tags automatically AND removes the last comma in the tag list, it worked perfectly for me, thanks to privatemtx!!
Jump to post- Sat Dec 03, 2011 4:50 pm
- Replies 6
- Views 868
Re: 1.5.1 remove last comma in product tags
silly me it's right in the /catalog/view/theme/default/template/product/product.tpl file
I still prefer to only remove the comma on the last tag...if anybody knows how please do share, thanks a bunch!
Cheers,
Kayla
- Sat Dec 03, 2011 4:37 pm
- Replies 6
- Views 868
Re: 1.5.1 remove last comma in product tags
Would you kindly explain how you achieved that? Jump to postvannikong wrote:I didn't put a comma between the tag and it works well.
- Sat Dec 03, 2011 8:21 am
- Replies 6
- Views 868
Re: 1.5.1 remove last comma in product tags
the comma is supposed to be there for the last tag term as well? I am only talking about the last term in the tag
For example:
Tags: one, two, three, four, five,
Five is the last term and should not have a comma behind it right?
- Sat Dec 03, 2011 8:15 am
- Replies 6
- Views 868
[SOLVED!] 1.5.1 remove last comma in product tags
Hello all, Tried doing a search on here and using Google but to no avail. I am using 1.5.1 and the products tags printed by the default php contains a comma at the end of the very last tag in the tags list...so it looks something like this on the website: Tags: one, two, three, four, As you can see ...
Jump to post- Fri Dec 02, 2011 8:50 pm
- Replies 6
- Views 868
Re: [1.5.x]Set grid view as default
is it possible to have certain categories display in list view and others in grid view?
maybe something like <?php if category="category1" ?> then list, and so on? My store will only have 2 product categories and I am trying to have one display as list and the other as grid...please help!
- Thu Nov 24, 2011 7:39 am
- Replies 80
- Views 108230
Re: Possible OpenCart Security Issue
Can somebody knowledgeable and kind elaborate on whether updating this file will affect a live shop with modules installed? I am not familiar with how cache works or the cause of this security hole...all I know is I have about 7 Opencart sites and they all need to be patched, except I am not sure i...
Jump to post- Mon Nov 07, 2011 3:14 pm
- Replies 58
- Views 40547
Re: Possible OpenCart Security Issue
Can somebody knowledgeable and kind elaborate on whether updating this file will affect a live shop with modules installed? I am not familiar with how cache works or the cause of this security hole...all I know is I have about 7 Opencart sites and they all need to be patched, except I am not sure if...
Jump to post- Mon Nov 07, 2011 10:04 am
- Replies 58
- Views 40547
Re: [vQmod][Commercial] Quick Product Info
Qphoria, It seems that the developer of this mod is not updating it any more, therefore, not working on latest OC versions. Could you pls take this project over? I was looking for a feature like this and it seems to be the only solution I've found so far and still, I cannot use it because I have in...
Jump to post- Thu Oct 27, 2011 8:42 am
- Replies 13
- Views 5728
Re: [SOLVED] How too disable brands? [SOLVED]
Just for your information, the Brands page that lists all your manufacturers shows up in the search results!!! I have to remove it manually
Jump to post- Sun Sep 25, 2011 3:23 pm
- Replies 9
- Views 5060
Re: [SOLVED][1.5] one more level of sub category!
move "$sister_data = array();" above "foreach ($children as $child) { " else you will get an error in the top of your page. Complete code of controller/module/category.php <?php class ControllerModuleCategory extends Controller { protected function index() { $this->language->load('module/category')...
Jump to post- Sat Sep 10, 2011 3:49 am
- Replies 64
- Views 117479
Re: [SOLVED!] 1.5.0.x Authorize.net Checkout Page Hanging Fr
Did you say Q had a fix for this in the 1.4.X versions? I started getting this issue a couple of days ago and about pulled my hair out trying to find the source of the issue? Where is the 1.4x solution? Thx! Hello, sorry for the late reply, but the patch is located here: http://forum.opencart.com/v...
Jump to post- Fri Sep 09, 2011 1:39 pm
- Replies 11
- Views 2774
Re: [vQmod][Commercial] Quick Product Info
can the developer please create a compatible version with 1.5.1? I will place an order for it instantly
- Thu Sep 08, 2011 1:45 pm
- Replies 13
- Views 5728
Re: limit categories in the header
open: catalog/controller/module/category.php find: foreach ($categories as $category) { add after: if(!$category['top']){ find: } if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/module/category.tpl')) { before add: } As usual, after searching for a while here, you ...
Jump to post- Wed Aug 24, 2011 1:27 pm
- Replies 19
- Views 6912
Re: A way to exclude one or more categories from the columns
just add AND c.sort_order <> '-1' right before ORDER BY and set the sort_order to -1 to hide from the side Doing this in 1.5.0 seems to hide the category from both the category module in the side column AND in the top menu, is there a way to only exclude categories in the side category module but n...
Jump to post- Wed Aug 24, 2011 1:27 pm
- Replies 39
- Views 22359
Re: A way to exclude one or more categories from the columns
just add AND c.sort_order <> '-1' right before ORDER BY and set the sort_order to -1 to hide from the side Doing this in 1.5.0 seems to hide the category from both the category module in the side column AND in the top menu, is there a way to only exclude categories in the side category module but n...
Jump to post- Wed Aug 24, 2011 11:54 am
- Replies 39
- Views 22359
Re: [SOLVED!] 1.5.0.x Authorize.net Checkout Page Hanging Fr
That's great to know, thanks for all your hard work and contributions to Opencart! Jump to postQphoria wrote:Looks like this was fixed already for 1.5.1.1 or at least it is already fixed in SVN I see so if not in 1.5.1.1 it will def be in 1.5.2
- Tue Aug 23, 2011 12:48 pm
- Replies 11
- Views 2774