Search found 89 matches

Search found 89 matches

Re: GIVING SOFTWARE DEVELOPERS FTP ACCESS

Caution is good, paranoia is bad. It's caution to back up your website before giving a dev access. It's caution to give them accounts that can be burned after they're done. It's caution to ask a dev what their experience is, look at the quality of their publicly available work, and check what other...

Jump to post
  • Sun Oct 21, 2012 7:42 am
  • Replies 17
  • Views 3523
Re: In a right old mess with google & page not found...

So I set up my fledgling empire a few months ago! Initally I didn't go the SEO URL way in OC, but as I've learned more, I've worked out how to do it & changed all my URLS. Oh my word....when I check google webmaster tools there's a bazillion 404 errors. So what should my plan of attack be... 1....

Jump to post
  • Mon Oct 15, 2012 2:23 am
  • Replies 12
  • Views 4071
Re: Problem With Registered Users' Order Confirmation Email

When the user is not logged in and click on the link in the comfirmation e-mail to view his order, get login and will redirect to cart with a new order (same products as ordered before) afther login. When user "first login", and then click on the link in the comfirmation e-mail, then he c...

Jump to post
  • Thu Oct 11, 2012 10:42 am
  • Replies 24
  • Views 7057
Re: GIVING SOFTWARE DEVELOPERS FTP ACCESS

One major problem in this world is: too many want too much, but having no (or not enough) experience how business is working. Means (too many times): I want all and I want it for free! And too many do not understand that software under GPL does NOT mean that everything around is for free. domain. L...

Jump to post
  • Sat Oct 06, 2012 4:10 am
  • Replies 17
  • Views 3523
Re: HOW TO FORCE USER'S BROWSER TO LOAD LATEST STYLESHEET

good tip - but why not rename the stylesheet and update the header template accordingly whenever you make a change? then the user always gets the latest stylesheet without having to download it every time. Because of the likely possibility of a "race condition." First you modify the style...

Jump to post
  • Sat Oct 06, 2012 12:33 am
  • Replies 3
  • Views 2637
How to force user's browse to load latest stylesheet

Many of you may be aware of this problem, and many of you may not, but when a stylesheet is changed, and a visitor who has previously been to your website returns, the visitor will very likely have the old stylesheet in the browser cache, and your website may be rendered terribly mangled, depending ...

Jump to post
  • Thu Oct 04, 2012 7:45 am
  • Replies 3
  • Views 2637
Re: [1.5.4] FEDEX module is totally DEAD

It works. Do the following. Download latest OC from github. Replace all these files from the github download to your server: admin/controller/shipping/fedex.php admin/language/english/shipping/fedex.php admin/view/template/shipping/fedex.tpl catalog/language/english/shipping/fedex.php catalog/model...

Jump to post
  • Wed Oct 03, 2012 4:04 pm
  • Replies 33
  • Views 16149
Re: Problem With Registered Users' Order Confirmation Email

just checked and this is not in any code i can find. It is in the file on line 468: if ($order_info['customer_id']) { $text .= $language->get('text_new_link') . "\n"; $text .= $order_info['store_url'] . 'index.php?route=account/order/info&order_id=' . $order_id . "\n\n"; } T...

Jump to post
  • Mon Sep 24, 2012 1:22 pm
  • Replies 24
  • Views 7057
Re: Problem With Registered Users' Order Confirmation Email

Daniel wrote:just checked and this is not in any code i can find.
It is present in both 1.5.3.1 and 1.5.4.1 - probably others.

Jump to post
  • Mon Sep 24, 2012 1:18 pm
  • Replies 24
  • Views 7057
GIVING SOFTWARE DEVELOPERS FTP ACCESS

Frequently, software developers may ask you to give them FTP access in order to debug their products that you have purchased from them. My advice is DON'T DO IT! This would be like the owner of a brick-and-mortar store lending a set of store keys to a plumber. And besides, what are you going to do i...

Jump to post
  • Mon Sep 24, 2012 12:17 pm
  • Replies 17
  • Views 3523
Re: Canonical URLs and page titles / internal links

The problem is that Google treats the rel="canonical" tag the same way it treats a 301 redirect. That is, the page ranking drops. I've yet to see a good explanation forn Daniel & Company as to why they chose to have this multiple url structure in the first place. If one has access to ...

Jump to post
  • Fri Sep 21, 2012 6:47 am
  • Replies 51
  • Views 66004
Re: Removing the link from the last breadcrumb?

storm-cloud wrote:
pprmkr wrote:My conclusion is: Wildcard works
Wildcards most certainly work in vQmod.
YES, you are correct.
We had to clear the browser cache when we tried it out.
Sorry about that.

Jump to post
  • Wed Sep 19, 2012 6:29 pm
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

When you want to modify all files in 1 folder, use wildcard: <file name="catalog/view/theme/default/template/product/*.tpl"> ... </file> And then repeat for the folders account, affiliate, information. This does not work in Vqmod, and I believe the reason may be that Vqmod is non-recursive.

Jump to post
  • Tue Sep 18, 2012 12:08 am
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

@kgkaraoke: I have a couple questions/issues... First, your xml file is doing what I wanted which is unlinking the final breadcrumb link. :D Unfortunately, it is unlinking the TWO final breadcrumb links. Therefore, if I was looking at a category such as... Vehicles > SUVs > Ford > Explorer ... the ...

Jump to post
  • Mon Sep 17, 2012 5:53 pm
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

As many of you are already well aware, OpenCart 1.5.X.X comes with a serious bug: When clicking on a Product page, the Category breadcrumb is missing. This is easily corrected by downloading: Pretty Damn Sexy SEO Solution No.3 - Precise Breadcrumb Navigation Alias URL It is available on the OpenCart...

Jump to post
  • Mon Sep 17, 2012 10:13 am
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

Attached is the DELUXE VERSION VI edition of the Vqmod file which removes the link on the final breadcrumb for: Products Categories Brands Information Specials Cart Product Compare Sitemap Checkout Contact Search (just added) It does NOT remove the breadcrumb, but turns it into plain text, which is ...

Jump to post
  • Mon Sep 17, 2012 4:01 am
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

vQmod for default product and category template files. Changes the default loop: <?php foreach ($breadcrumbs as $breadcrumb) { ?> <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a> <?php } ?> Into: <?php $breadcounter...

Jump to post
  • Mon Sep 17, 2012 2:35 am
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

vQmod for default product and category template files. Changes the default loop: <?php foreach ($breadcrumbs as $breadcrumb) { ?> <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a> <?php } ?> Into: <?php $breadcounter...

Jump to post
  • Mon Sep 17, 2012 12:51 am
  • Replies 53
  • Views 16380
Re: Removing the link from the last breadcrumb?

vQmod for default product and category template files. Changes the default loop: <?php foreach ($breadcrumbs as $breadcrumb) { ?> <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a> <?php } ?> Into: <?php $breadcounter...

Jump to post
  • Mon Sep 17, 2012 12:26 am
  • Replies 53
  • Views 16380
Re: Canonical URLs and page titles / internal links

On our website, we do the following: We use Pretty Damn Sexy #1 and #3 We use BEOP All Clean URLs We assign each product to a SINGLE category We do NOT use "Related Products" The only remaining related issue is that the last breadcrumb (for the present page) links to itself, when it should...

Jump to post
  • Sun Sep 16, 2012 1:51 pm
  • Replies 51
  • Views 66004

Search found 89 matches