Re: [Solved] Sales > Orders = "error undefined"
Newest version and I get this "error undefined" error. It happens in Order but only after clicking on one of the orders. Then, if I click anything else within that order, I get the same error.
Jump to post- Thu Mar 23, 2017 2:43 am
- Replies 7
- Views 1872
Re: Sitemap Error with numbers and special characters
Thanks,
Getting error on the page: class 'Controllerfeedgooglesitemap' not found ... line 43
Should it be "ControllerFeedGoogleSitemap" instead?
- Mon Aug 15, 2016 9:25 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Was this last solution a replacement of the entire Google feed code?
Jump to post- Thu Aug 04, 2016 12:07 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
I commented out those two lines and finally got my sitemap.xml...
What should I change to make the "name" data acceptable?
- Sat Jul 30, 2016 12:08 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Code: Select all
$output .= '<image:caption>' . $product['name'] . '</image:caption>';
$output .= '<image:title>' . $product['name'] . '</image:title>';
- Sat Jul 30, 2016 12:03 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Oh, Brother!
The VQMOD search wasn't selecting as expected.
I changed the file directly and got different results... it's failing on the image caption now.
Code: Select all
</image:loc><image:caption>Coin & Feather
- Fri Jul 29, 2016 11:49 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Thank you so much for your help.
Reverting back to original and swapping out the application for text did not get rid of the error.
- Fri Jul 29, 2016 11:37 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Can you clarify: 'Doesn't seem to have done the trick?' That regular expression appears to only search for standard html so it's not finding ®, ™ and other special characters in the name of the product. %<((\w+)\s?.*?)>(.+?)</\2>%si So, when I hit the google sitemap page, it fails because of those ...
Jump to post- Fri Jul 29, 2016 11:04 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
It's not finding "®" in that regular expression. From the web, this looks like it would find all special characters
Code: Select all
&[#0-9a-z]+;
- Fri Jul 29, 2016 10:39 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
That doesn't seem to have done the trick.
I wonder if the expression (%<((\w+)\s?.*?)>(.+?)</\2>%si) is catching all of the errors I'm seeing?
I'm not all that good with Reg Exp. what is this expression finding?
- Fri Jul 29, 2016 10:12 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Thanks, I'll try that. Where your search was: $this->response->addHeader('Content-Type: application/xml'); $this->response->setOutput($parse_output); I had the following (output) $this->response->addHeader('Content-Type: application/xml'); $this->response->setOutput($output);
Jump to post- Fri Jul 29, 2016 9:35 pm
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
I submitted my own sitemap to Google but I still wonder if there's a fix to this?
Jump to post- Sat Jul 23, 2016 2:06 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
™ is probably NOT allowed even in HTML because it's likely 'interpreted' as BEEING some (invalid) HTML Code ! Ernie I think allowing ™ and ® are reasonable characters to expect in a product name. and there are just so many possible characters to anticipate. Somethings' just not setup to h...
Jump to post- Fri Jun 24, 2016 4:44 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
https://www.amep.com/index.php?route=fe ... le_sitemap
Version 2.1.0.1
- Fri Jun 24, 2016 2:09 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
It looks like it might be failing on the number 1? Jump to post10+1™
- Fri Jun 24, 2016 1:47 am
- Replies 31
- Views 4578
Re: Sitemap Error with numbers and special characters
Thanks much.
That did something but didn't solve it. Any ideas.
- Fri Jun 24, 2016 1:30 am
- Replies 31
- Views 4578
Sitemap Error with numbers and special characters
When looking at the Google Sitemap Feed page, it's showing errors with products that have numbers and special characters and spaces in the Name field of the (oc_product_description.name) table. The sitemap appears to fail as it pertains to the thumbnail caption. As an example: <image:caption>A &...
Jump to post- Fri Jun 24, 2016 12:59 am
- Replies 31
- Views 4578
Re: Need Part ID in both product and category page
Worked great! Thanks.
Jump to post- Thu Jun 09, 2016 10:32 pm
- Replies 3
- Views 552
Need Part ID in both product and category page
I want to add the part number, that is seen in product.tpl (detail page) and add it to the category.tpl (results page).
What's the process to get this bit of php to work in the results page?
Code: Select all
<?php echo $text_model; ?> <?php echo $model; ?>
- Thu Jun 09, 2016 9:40 pm
- Replies 3
- Views 552
Re: How To: Add Files - Dealer Group Only
Update to my own post: There are a few nice extensions that I purchased that work really well. The Form Builder Pro: This is a form builder but it has the ability to restrict access to general content by customer type. HTML Block Module Pro - UNLIMITED HTML Blocks Everywhere! Restrict Catalog By Cus...
Jump to post- Thu Jun 09, 2016 9:34 pm
- Replies 5
- Views 822