Search found 44 matches

Search found 44 matches

Re: Order Status "Cancelled/Refund"

I don't mean to bump this, but Fido/Octavo's fix worked for me - almost. For some reason the complete status ID wasn't working correctly. I'm not entirely sure which order ID it was using, but the total was nowhere near my total sales (annual or overall) or total orders. In order.php, instead of: (i...

Jump to post
  • Thu Jan 24, 2013 5:28 am
  • Replies 33
  • Views 25589
Re: Canonical URLs and page titles / internal links

Slightly off topic, but this might help someone. I was having trouble with duplicate content when it came to category and manufacturer pages that get sorted (i.e. same category sorted A-Z or Z-A was getting indexed as two separate pages). I included the following in my header: <?php if ( !empty($_GE...

Jump to post
  • Sat Jan 19, 2013 1:25 am
  • Replies 51
  • Views 66001
Re: & - ampersand - in sort URL

I just found this other topic, which was exactly what I was looking for: http://forum.opencart.com/viewtopic.php?f=161&t=67961#p304155 I didn't mean to duplicate posts with my question, just didn't look long enough I guess. Also, rph, your solution didn't seem to work correctly. I think the SEO ...

Jump to post
  • Fri Jan 18, 2013 3:28 am
  • Replies 4
  • Views 2669
[SOLVED] & - ampersand - in sort URL

My site is running OC 1.4.9.4 On my category and manufacturer pages, the Sort By drop down menu generates the sorted pages with an ampersand (&) in the URL (http://mysite.com/category-page?sort=p.sort_order&order=ASC) This isn't a functional problem - the site displays correctly. However whe...

Jump to post
  • Fri Jan 18, 2013 1:19 am
  • Replies 4
  • Views 2669
Google Merchant Center & SEO

I currently have my products submitted to Google Shopping using UKSB Google Merchant / Base XML Feed + XML Sitemaps . It works great, and pulls everything just as it's expected to. A few weeks ago, I began updating my products to include various header tags <h2></h2> <h3></h3> etc. in the product de...

Jump to post
  • Sat Dec 08, 2012 5:21 am
  • Replies 0
  • Views 556
Compare products from other sites

I'm trying to figure out a way to pull prices offered by other merchants for the same products I sell. Something that will list the prices for a product from Google Shopping, TheFind, etc. For example, if my store sells an iPhone5 for $750 with free shipping (I don't, just using this as an example),...

Jump to post
  • Fri Dec 07, 2012 12:25 am
  • Replies 1
  • Views 929
Mobile Template

I recently set out to build a mobile template for my store, as I was unable to find a mobile friendly template that I liked. What I built isn't perfect, but I think it's an improvement over how users used to view my site from their smart phones, and hopefully it will lead to an increase in sales. Wh...

Jump to post
  • Wed Nov 21, 2012 4:46 am
  • Replies 0
  • Views 909
Re: Support for Google Trusted Stores

scd1982, you don't put all that info into the feed, it's supposed to get passed to the Javascript that you install on your pages. Because, you know, we're all expert PHP/SQL programmers and know how to format those queries... Here's a preview of the Google Trusted Stores experience: http://productf...

Jump to post
  • Sat Nov 17, 2012 3:54 am
  • Replies 7
  • Views 1888
Re: Support for Google Trusted Stores

I'd like to find out about getting support for this as well. I think adding the information that Google requires wouldn't be incredibly difficult - could be added to the order history screen with a few drop-down menus/text inputs for the tracking number, shipping carrier, ship date, and cancellation...

Jump to post
  • Fri Nov 16, 2012 11:23 pm
  • Replies 7
  • Views 1888
[SOLVED] Get Current Page URL

Works perfectly! Thanks! For anyone looking to duplicate this, I also added product/manufacturer to the list, so right now I have: <?php if ($this->request->get['route'] == 'product/product' || $this->request->get['route'] == 'product/category' || $this->request->get['route'] == 'checkout/cart' || $...

Jump to post
  • Thu Nov 15, 2012 7:53 am
  • Replies 3
  • Views 26387
[SOLVED] Get Current Page URL

I'm trying to get a drop-down menu to display on every page on my store, except the homepage. Right now, I have the following code: <?php $currentpage = $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; if($currentpage != "mysite.com/index.php?route=common/home" || $curr...

Jump to post
  • Thu Nov 15, 2012 5:21 am
  • Replies 3
  • Views 26387
Add Date to Comments

I'm trying to add a date select field to the checkout "Add comments about your order" area. on my checkout page, after the textbox: <textarea name="comment" rows="4" cols="100%"><?php echo $comment; ?></textarea> I added: <select name="comment" id=&q...

Jump to post
  • Thu Oct 18, 2012 4:51 am
  • Replies 4
  • Views 457
Re: [solved][1.5.1.3]hide an item from bestseller&latest mod

Nevermind, just change the || to && and it worked fine. The logic was backwards in my head...

Jump to post
  • Wed Oct 17, 2012 3:30 am
  • Replies 12
  • Views 1012
Re: [solved][1.5.1.3]hide an item from bestseller&latest mod

I'm trying to do pretty much the same thing. I was able to duplicate the if statement to remove product_id 666 from displaying in the module. if($result['product_id']!='666'){ $this->data['products'][] = array( 'product_id' => $result['product_id'], 'thumb' => $image, 'name' => $result['name'], 'pri...

Jump to post
  • Wed Oct 17, 2012 3:27 am
  • Replies 12
  • Views 1012
Cascade multiple product drop down options

I'm working with OC v 1.4.9.4. I have several products with one or two options (size, color, etc.) and the default product page layout works fine. However I also have a couple products with a lot of options, and it forces the user to scroll quite a bit to see the whole page. What I'd like to do, is ...

Jump to post
  • Fri Sep 14, 2012 3:28 am
  • Replies 0
  • Views 452
Re: Move Categories module to Header

After much more searching, I managed to find a good solution here: http://craigmurray.me.uk/opencart-mods/ ... -opencart/

Jump to post
  • Wed Sep 05, 2012 12:59 am
  • Replies 4
  • Views 1077
Re: Move Categories module to Header

But, the categories module is identical to the default menu which is "in the header" lol. Correct? Perhaps send a screen shot of what you are wanting because right now I don't make sense of your request. I think you're thinking of the 1.5x default header. I'm using 1.4x. Below is a screen...

Jump to post
  • Tue Sep 04, 2012 10:23 pm
  • Replies 4
  • Views 1077
[Solved] Fast Checkout By Category Product Options

This isn't so much a question, as a solution to a problem I was having with an extension I purchased. I'm only including this here, because it's been well over a week since I requested support from the developer, and have yet to hear anything back. I figured if someone else has the same trouble they...

Jump to post
  • Tue Aug 28, 2012 4:38 am
  • Replies 0
  • Views 632
Re: Massive errors in logs/error.txt

I have had the same error in my error log: No such file or directory in /home/mydomain/public_html/vqmod/vqcache/vq2-system_engine_front.php on line 43 However, I get it three times per page view. I tested this by first clearing my error log (this is all that shows up in the log), then refreshing my...

Jump to post
  • Sat Aug 25, 2012 1:57 am
  • Replies 6
  • Views 3348
Re: Move Categories module to Header

But, the categories module is identical to the default menu which is "in the header" lol. Correct? Perhaps send a screen shot of what you are wanting because right now I don't make sense of your request. Well the header menu has other things, not product categories. The header currently h...

Jump to post
  • Wed Aug 22, 2012 5:11 am
  • Replies 4
  • Views 1077

Search found 44 matches