Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1614263
Woocommerce value storages issue
Closed

Comments

  • lensmen123 started the conversation

    Hello Support Team,

    We have already purchased this Theme and tried to integrate Date Manager in our project.  As we need to maintain these dates by using Rental plugin (From and To dates to book a product) we need to customize the coding for date selection. We tried the same but here after changing we need to update the cart with these dates and prices.

    So to do those we need to update the existing woocommerce plugin. We tried to find where to change the code / update but we cannot find the proper place to update the same at database.  

    As we struck at this point, your support needed and we need to know where to make changes to code to get update at database and where to write the code as well.

    Finally, we need the where the values are storing at woocommerece and Database.  Expecting a positive reply from your end on the same asap.  Even at attached screenshot you mentioned that there is scope to change the Set pickup Date, Time & Return Date & Time, we cannot found where to change the same at Theme. 

    Here is the Link of our Website : http://lensmen.in/demo3/

    Regards,
    Indra

  • lensmen123 replied

    Hello Team,

    IN addition to my earlier email, Check the attached screenshots for your reference about the above issue.

    Thanks & Regards,

    Indra

  • [deleted] replied

    Hi,

    Try to changes template woocommerce/cart/cart.php in theme directory. Better do this with child theme.

  • lensmen123 replied

    Thanks Max, will check and get back to you on any issues.


  •   lensmen123 replied privately
  • [deleted] replied

    I don't have any idea about this. I suppose you need to use some custom woocommerce cart save hooks.

  • lensmen123 replied

    Dear support team,

    Thanks for your positive and quick response and also for the suggestion for the paid support as well.

    We certainly understand about the Paid Support, but we aren't asking for any support / changes from your end.  We just would like to know about where these values are storing only, so we shall make the changes / customization at our end.  Being a Theme Purchaser, we must have such right to know and ask you where the files / values are storing.  We having a Development team already can able to make customization where needed, but requested you to let us know the location only for these values.

    So it would be great and helpful if you can provide us that information to us as we have bought the theme already from your end and you are suppose to provide us such support we think.

    Moreover, if there is any problems continues while Customization at our end, we certainly then go for paid support and reach you without any doubt.

    However we hope will get the positive reply from your end in this regard.

    Thanks once again.

    Regards,
    Indra


  • [deleted] replied

    You can create plugin for this or add code to child theme files.

    Basically this form is processed by wocommerce plugin. Theme only contain style for this.