Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Plain Products Description


jokerstar

Recommended Posts

Hi,

i downloaded from app this extension. Can you help me how reindex products please?

Problem is if you have for example older products indexed without SKU, and in wide search you choose also search SKU, it will work only for new added products, not older added..

How can I reindex products search tags  (in DB tables:  plain_products_name_search  and  plain_products_name_to_products )  ?

Thanks

Link to comment
Share on other sites

On 1/15/2023 at 1:50 PM, jokerstar said:

Hi,

i downloaded from app this extension. Can you help me how reindex products please?

Problem is if you have for example older products indexed without SKU, and in wide search you choose also search SKU, it will work only for new added products, not older added..

How can I reindex products search tags  (in DB tables:  plain_products_name_search  and  plain_products_name_to_products )  ?

Thanks

Hi,

You need to add cron jobs when you use this extension.

The command for the regular reindexing is as follows:

cd /home/YOUR_DIR/public_html && php yii.php events/plain-product-table

For example:

crontab -e

add line:

*/5 * * * * cd /home/your_dir/public_html && php yii.php events/plain-product-table

Best regards,

Ivan

Link to comment
Share on other sites

Hi Ivan,

thank you, I added your cron, its working but it index only one product per cronjob. Extension is setup to: 

Batch size
Number of products to index at once (by cron job) Ex. 200

 

Life time (mins)
Do not check product changes for this number of minutes. Ex. 720

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...