Rank: Member
Joined: 9/21/2004(UTC) Posts: 97
|
Quick question for the folks here. We have been working on our migration from BV2004 to BV5 the last few weeks. We are getting close to the production cutover. Due to the number of SKUs (39,000), we need to do a lot maintenance outside the BV admin and go direct to the database. We have been following the same approach for years on BV2004.
I need some background info on a behavior that we are experiencing with BV5. This may be quite elementary to folks here. It seems that after we update certain fields in BV5 tables, the change is not automatically reflected on the BV5 store front-end. In other words, when we updated the "rewriteurl" field in the bvc_product table using a SQL UPDATE statement, while we can see the new info on the product page when we pull it up on bvadmin, we do not see the effect on the front end storefront.
We flushed cache but no change. If we go to the same product page on the backend and the save the product, then the change we made with the SQL UPDATE becomes effective for the product.
Can somebody enlighten us on this and perhaps offer a solution to have the changes we make effective.
Thanks. Nolan
|
|
|
|
Rank: Member
Joined: 4/10/2006(UTC) Posts: 462
|
The custom url for product rewriting is stored in 2 places. The rewrite url for the product is stored in 2 places. Wit the product and in the custom rewrite table so that all data regarding rewriting can be retrieved from 1 place when the rewriting engine is rewriting urls.
Have a look at the product_edit.aspx.vb file for further details. |
Netriplex Corporation<br /> |
|
|
|
Rank: Member
Joined: 9/21/2004(UTC) Posts: 97
|
Thank you for the reply. I will go ahead and check this out. Quick question on the rewrite engine, is this engine schedule to run on specific times are is it triggered as need by the application. Is this a .net feature or some BV developed module?
Nolan
|
|
|
|
Rank: Member
Joined: 4/10/2006(UTC) Posts: 462
|
The "engine" is an HTTPModule written by bv that is run as needed. |
Netriplex Corporation<br /> |
|
|
|
Rank: Member
Joined: 9/21/2004(UTC) Posts: 97
|
Fully appreciate you help ... best to you !!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.