hikashope-commerce

  • Home
    • BLOGBLOGNews from the front
    • BRANDBRANDAbout Hikari Software
    • PARTNERSPARTNERSHikaShop Partners
  • Extensions
    • HIKASHOP ESSENTIAL 60€HIKASHOP ESSENTIAL 60€The basic version. With the main features for a little shop.
    • HIKAMARKETHIKAMARKETAdd-on Create a multivendor platform. Enable many vendors on your website.
    • HIKASERIALHIKASERIALAdd-on Sale e-tickets, vouchers, gift certificates, serial numbers and more!
    • MARKETPLACEMARKETPLACEPlugins, modules and other kinds of integrations for HikaShop
    • HIKASHOP BUSINESS 120€HIKASHOP BUSINESS 120€The best version for a big shop online. With all the best features.
    • HIKAAUCTION 40€HIKAAUCTION 40€Add-on Create auctions and let your customers bid for products.
    • HIKASHOP MULTI-SITES 420€HIKASHOP MULTI-SITES 420€Hikashop Business edition for multiple sites.
    • ACCESS THE CHECKOUTACCESS THE CHECKOUTClick here to access the payment area
    • HIKASHOP STARTERDownload now !
    • COMPARE VERSIONSSee all features
    • ESSENTIAL TO BUSINESSUpgrade now
  • Download
    • LANGUAGESLANGUAGESHikaShop is translated in more than 40 languages
    • STYLES FOR HIKASHOP 40€STYLES FOR HIKASHOP 40€Change the layout of HikaShop to fit your website design
    • TEMPLATES FOR HIKASHOPTEMPLATES FOR HIKASHOPJoomla templates optimized for HikaShop
  • Support
    • DOCUMENTATIONDOCUMENTATIONWhere everything is explained !
    • FORUMFORUMIf our doc didn't answer your question
    • FAQFAQFrequently Asked Questions
    • CONTACT USCONTACT USFor specific requests only
  • Demo
    • LIVE DEMOLIVE DEMOTest HikaShop by yourself. Front-end and Back-end.
    • THEY USE HIKASHOP !THEY USE HIKASHOP !Gallery of the best websites realized with HikaShop.
    • MY SUBSCRIPTIONSMY SUBSCRIPTIONSAll your HikaShop products
  • Log in

    Forgot your password?
    Forgot your username?
    Create an account

  • Log in

    Forgot your password?
    Forgot your username?
    Create an account

  • Support
  • FORUM
  • HikaShop
  • Product & Category Display
  • block custom main -
    • Vorov
    • Vorov's Avatar Topic Author
    • Offline
    • Posts: 37
    • Thank you received: 0
    10 years 4 months ago #199107

    -- HikaShop version -- : 2.3.4
    -- Joomla version -- : 3.4.1

    You can display the value of show_block_custom_main as <select> ?

    <?php echo $this->fieldsClass->show($oneExtraField,$value); ?>

    Now these are in series, we would like to derive as <select>

    Still need to remove from the output values with a comma ","

    Attachments:

    Please Log in or Create an account to join the conversation.

    • nicolas
    • nicolas's Avatar
    • Away
    • Posts: 84304
    • Thank you received: 13698
    • MODERATOR
    10 years 4 months ago #199110

    Hi,

    If you want a select, you should create a custom field of the table "item", not "product".

    Please Log in or Create an account to join the conversation.

    • Vorov
    • Vorov's Avatar Topic Author
    • Offline
    • Posts: 37
    • Thank you received: 0
    10 years 4 months ago #199174

    For example:
    Shoes sold. This Shoe 4 size: 25,26,27,32.
    The buyer chooses the size of the Shoe from the display size. If done as you suggest, then there would be no communication. In the admin chose product specific values, and the front part of the site displays the field (25,26,27,32) and a combobox (25,26,27,28,29,30,31,32) not associated with a field .

    Attachments:

    Please Log in or Create an account to join the conversation.

    • nicolas
    • nicolas's Avatar
    • Away
    • Posts: 84304
    • Thank you received: 13698
    • MODERATOR
    10 years 4 months ago #199182

    Hi,

    So in that case, why use custom fields at all ?
    Characteristics already allow you to do that: You enter all the possible values of the characteristic, and then after you add it to the product, you can click on the "manage variants" button to deactivate the variants that you don't want to sell for that product.
    Characteristics also display as a dropdown by default on your product page, so that should already do what you want.

    The following user(s) said Thank You: Vorov

    Please Log in or Create an account to join the conversation.

    • Start
    • Prev
    • 1
    • Next
    • End
    • 1
    • Support
    • FORUM
    • HikaShop
    • Product & Category Display
    • block custom main -