ashop1
Forum Replies Created
-
sorry for asking, entocness in addition to:
$ phone = get_user_meta ($ store_id, ‘whatsapp’, true);do I have to add another line for the link to work? If so, could you tell me how, please?
I do not have knowledge, I only collect information from the internet and I am understanding what to do to launch my website.
sorry to bother.
The code that they told me to write after $ phone to get the provider’s phone number from the field I created for its registration does not work for me.
Here they told me: https://www.ads-software.com/support/topic/get-whatsapp-field-data-from-sellers-registration-for-link-on-product-page/
Attached capture of the code: https://ibb.co/mG7TyZs
As I mentioned, I also created a field in the woocommerce registry for customers called billing_whatsapp. In the event that it does not work for me with the field that I created in the sellers registry, could the code be modified a little to obtain the number of billing_whatsapp?
… as you told me there is no error but you do not get the phone, I show you how it looks when you click on the link:
thanks for your attention!
Excuse me, it’s not working for me.
I put WhatsApp with a capital letter as it was seen in inspect and also change it to billing_whatsapp that I had commented on but it does not take the data.
What could it be?
this is the code:
add_action (‘woocommerce_before_add_to_cart_form’, ‘dcms_question_whatsapp’);
function dcms_question_whatsapp () {
$ phone = get_user_meta ($ store_id, ‘Whatsapp’, true);
$ message = ‘I want product information:’ .get_the_title (). ‘ ‘;
$ text = ‘Ask for WhatsApp’;
$ ico = ‘‘;$ url = ‘https://api.whatsapp.com/send?phone=’.$phone.’&text=’.str_replace (‘ ‘,’% 20 ‘, $ message);
$ link = ‘‘. $ ico. ‘<span>’. $ text. ‘</span> ‘;echo ‘<div class = “dc-whatsapp-container”>’. $ link. ‘</div>’;
};
Thank you very much for your excellent attention, I am already testing it in a moment and I confirm it.
well, does that get the field data from the wcfm sellers registration or woocommerce registration?
thanks, one more thing.
Could you please explain to me where to put this? Why after $ phone = it gives me an error, I think because there it only allows number, could you tell me if you are so kind where to locate what you just informed me within the code I have for this function?
add_action (‘woocommerce_share’, ‘dcms_question_whatsapp’); function dcms_question_whatsapp () { $ phone = ‘34123456789’; $ message = ‘I want product information:’ .get_the_title (). ‘ ‘; $ text = ‘Ask for WhatsApp’; $ ico = ‘‘; $ url = ‘https://api.whatsapp.com/send?phone=’.$phone.’&text=’.str_replace (‘ ‘,’% 20 ‘, $ message); $ link = ‘‘. $ ico. ‘<span>’. $ text. ‘</span> ‘; echo ‘<div class = “dc-whatsapp-container”>’. $ link. ‘</div>’; };
user: https://ibb.co/0VGNNQK
wcfm: https://ibb.co/9VskRN5
If I have a billing_Whatsapp field in the user record and that the data is saved in the administration panel and is visible in the checkout.
I also added a field in the wcfm sellers registration that is also called whatsapp although I don’t know what code it has because I didn’t create it myself but I did it from the wcfm plugin from its panel for creating additional fields for the sellers registration
hello, could you see this?
Forum: Themes and Templates
In reply to: [Astra] headerIt is resolved, thank you for having responded on the previous occasions. best regards
Forum: Themes and Templates
In reply to: [Astra] headerHello, you are right, I already found that but I had reviewed it as I told you I have reviewed everything and I do not know if something happened to me but that is still agi and there is no way to remove it. the option that you indicated was deactivated. and even deleting all the css those lines are there.
Can you think of anything you can do? you show him captures
Forum: Themes and Templates
In reply to: [Astra] headerI think this is from astra pro and I don’t have the off canvas menu in customize. I show you a screenshot, these lines I can’t remove them and they appeared next to an update that’s why I consult you
The fragment like this works only with a number and no more. but in a marketplace with wcfm there are more than one number of course so I have to adapt that code and even more so that I saw that a website already has it in use and with its wcfm complement as I showed you.
I have to adapt the code so that it works with the number of the provider that published the product, that is, to obtain your phone number from woocommerce billing_whatsapp that I already created or to obtain it from the wcfm sellers registration field which would be ideal.
As well as it is now, the code fragment only works with a number that I write manually, and for my marketplace with its wcfm complement it must work with the number of the provider that published the product.
the unique phone goes after $ phone = ”
but in my case I couldn’t adapt it, so I ask for help if possible, I saw that a website already has it implemented as I mentioned.
Forum: Themes and Templates
In reply to: [Astra] the header looks bad on some pagesHello how are you, a consultation if it is not too much trouble. How can I eliminate the white lines that appear in the image that I attach in the mobile version in my header menu. Since updating an already previous version, I saw that and I can’t remove it, or with css, could you help me please?