Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

XGallery

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #11  
Old 04-19-2022, 09:18 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: XGallery

/skin/reboot/customer/main/product_tabs.tpl
/skin/reboot/modules/Detailed_Product_Images/gallery.tpl
/skin/reboot/modules/Detailed_Product_Images/images.tpl
__________________
xcartmods.co.uk
Reply With Quote
  #12  
Old 04-19-2022, 09:25 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: XGallery

Also, don't forget step 3 in the readme.txt which checks for product galleries.
__________________
xcartmods.co.uk
Reply With Quote
  #13  
Old 04-19-2022, 09:25 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: XGallery

Quote:
Originally Posted by PhilJ
/skin/reboot/customer/main/product_tabs.tpl
/skin/reboot/modules/Detailed_Product_Images/gallery.tpl
/skin/reboot/modules/Detailed_Product_Images/images.tpl




had those already in there, still nothing.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #14  
Old 04-19-2022, 09:30 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: XGallery

rechecked the product.php and code is in there. same thing.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #15  
Old 09-21-2022, 10:49 AM
  neonrider's Avatar 
neonrider neonrider is online now
 

X-Adept
  
Join Date: Oct 2005
Posts: 745
 

Default Re: XGallery

Phil,

After an item is sold instead of DELETE from the store it is better for SEO to leave it there, but then you can't DISABLE or HIDE it (it will be invisible to the public). So will your X-Gallery work like this: after sold, transfer it to the gallery by changing the CATEGORY from "STORE ITEMS" to "GALLERY ITEMS" (those are custom labels) and also to remove all the labels that a visitor would associate (confuse) this item with a store stock item, such as (take a look at the attached screenshot):

REMOVE or rather REPLACE:

1. PRODUCTS label replace with EXHIBITS label
2. PRODUCT CODE: replace with "GALLERY CODE" label
3. "Set your own price" text replace with "custom label text" or REMOVE it
4. "Set your own price! The price for this product...." - REMOVE or REPLACE with custom text of my own
5. "Out of stock" label replace with custom label or REMOVE it.
6. If possible without an unreasonable cost involved to include a Google Adsense banner (any banner) on the final enlarged pop-up that displays the exhibit/product in its maximum size.
Attached Images
File Type: jpg xcart_sold2gallery.jpg (43.3 KB, 3 views)
__________________
X-Cart Gold - 4.7.12
Reply With Quote
  #16  
Old 09-22-2022, 09:45 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: XGallery

I wouldn't use this gallery for your purposes.

Can't you just disable inventory tracking so that out of stock products still display?

You can use smarty code to show/hide content when the products quantities are set to zero.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
neonrider (09-22-2022)
  #17  
Old 09-22-2022, 09:59 AM
  neonrider's Avatar 
neonrider neonrider is online now
 

X-Adept
  
Join Date: Oct 2005
Posts: 745
 

Default Re: XGallery

Quote:
Originally Posted by PhilJ
I wouldn't use this gallery for your purposes.

Can't you just disable inventory tracking so that out of stock products still display?

You can use smarty code to show/hide content when the products quantities are set to zero.

Disabling inventory tracking for my shop is like killing one useful feature in favour of another one. I would rather have a tiny bit separation between stock and gallery or rather photo album functionality.

Recently after some research I realised that I may need something more like a Photo Album rather than a Gallery, since Gallery just displays a bunch of photos next to each other while Photo album has a lot of text around each photo and is more informative almost like a multi-blog where each blog page represents one gallery item.

Regarding "You can use smarty code to show/hide content when the products quantities are set to zero." — I am yet to find out or learn what that is and how to do it, if it is possible at all with my set of mind and skill.
__________________
X-Cart Gold - 4.7.12
Reply With Quote
  #18  
Old 09-22-2022, 10:06 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: XGallery

Code:
{if $product.avail eq 0} this is out of stock {/if}
Once a product has sold, you could move them to a separate category (that acts like an archive), for which you could have custom catagory and product page templates for.

Loads of ways of doing it. I don't think you need any kind of gallery or photo album for the job. Just a few templates will need adding/tweaking.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
neonrider (09-22-2022)
  #19  
Old 09-22-2022, 10:14 AM
  neonrider's Avatar 
neonrider neonrider is online now
 

X-Adept
  
Join Date: Oct 2005
Posts: 745
 

Default Re: XGallery

Quote:
Originally Posted by PhilJ
Code:
{if $product.avail eq 0} this is out of stock {/if}
Once a product has sold, you could move them to a separate category (that acts like an archive), for which you could have custom product page templates for.

Loads of ways of doing it. I don't think you need any kind of gallery or photo album for the job.

That's what I do, I move sold items to a newly created "Gallery" category and this is what it looks like (attached screenshot):
Attached Images
File Type: jpg xcart_sold2gallery.jpg (43.3 KB, 6 views)
__________________
X-Cart Gold - 4.7.12
Reply With Quote
  #20  
Old 09-22-2022, 10:21 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: XGallery

I could help you out with that. It probably wouldn't take long or cost a lot. You'd just have to map out how you'd like the archive category and product pages laid out visually.
__________________
xcartmods.co.uk
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:17 AM.

   

 
X-Cart forums © 2001-2020