Search found 66 matches

Search found 66 matches

Duplicate payment module in opencart market place

I have bought this extension http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4196 and this one http://www.opencart.com/index.php?route=extension/extension/info&extension_id=3939. I WANT TO SAY THAT THEY ARE THE SAME, IDENTICAL. I have tested them with winmerge a...

Jump to post
  • Mon Oct 29, 2012 7:40 pm
  • Replies 0
  • Views 333
Re: Canonical Urls from https/ssl

And there is no way to make the ssl be removed from the search engine, and can only be removed with the help of robots.txt. From what i have read robots.txt consumes pagerank, canoincals and nofollow doesn't.

Jump to post
  • Fri Aug 10, 2012 3:20 pm
  • Replies 2
  • Views 670
Canonical Urls from https/ssl

Is there anywhere a vqmod that makes the https urls canonical, so google won't index them?
Because this will create duplicate content, and it's not recommended to use robots.txt.

Jump to post
  • Fri Aug 10, 2012 2:42 am
  • Replies 2
  • Views 670
Re: Dublin Core and Microformats Important or not

I am also interested in this, is there any vqmod or addon for this.

Jump to post
  • Thu Aug 02, 2012 1:53 am
  • Replies 2
  • Views 3692
Re: How to remove/add urls from the opencart sitemap

Managed to figure it out: Added: $output .= '<url>'; $output .= '<loc>' . $this->url->link('common/home') . '</loc>'; $output .= '<changefreq>hourly</changefreq>'; $output .= '<priority>1.0</priority>'; $output .= '</url>'; after: $output .= '<urlset xmlns="http://www.sitemaps.org/schemas/sitem...

Jump to post
  • Wed Aug 01, 2012 11:58 pm
  • Replies 6
  • Views 2269
Re: How to remove/add urls from the opencart sitemap

dolrichfortich wrote:Yup, thats right. Glad I could help.
One more thing. I forgot about the index: http://www.domain.com. How do i add this?

Jump to post
  • Tue Jul 31, 2012 9:21 pm
  • Replies 6
  • Views 2269
Re: How to remove/add urls from the opencart sitemap

Working like a charm dolrichfortich, and if you have multiple urls you just need to add on this line
$skip_informations = array(3, 4, 5); with comma all the id's you want. Thanks a lot, too bad opencart forum doesn't have a thank you button.

Jump to post
  • Mon Jul 30, 2012 6:37 pm
  • Replies 6
  • Views 2269
Re: How to remove/add urls from the opencart sitemap

Sorry for the bump, but this is quite important. The 2 urls that i don't want to see in the sitemap are terms and conditions and privacy policy, afraid of duplicate content. The fact is that i have blocked them via robots.txt, but webmaster tools shows 2 errors on the sitemap, of course warning be a...

Jump to post
  • Mon Jul 30, 2012 5:02 pm
  • Replies 6
  • Views 2269
How to remove/add urls from the opencart sitemap

My opencart sitemap is located on: index.php?route=feed/google_sitemap. And the file that controls this is located in catalog/controller/feed/google_sitemap.php. The thing is that i wish to remove 2 information pages, i don't want to remove all the information pages. I believe that this is the piece...

Jump to post
  • Mon Jul 30, 2012 3:14 am
  • Replies 6
  • Views 2269
Make all external links nofollow

Is there any way to make all external links nofollow. I have found on google this code: <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/> //PART 2 <script type='text/javascript'> //<![CDATA[ jQuery('a').each(function() { // Let's make external lin...

Jump to post
  • Fri Jul 20, 2012 9:42 pm
  • Replies 1
  • Views 747
Re: OpenCart 1.5.3 Bug Thread

I have searched the entire forum for this and i believe that it has not been reported:
I can't find the option "approve new customers". It should had been found in setting->options.
This is a fresh install of 1.5.3.1.

Jump to post
  • Mon Jul 09, 2012 12:04 am
  • Replies 200
  • Views 174291
Re: Can't find the option "approve new customers"

It seams that it had been forgotten on adding the option, does this had been reported and where can i see the fix?

Jump to post
  • Sat Jul 07, 2012 8:22 pm
  • Replies 3
  • Views 706
Re: Don't let users see specific info.

Now something odd happened, it is not showing the info when the order is in complete status.

Jump to post
  • Tue Jul 03, 2012 12:30 am
  • Replies 5
  • Views 510
Re: Don't let users see specific info.

Thanks for the reply, it is almost what i needed. The fact is that i have already edited the order_info.tpl and this is the file i want to add the code on. The problem is that i don't know exactly how to wrap it in a html code. I am talking about a table. Correct me if i am wrong: <?php if($order['s...

Jump to post
  • Mon Jul 02, 2012 11:30 pm
  • Replies 5
  • Views 510
Re: settings>server>use SEO url's NOT working...???

Check your .htaccess and make sure you have the following code:
# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

Jump to post
  • Mon Jul 02, 2012 10:36 pm
  • Replies 1
  • Views 1344
Don't let users see specific info.

I would like to know if it is possible to add info, for example on the index.php?route=account/order/info&order_id=X, i believe the file is located in: catalog/view/theme/default/template/account/order_info, and make it visible only for the users who has the status order complete: if user order ...

Jump to post
  • Mon Jul 02, 2012 7:14 pm
  • Replies 5
  • Views 510
Re: Module that offers reports to the customer

For example: The customer purchases a service from me, let's say a directory submission service, and after the order is in status complete and money is received and i done my work, to let me, the admin upload a report (file: pdf, csv. xls, txt) to this order and let him see the report in the "a...

Jump to post
  • Sun Jul 01, 2012 9:43 pm
  • Replies 1
  • Views 650
Module that offers reports to the customer

Is there any module that can offer reports to the customers: For example let's say if i have a directory submission service and i want my customer to receive in his account a report of the links where his website had been.
Does it exist?

Jump to post
  • Sat Jun 30, 2012 9:59 pm
  • Replies 1
  • Views 650
Re: OpenCart 1.5.3 Released

Where can we see the files that got modified since 1.5.2.1? Some of us have modified files.

Jump to post
  • Mon May 28, 2012 9:01 pm
  • Replies 86
  • Views 86748
Detect and disable automatically duplicate accounts

Detect and disable automatically duplicate accounts. Is there any module for this kind of thinks, something like paypal, automatically limit/disable account.

Jump to post
  • Sat Apr 14, 2012 8:27 pm
  • Replies 0
  • Views 375

Search found 66 matches