ZZZZZZZZZZ
Bong. New email in - Jont's posted.
I'd fallen asleep waiting for Actinic to get back to me with the list of v903 problems I sent on 26th and 27th November.
ZZZZZZZZZZ
If anybody is interested in checking their store, the other problems are:
Conclusion (for my PC Pro article) - v903 uploads nice and quick, even if the resulting store doesn't work properly... If you wish to deviate from selling t-shirts, teapots and some paperbacks beware... back to v7 everybody!
Bong. New email in - Jont's posted.
I'd fallen asleep waiting for Actinic to get back to me with the list of v903 problems I sent on 26th and 27th November.
ZZZZZZZZZZ
If anybody is interested in checking their store, the other problems are:
- Images do not update at duplicate when changed at original product
- A dmp file is created when a product reference is altered and then changed back again. When the product reference is changed back, it causes the product to have it's components attributes and choices orphaned - see attached.
- ProductPriceRaw does not update at duplicates when price changed at original product.
- The cart marketing products associated to a duplicate product - with a hidden original product - appear as "Product no longer available".
- The cart link for this product and other duplicates with the original hidden do not work (cart link now disabled in live store).
- Products variables duplicate every time you sneeze.
- Product variables duplicate when a new product is created and a content category chosen before clicking apply (i.e. you have to finalise the creation of the basic product before choosing the content category).
- Search includes products in hidden sections.
- SSL login page does not redirect correctly, e.g.
- Single product page upload creates an empty page.
- If a customer followed the link:
http://www.url.com/cgi-bin/ss000001....Sellers%2ehtml
they should be taken to the page best_sellers.html after they've logged in. I'd previously reported this and been given the following solution. This no longer works.
- open the SearchScript.pl in the site dir
- Find the following subroutine
sub DisplayDirectLinkPage
- inside this sub, find the following line:
$Response[2] =~
s/<FORM([^>]+ACTION\s*=\s*["'])(http.*?$::g_sAccountScriptName)(["'][^>]+>
)/<FORM$1$2$sAnchor$3$sReplace/gi;
change it to
$Response[2] =~ s/<FORM([^>]+ACTION\s*?=\s*?["'])[^>]*?(http.*?$::g_sAccountScriptName)[^>
]*?(["'][^>]*?>)/<FORM$1$2$sAnchor$3$sReplace/gi; #' #
- Find the following subroutine
sub DisplayDirectLinkPage
- inside this sub, find the following line:
$Response[2] =~
s/<FORM([^>]+ACTION\s*=\s*["'])(http.*?$::g_sAccountScriptName)(["'][^>]+>
)/<FORM$1$2$sAnchor$3$sReplace/gi;
change it to
$Response[2] =~ s/<FORM([^>]+ACTION\s*?=\s*?["'])[^>]*?(http.*?$::g_sAccountScriptName)[^>
]*?(["'][^>]*?>)/<FORM$1$2$sAnchor$3$sReplace/gi; #' #
Conclusion (for my PC Pro article) - v903 uploads nice and quick, even if the resulting store doesn't work properly... If you wish to deviate from selling t-shirts, teapots and some paperbacks beware... back to v7 everybody!
Comment