News:

AbanteCart v1.4.3 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sanjay210

#1
It seems like the issue might be with the image path or file permissions. First, double-check that the image path in your HTML is correct, using relative paths like images/product_image.jpg. Also, ensure the image files have the right permissions so the server can access them. Try clearing the cache in AbanteCart and refreshing your browser. Make sure you're using the correct <img> tag in your HTML, like <img src="images/product_image.jpg" alt="Product Image" />. If the issue persists, check AbanteCart's admin panel settings to ensure images are mapped properly. You can also try uploading the image via the admin interface directly.
#2
To find which products are shown in blocks, it depends on how your system handles them. For standard blocks like "Featured," the products_featured table stores product IDs. For custom blocks, check if there's a table like custom_block_products or products_to_blocks. If you're looking to get all products that appear in any block, you can use a SQL query with UNION across all block-related tables. For example, pull product IDs from products_featured, specials, and your custom block tables. If managing many blocks is getting confusing, consider using a single relational table to track which product is in which block.
#3
Do you have any alternative solution for this. If any one have then please suggest.
Thanks

Forum Rules Code of conduct
AbanteCart.com 2010 -