Re: Removing AJAX from product tabs
Using the default OC template. I've just made changes to how the review components are displayed in your vQmod (i.e. the star graphic are shown first, the author is listed below the review, etc.). On the front-end site the design looks identical to your code, but when reviewing the source shows my c...
Jump to post- Fri Apr 20, 2012 11:11 pm
- Replies 30
- Views 6654
Re: Removing AJAX from product tabs
Thanks for sharing countzer0. Have applied your vQmod but made some simple design changes leaving all code references intact. For some reason though when I go to the page in the browser my design changes are not shown but when I review source on the page, they are! Strange. Any ideas?
Jump to post- Fri Apr 20, 2012 10:49 pm
- Replies 30
- Views 6654
Re: Pagination links rel "attribute"
dony_b, are you attempting to add the next/prev "rel" attributes to each of the category pages? If so this has to be injected within the <head> tags and I suppose would need to be written as a condition to dynamically determine which page you are on. Sure wish I knew how to do it! I was reading up a...
Jump to post- Fri Apr 20, 2012 12:40 am
- Replies 8
- Views 1935
Re: Canonical URLs for the CATEGORY pages.
Simon, been reading up a bit on Google supporting rel="prev" and rel="next" to indicate the relationship between component URLs in a paginated series. Seems to me that this would be far prefered than the rel="canonical" approach on category pages since additional pages are indeed unique content. Any...
Jump to post- Thu Apr 19, 2012 11:33 pm
- Replies 7
- Views 4568
Re: [vQmod] Print Invoice from checkout
Actually I don't mind the direction you went with your mod at all. It still makes perfect sense, more so with your last reply. My interest for having details on the success page actually lies within another problem altogether. I think opencart desperately needs to return order variables on the succe...
Jump to post- Tue Apr 10, 2012 3:20 am
- Replies 61
- Views 17885
Re: [vQmod] Print Invoice from checkout
Thanks again for the speedy reply. Just edited my response above with just a few more questions.
Jump to post- Tue Apr 10, 2012 2:17 am
- Replies 61
- Views 17885
Re: [vQmod] Print Invoice from checkout
Thanks straightlight, but the order details do NOT display on the success page itself, correct? One must clickthrough to the invoice page to see these details if I understand correctly. I would have to agree with qphoria that the order recap on the success page itself is a much needed addition to op...
Jump to post- Tue Apr 10, 2012 2:11 am
- Replies 61
- Views 17885
Re: [vQmod] Print Invoice from checkout
Does this also return the order tax and order shipping to the success page?
Jump to post- Mon Apr 09, 2012 9:45 pm
- Replies 61
- Views 17885
Re: Need product model variable in footer.tpl
Jay... brilliant! I can't thank you enough!
It has worked perfectly in my vQmod.
Hats off! You guys that know what you're doing really rock! I wish I had your talents. This latest code for Google Trusted Stores has been a bear but this should fulfill the requirement.
Thanks so much again!
- Mon Apr 09, 2012 2:27 am
- Replies 5
- Views 1547
Re: Need product model variable in footer.tpl
Thanks Jay, figured as much, simply beyond my capabilities. But that never keeps me from trying and experimenting.
For now I'd be happy with it returning a product model number if on the product page and null if any other page.
Thanks for replying back.
- Sat Apr 07, 2012 10:20 pm
- Replies 5
- Views 1547
Need product model variable in footer.tpl
Can anyone provide assistance that would help me return the product model variable in footer.tpl preferably with a vQmod? I'm using 1.5.2.1 Ideally, if: on a product page the variable is returned for that product, on a category page the variable is returned for the first product listed, on a checkou...
Jump to post- Sat Apr 07, 2012 12:25 am
- Replies 5
- Views 1547
Re: Google Analytics Funnel Reporting & Goal Tracking
I have been able to get the Google ecommerce tracking working fine on 1.5.2 except for product category, order tax and order shipping. Does anyone know what variables to plug in to return this info specifically?
Jump to post- Tue Apr 03, 2012 4:39 am
- Replies 156
- Views 51761
Re: Help on 301 Redirect to Avoid Google Problems
NICE! If that's the case the global rewrite is much better and more efficient!
Thanks!
- Wed Mar 28, 2012 8:48 pm
- Replies 30
- Views 2811
Re: Help on 301 Redirect to Avoid Google Problems
SEO is quite an education! Thanks for the lesson Simon. But I'm still just a little confused. ??? Would the "/$1" in the statement: RewriteRule ^store/(.*)$ /$1 [R=301,L] basically tell the search engine to transfer rankings from www.mysite.com/store/anything to www.mysite.com/anything or just to ww...
Jump to post- Wed Mar 28, 2012 5:13 am
- Replies 30
- Views 2811
Re: Help on 301 Redirect to Avoid Google Problems
Thanks Simon. Does the regular expression (.*) grab anything after the "store/" (i.e. "store/bracelet123") in essence transfer any SEO from "www.mysite.com/store/bracelet123" to "www.mysite.com/"? Or am I misunderstanding what that (.*) does? I was planning to include individual 301 rewrites for all...
Jump to post- Wed Mar 28, 2012 4:26 am
- Replies 30
- Views 2811
Re: Help on 301 Redirect to Avoid Google Problems
Just to confirm: RewriteRule ^store/(.*)$ /$1 [R=301,L] rewrites everything under old directory to root. Correct? Doesn't one lose "SEO juice" for all pages under "/store" that are indexed... essentially telling search engines to transfer all "juice" to the homepage? If I have many pages indexed and...
Jump to post- Wed Mar 28, 2012 3:42 am
- Replies 30
- Views 2811
Re: Duplicating categories & SEO ramifications
I suppose that is an option but try to avoid hardcoding for obvious upgrade reasons. I could attempt to write a vQmod for it, but it almost seems easier to go the duplicate route.
Thanks for the suggestion. Anxious to hear other thoughts, pros/cons.
- Mon Mar 26, 2012 12:21 am
- Replies 2
- Views 577
Duplicating categories & SEO ramifications
My jewelry site has a "Shop by Gemstone" top-level category as well as top-level categories for "Necklaces", "Bracelets" and "Earrings". Under my "Shop by..." category, I have sub-categories of the gemstones like, "Amber", "Amethyst", etc. Under each of these I have sub-sub-categories like, "Amber N...
Jump to post- Sun Mar 25, 2012 11:58 pm
- Replies 2
- Views 577
Re: Canonical URLs for the CATEGORY pages.
Couldn't subcategories have 2 routes though? .../category/subcategory/product and .../subcategory/product Granted, it looks as if there's no way to navigate directly to the subcategory version of the url, but both resolve to the same page. Would it be better to address with a rewrite in htaccess? Or...
Jump to post- Sun Mar 11, 2012 1:34 am
- Replies 7
- Views 4568
Re: from 1.5.1.3 to 1.5.2.1 [SOLVED]
Hey Q, made the edit to upgrade.sql recommended and just went back and re-ran the install after reading some instructions found. Either after the edit or running a second time, it looks like my flat shipping issue has gone away!
Many thanks again!
- Fri Mar 09, 2012 9:32 am
- Replies 14
- Views 5080