Perch Shop - Option logs no ID

  • Hello,


    I am using Perch Shop and when adding an option value, the debug message outputs the following:


    Code
    1. Array
    2. (
    3. [title] => Blauw
    4. [skucode] => BLAUW
    5. [id] => 28
    6. )
    7. [1] SELECT * FROM perch3_shop_option_values WHERE valueID='28' AND valueDeleted IS NULL LIMIT 1
    8. UPDATE perch3_shop_option_values SET optionID='1', valueTitle='Blauw', valueSKUCode='BLAUW', valueOrder=12, valueDynamicFields='{}', valueUpdated='2019-03-08 14:46:13' WHERE valueID='28'
    9. No ids to log.


    Also, when adding a product with options to the cart, the option gets output as a number (the id) instead of the title.

    Option: Purple

    SKU code: PURPLE


    When adding in cart it says:

    Color: 87


    Code in my cart:

    Code
    1. <perch:if exists="color">Color: <perch:cartitem id="color" /></perch:if>


    How could I output the option title instead of the id, and why does it says No ids to log?

  • drewm

    Approved the thread.