• Hi, I need to add additional price options – some kind of radio button with “per square meter”, and another input with “a lump sum”. Where in the code I can find all of places where price is? I want to set those atts up from admin panel, and see it in all frontend places. Could you help? Must I code it, or is there any possibility to do it from Jigo?

    I po polsku. Potrzebuj? doda? dodatkowe pola w okolicach ceny – radio button z opcj? typu “za metr kwadratowy” i kolejny input z pozycj? “rycza?t”. Gdzie w kodzie mog? znale?? wszystkie miejsca gdzie znajduje si? cena? Chcia?bym te pozycje ustala? z poziomu administratora, i widzie? je we wszystkich miejscach na stronie w okolicach ceny. Mo?ecie pomóc? Musz? to kodowa?, czy jest mo?liwo?? wykonania tego z poziomu Jigo?

    https://www.ads-software.com/plugins/jigoshop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jigoshop Support – Marcin

    (@azrielnefezen)

    Hi insejn,
    Well, could you describe what you’re trying to accomplish in a more precise manner? What would be the expected result of clicking such a radio button? What data would you be passing in the aforementioned input? Please give me more details, so that I’ll be able to provide you with more information ??

    Po polsku równie? :
    Móg?by? mi wyt?umaczy? dok?adniej, co chcia?by? przez to osi?gn??? Co mia?oby dzia? si? po klikni?ciu na ten radio button, jakie dane b?dziesz przekazywa? tym input’em? Podaj mi wi?cej detali, wtedy b?d? móg? Ci poda? jakie? konkrety ??

    Regards,
    Marcin

    Thread Starter Piotr Konicki

    (@insejn)

    Hi Marcin,

    I want to click on radio button (or checkbox), and it will add only some text after price. Something like: press on checkbox called “mb”, and it will add after price text “za mb”, so price will look like: 50z? for mb ?? Or the same case with square meter, I want to click checkbox “m2”, and in every place with price, the price will look like “50z? for square meter”. I’ve added to edit product page suitable checkboxes, but I can’t move on ??

    Chc? klikn?? w radio button albo checkbox, i ta opcja doda mi kawa?ek tekstu za cen?. Co? jak: klikam checkbox lub radio nazwane “mb”, a opcja dodaje tekst za cen? “za mb”, wi?c cena b?dzie wygl?da? jak: 50z? za mb ?? Albo ten sam przypadek z metrami kwadratowymi, chc? klikn?? checkbox “m2” i w ka?dym miejscu z cen? b?dzie ona wygl?da? tak: “50z? za metr kwadratowy”. Doda?em checkboxy do strony edycji produktu, ale nie mog? ruszy? dalej ??

    Regards,
    insejn

    Plugin Author Jigoshop Support – Marcin

    (@azrielnefezen)

    Hi insejn,
    You can hook up to the ‘jigoshop_product_get_price_html’ filter and add a function which will add your text, also on the ‘update_post_meta’ action you might want to check the contents of your $_POST table for your checkbox/radio button and depending on that trigger the aforementioned filter

    Mo?esz si? podpi?? pod filtr ‘jigoshop_product_get_price_html’ funkcj?, która doda Twój tekst, a na akcj? ‘update_post_meta’ sprawdza? swoj? tabel? $_POST, a konkretnie swój checkbox/radio button i w zale?no?ci od ich stanu odpala? wcze?niejszy filtr ??
    Regards,
    Marcin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additional options for price’ is closed to new replies.