fcascardo2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Label Estimating SiteHello!
Thanks for your comments.
I know a bit about WordPress, but not certain about the METHOD, CODE or PROCEDURE to collect data on the QUOTES page and then use formulas to calculate the price of the desired Adhesive Label based on: -SHAPE, -DIMENSIONS, -MATERIAL and -QUANTITY.
And then keep a record of the QUOTES generated.Is it JavaScript programming?
I searched many days but can find anything on the web explaining how it is done.
Andrew, I check woo commerce plugin and it can not do what I’m looking for.
Any help will be greatly appreciated.
Forum: Plugins
In reply to: [Contact Form 7] Modify PHP to get date picker calendar labels in SpanishSolved, Thanks for everything (Read Nothing).
Forum: Plugins
In reply to: [Contact Form 7] Modify PHP to get date picker calendar labels in SpanishIs there a way to modify the plugin PHP to change the labels?, Ex.
January for Enero
March for MarzoMonday for Lunes
I don’t think is so complicated.
Thanks for your help.
Forum: Plugins
In reply to: [Contact Form 7] DatepickerHi,
It should be a datepicker standard.
Add the following line to theme function PHP:
add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
it should show the date picker in your browser now.