- Posts: 25
- Thank you received: 0
Item Listing
15 years 8 months ago - 15 years 8 months ago #5907
by danny
Item Listing was created by danny
Hi,
I am listing dvd players as one of my catagories, where the image is in landscape long and narrow.
When the images are listed it is unclear what product is related to what product description as the image appears to be listed at the top of the allocated image area. It means that the image listed below is actually closer to the product description for the item above it. Is it possible to have the image listing in the center of the allocated area?
Also, i was wanting to show a 'SOLD OUT' logo in some of the listings to appear like the sale going well. Is it possible to list an 'item' (sold out logo) without it linking to the product description.
Thanks. Danny
I am listing dvd players as one of my catagories, where the image is in landscape long and narrow.
When the images are listed it is unclear what product is related to what product description as the image appears to be listed at the top of the allocated image area. It means that the image listed below is actually closer to the product description for the item above it. Is it possible to have the image listing in the center of the allocated area?
Also, i was wanting to show a 'SOLD OUT' logo in some of the listings to appear like the sale going well. Is it possible to list an 'item' (sold out logo) without it linking to the product description.
Thanks. Danny
Last edit: 15 years 8 months ago by danny.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5908
by nicolas
Replied by nicolas on topic Re: Item Listing
Hi,
Probably. But without a link to that page we won't be able to tell you more about what you could do.
For the sold out, you will have to edit the view used to display your products listing via the menu Display->Views. The view file will depend on your options so, again, we can't tell you without a link to that page.
Probably. But without a link to that page we won't be able to tell you more about what you could do.
For the sold out, you will have to edit the view used to display your products listing via the menu Display->Views. The view file will depend on your options so, again, we can't tell you without a link to that page.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5918
by danny
Replied by danny on topic Re: Item Listing
Thanks for your reply.
You can have a look at
www.webshoppingcarts.com.au/demo2/index....out=listing&Itemid=2
Thanks. Danny
You can have a look at
www.webshoppingcarts.com.au/demo2/index....out=listing&Itemid=2
Thanks. Danny
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5921
by nicolas
Replied by nicolas on topic Re: Item Listing
Why not just reduce the height of your thumbnails in the config under the tab files ? That should lessen the gap between the image and the text related to it.
For the sold out button, you should edit the file listing_img_title of the view product via the menu Display->Views. There, you can do some checks like this:
<?php if($this->row->product_quantity!=0){ ?>
<a href="<?php echo $link;?>">
<?php }
echo $this->row->product_name;
if($this->row->product_quantity!=0){ ?>
</a>
<?php } ?>
That way, the link to the product page, on the title of the product will be removed when the quantity of the product is 0.
For the sold out button, you should edit the file listing_img_title of the view product via the menu Display->Views. There, you can do some checks like this:
<?php if($this->row->product_quantity!=0){ ?>
<a href="<?php echo $link;?>">
<?php }
echo $this->row->product_name;
if($this->row->product_quantity!=0){ ?>
</a>
<?php } ?>
That way, the link to the product page, on the title of the product will be removed when the quantity of the product is 0.
Please Log in or Create an account to join the conversation.
Time to create page: 0.195 seconds