• Resolved eyewebdesign

    (@eyewebdesign)


    Hi,

    Is there a possibility to mark your product as sold. So that it’s still displayed in the catalog, but with a kind of label with “sold”.

    Kind regards
    Davy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Davy,

    Unfortunately UPCP doesn’t currently have this ability. We’ve noted this as a feature request and will discuss the viability of implementing it in a future update.

    For now, a workaround I’d suggest would be to use custom fields.

    ——————–

    Custom Field Option 1 (the Basic Custom Field):

    1) Under the custom fields tab, create a new custom field. Here’s an example of the values you can use:

    Name: Product

    Type: Select Box

    Input Values: In stock,Sold

    Display: Both

    Control Type: Dropdown

    2) After you create this custom field, edit a product and scroll down and you should see your custom field just below the “Next/Previous Products” section. By default it’ll say “In Stock”, but to change it, click the dropdown, select “Sold” and Save Changes

    ——————–

    Custom Field Option 2 (if you are familiar with inline CSS styling):

    1)
    Create a custom field and use these values:

    Name: Product

    Type: Text Area

    (Leave input values blank)

    Display: Both

    2)
    Edit a product, scroll down to your “Product” custom field and here you can enter custom HTML/CSS.

    For example:

     
    <div style="width:100%;background: darkgreen;color:white;font-weight: bold;text-align: center;padding: 5px;">SOLD</div>
    
    Thread Starter eyewebdesign

    (@eyewebdesign)

    Hi,

    Thanks for the info! I’ll try this.

    Kind regards
    Davy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set product to sold’ is closed to new replies.