Zen Cart Logo
Forums / General Questions / Question on selling sample Products

Question on selling sample Products

Locked

Views: 1,236

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
5 Aug 2006, 5:02 PM
#1
rlantigua avatar

rlantigua

New Zenner

Join Date:
Jun 2006
Posts:
51
Plugin Contributions:
0

Question on selling sample Products

If you were to sell customa prints and you want to post just some samples
and a the instructions how to order the items.

what will be the best way to do this?

Call for price could confuse the buyer thinking they are bying that particular
paint.

Any ideas?

6 Aug 2006, 2:13 AM
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Question on selling sample Products

Watermark all of the images that you display as samples only and then put your cart into showcase only mode. Then they could use the contact us form (which you customize yo display your ordering info) to send you a message ? Would this not work?

6 Aug 2006, 5:09 AM
#3
rlantigua avatar

rlantigua

New Zenner

Join Date:
Jun 2006
Posts:
51
Plugin Contributions:
0

Re: Question on selling sample Products

TinaS:

Watermark all of the images that you display as samples only and then put your cart into showcase only mode. Then they could use the contact us form (which you customize yo display your ordering info) to send you a message ? Would this not work?

That could work but I'll be selling real producst also. I may have to use a custom page or something !!

6 Aug 2006, 7:21 AM
#4
designbydemeter avatar

designbydemeter

Zen Follower

Join Date:
Jun 2006
Location:
Taos,NM
Posts:
225
Plugin Contributions:
0

Re: Question on selling sample Products

I just put half my site into showcase mode and half into store mode. My invitation designs are not able to be purchased online, but I have other stationery products that can.

Creating products using the "Document-General" product type enables you to trigger a new sidebox and create categories that you can designate to not be cart enabled.

Check my site: Invitation Studio is showcase, stationery store is traditional 'store.'

Long story short - make your samples a "Document-General" product type and go from there.

6 Aug 2006, 3:59 PM
#5
rlantigua avatar

rlantigua

New Zenner

Join Date:
Jun 2006
Posts:
51
Plugin Contributions:
0

Re: Question on selling sample Products

DesignbyDemeter:

I just put half my site into showcase mode and half into store mode. My invitation designs are not able to be purchased online, but I have other stationery products that can.

Creating products using the "Document-General" product type enables you to trigger a new sidebox and create categories that you can designate to not be cart enabled.

Check my site: Invitation Studio is showcase, stationery store is traditional 'store.'

Long story short - make your samples a "Document-General" product type and go from there.

yes,, that is what I need to do... Questio I hava is how did you got
"Invitation Showcase" to show as a header?

and how did you configure the store half show case and half normal?

6 Aug 2006, 6:11 PM
#6
designbydemeter avatar

designbydemeter

Zen Follower

Join Date:
Jun 2006
Location:
Taos,NM
Posts:
225
Plugin Contributions:
0

Re: Question on selling sample Products

Okay -

  1. Finding the file to modify:

Use "Tools/Developer Toolkit", I searched on the word "DDOCUMENT.

/home/handmad/public_html/includes/languages/english/extra_definitions/Series_12_Paper/document_general.php
Line #22 : DEFINE('BOX_HEADING_DOCUMENT_CATEGORIES', 'Invitation Showcase');

  1. Using overrides:

Series_12_Paper is my custom template folder, so I copied the file from template_default and made the Series_12 (you canname it anything) folder, copied it there and made my modifications. By using this logic throughout your system, you will preserve your changes throughout upgrades and patches.

  1. Product Types:
  • Create your new top category
    *Create your first product: Click on your new category, where it displays Proudct Type - select Document General and proceed.
    *Then edit your new category and select Product General - do not allow to add to cart, and click on "add to include sub categories".

Your "Document" products will trigger the new sidebox,which you have renamed the header in (1).

Kinda sketchy, but I had help from lots of folks on the board, didn't ever collect the info in one place.

Best,
Laura

22 Aug 2006, 1:53 AM
#7
rlantigua avatar

rlantigua

New Zenner

Join Date:
Jun 2006
Posts:
51
Plugin Contributions:
0

Re: Question on selling sample Products

DesignbyDemeter:

Okay -

  1. Finding the file to modify:

Use "Tools/Developer Toolkit", I searched on the word "DDOCUMENT.

/home/handmad/public_html/includes/languages/english/extra_definitions/Series_12_Paper/document_general.php
Line #22 : DEFINE('BOX_HEADING_DOCUMENT_CATEGORIES', 'Invitation Showcase');

  1. Using overrides:

Series_12_Paper is my custom template folder, so I copied the file from template_default and made the Series_12 (you canname it anything) folder, copied it there and made my modifications. By using this logic throughout your system, you will preserve your changes throughout upgrades and patches.

  1. Product Types:
  • Create your new top category
    *Create your first product: Click on your new category, where it displays Proudct Type - select Document General and proceed.
    *Then edit your new category and select Product General - do not allow to add to cart, and click on "add to include sub categories".

Your "Document" products will trigger the new sidebox,which you have renamed the header in (1).

Kinda sketchy, but I had help from lots of folks on the board, didn't ever collect the info in one place.

Best,
Laura

Thanks laura... I did it on my local machine. havina a hard time replicating the steps on the site. "DOCUMENTS still shows up"

22 Aug 2006, 3:51 AM
#8
designbydemeter avatar

designbydemeter

Zen Follower

Join Date:
Jun 2006
Location:
Taos,NM
Posts:
225
Plugin Contributions:
0

Re: Question on selling sample Products

I put together a step by step on creating saleable and non-saleable (product & document) items. You can find the thread here

~Laura