Okay
  Public Ticket #1929618
Discount
Closed

Comments

  •  16
    Roxane started the conversation

    Hello the Amelia team ! 

    I hope you are well. 

    I am writing to you today because I have an issue : my website proposes appointments with about 40% discount (it can be 35%, 38%, 40%, these are the employees who decide the discount they want to propose to the clients on my website). So I already put the discount in the basic price of the amelia plugin as they are not the same for all employees. The problem is that when the clients are about to book and see the discount line "0€", they think they are no discount but the discount is already counted in the normal price. Do you know how I can :

    - cross the price to put the normal price and my price below (for exemple in the picture, I would like to put the price as it is now but add next to it "au lieu de 80€" (that means "instead of 80€)

    - remove the line "discount" (see the pic 2, this is the line "remise") or find a way to show the discount I actually propose on the website. For example in the pic, the price is 51€. But, in reality the employee proposes the normal price at 80€ and on my website it is 51€. Do you know how I can put in "remise" that there is a 29€ discount ? If we can't, can we remove the line "remise" ? Otherwise clients think there is not discount because of the "0€" in "remise".


    Thank you very much for your help, I ask you this because some of my clients told me the discount thing was not very clear. Have a great day, 

    Roxane

  •  472
    Isidora replied

    Hi Roxane,
    Thank you for your purchase.

    "- cross the price to put the normal price and my price below (for exemple in the picture, I would like to put the price as it is now but add next to it "au lieu de 80€" (that means "instead of 80€)"

    Unfortunately that is not possible to achieve with built in features of plugin.

    "- remove the line "discount" (see the pic 2, this is the line "remise") or find a way to show the discount I actually propose on the website. For example in the pic, the price is 51€. But, in reality the employee proposes the normal price at 80€ and on my website it is 51€. Do you know how I can put in "remise" that there is a 29€ discount ? If we can't, can we remove the line "remise" ? Otherwise clients think there is not discount because of the "0€" in "remise"."

    What you can do is to hide it with some CSS. You can use this CSS rule on the page between style tags where you will hide that element.

    <style>
    body > div.el-dialog__wrapper.am-modal.am-in-body > div > div.el-dialog__body > div > div:nth-child(1) > form > div:nth-child(3) > div > div > div:nth-child(2){display:none !important;}
    </style>

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  16
    Roxane replied

    Hello Milan, 

    Thank you for your answer. 

    I put the CSS rule but it does not hide the "remise" line. Do you know why ? I clear the browsing data but it does not change anything. 

    Thank you, 

    Roxane

  •  472
    Isidora replied

    Hi Roxane,

    We are not sure when this file (attachment) is included on the page and is there need to use style tags in this CSS file (which can cause the issue because in CSS files you don't need style tags). Can you please insert this CSS on page where you are using our shortcode like this:

    [ameliasearch]
    <style>
    body > div.el-dialog__wrapper.am-modal.am-in-body > div > div.el-dialog__body > div > div:nth-child(1) > form > div:nth-child(3) > div > div > div:nth-child(2){display:none !important;}
    </style>

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  16
    Roxane replied

    Hello Milan, 

    I tried on the page where I put the shortcode but it did not work. So I tried again in removing the style tag in the file with a CSS personalization plugin and this worked ! Thank you very much !!

  •  472
    Isidora replied

    Hi Roxane,

    Sorry for late response. 

    We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.

    I am glad that is working fine.

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  16
    Roxane replied

    Hello Milan, 

    this works perfectly for the shortcode {ameliasearch} but not for the {ameliabooking}. Do you know how can I fix this so that I have no "discount" line on any amelia code ?

    Thank you, 

    Roxane 


  •  472
    Isidora replied

    Hi Roxane,

    Yes of course. It is not working because it is a different HTML structure for those shorcodes on page.

    You can add this in your custom CSS file:

    #amelia-step-booking0 > div.am-confirmation-booking.am-confirm-booking.am-scroll > div:nth-child(1) > form > div:nth-child(3) > div > div > div:nth-child(2) {display:none !important;}

    Best regards.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  16
    Roxane replied

    Hello Milan,

    That works !! Thank you your the best hihi 

    Have a beautiful day

    Roxane