Re: Simple SEO URL [support thread]
So nobody knows what might be a problem with ssu manager,
it says:
1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set default language identifier', 'SSU_MULTI_LANGUAGE_DEFAULT_IDENTIFIER', 'true', 'This option is useful for sites that use multi-languages. You can tell SSU to not add language identifier into the links for the default language.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');]
and what to do to fix it???
THANKSSSSSSSS
Re: Simple SEO URL [support thread]
I don't get this mod.. It took me me 2 hours to install it..Kept causing problems on a fresh install of Zen..THEN when i do get it installed it jackes up my CSS buttons!!!
Doesn't make ANY sense! Why is it messing with CSS? My Add To Cart Buttons is not showing at the size specified in CSS, and Search Header Buttons is repeating eventough CSS sayin no-repeat.
Re: Simple SEO URL [support thread]
hello, I have the last version and
when I on admin
click on reset categories, or reset products, or reset all
after 7000 files removed, for example, in admin I see a white page...
And for some products that I have insert recently via easy upload
I have the browser redirect loop
(with browser IE, firefox, chrome, safari)
please help me
I have about 1400 products :cry:
Re: Simple SEO URL [support thread]
The only fix I have found for my back button problem was a bit of a bodge but better that than 404 errors.
I changed the code in functions_general.php:
from:
Code:
// Set back button
function zen_back_link() {
if (sizeof($_SESSION['navigation']->path)-2 > 0) {
$back = sizeof($_SESSION['navigation']->path)-2;
$link = '<a href="' . zen_href_link($_SESSION['navigation']->path[$back]['page'], zen_array_to_string($_SESSION['navigation']->path[$back]['get'], array('action')), $_SESSION['navigation']->path[$back]['mode']) . '">';
} else {
if (isset($_SERVER['HTTP_REFERER']) && strstr(HTTP_SERVER, $_SERVER['HTTP_REFERER'])) {
$link= $_SERVER['HTTP_REFERER'];
} else {
$link = '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">';
}
$_SESSION['navigation'] = new navigationHistory;
}
return $link;
}
to:
Code:
// Set back button
function zen_back_link() {
if (sizeof($_SESSION['navigation']->path)-2 > 0) {
$back = sizeof($_SESSION['navigation']->path)-2;
$link = '<a href="http://www.ASHOP.com/index/index_php">';
} else {
if (isset($_SERVER['HTTP_REFERER']) && strstr(HTTP_SERVER, $_SERVER['HTTP_REFERER'])) {
$link= $_SERVER['HTTP_REFERER'];
} else {
$link = '<a href="http://www.ASHOP.com/index/index_php">';
}
$_SESSION['navigation'] = new navigationHistory;
}
return $link;
}
and then changed the following in tpl_conditions_default.php
from
Code:
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
to
Its crude but worked :)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
I suspect you are using linked product right?
If so, it's how it's supposed to be.
First, dont worry about duplicated content in this, Google says it's okie
Second, if you still worry about it, you can use canonical tag, if you would like to use canonical tag with SSU then perhaps you want to try out the new version, contact me for the package.
Hi,
Duplicate content is no okie, actually. How can we tweak this to use a proper canonical url for linked products?
Any ideas?
~Melanie
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
planatgenet
Hi Yellow,
I have my product listing pages set up so that when a customer clicks the "buy it now" button the product is added to their cart without going to the product info page, it stays on the product listing page.
This works fine when SSU is turned off, but when I activate SSU the behaviour changes and pressing the buy it now button instead takes the user to the product info page.
Any ideas on what might be causing this change in behaviour as I would like the user to stay on the product listing page when they press the buy it now button.
Many thanks
Hi yellow1912,
I'm experiencing the same issue as described above. When on a product listing page, after a customer clicks on the buy now button, they are redirected to the product info page rather than remaining on the product listing page.
Just want to know if there's a solution to this other than setting the buy button to redirect to the shopping cart.
SSU v3.7.1
ZC v1.3.81
Thanks.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
pe1234ter
Anyone know how to fix this issue?:blush:
Re: Simple SEO URL [support thread]
Raine must be taken a well deserved vacation.
Re: Simple SEO URL [support thread]
my SSU mad has started to act odd.
when i try and set my own alias to a URL it reverts the URL to the way it would be wrote with aliases turned off.
resetting cache does nothing.
has this mod stopped being maintained by yellow1912?
Re: Simple SEO URL [support thread]
Hi,
I have installed the module manager and SSEO URL on a local installtion to test it.
If I go to admin>extra>box_ssu I get the following message:
1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
in:
[INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
If I go to admin>tools>module manager I click on list all modules and then on update I get again the message:
1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
in:
[INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Under admin>configuration I do not find any command related to SSEO.
I have the italian version of 1,38a.
Can someone point me in the right direction in order to have the SSEO working?
Thanks
enzo