ashop1
Forum Replies Created
-
if I already saw it, that’s why I even attached the link in my previous message.
but what you want to achieve is that the provider can edit and complete that tab.
That is why I also read what you inidcaron in:
https://wclovers.com/forums/topic/new-tab-at-store-page/
but in this code I have problems because it gives me a fatal error when I paste it at the end of the deleted file in my child theme wcfmmp-view-store.php:
<? php
case ‘brendovi’:
$ WCFMmp-> template-> get_template (‘store / wcfmmp-view-store-brendovi.php’, array (‘store_user’ => $ store_user, ‘store_info’ => $ store_info));
break;
?>Could you tell me what I’m doing wrong please?
Hello, I close this thread because it is no longer essential for me for now, I will give you this other thread in case you can tell me, please, that I need to correct or that I did wrong:
https://www.ads-software.com/support/topic/new-tab-on-store-page/
Thank you in advance for your excellent attention!
Hello, I close this thread because it is no longer essential for me for now, I will give you this other thread in case you can tell me, please, that I need to correct or that I did wrong:
https://www.ads-software.com/support/topic/new-tab-on-store-page/
Thank you in advance for your excellent attention!
Thank you very much for your prompt response.
I ask you an additional query if I do not bother you, is it possible that the id of the author of the publication is obtained in some way?
Because as you can see, I cannot write a unique id since the achievement must be shown for each author of the particular publication within the same location that would be in my case the simple woocommerce product page.
thanks again, have a great day!
You already did it, you were right, I apologize and thank you very much for your support. have a great day
You already did it, you were right, I apologize and thank you very much for your support. have a great day
Excuse me but it is not what I need it seems, because what I want is to get the name of the seller or the store and show it in a text
Everything is solved, I just need to know how to add capture = “environment” to the file / image fields of the vendor record.
by the way, just like I am doing with the customer registration in woocommerce. I would also like to add some functions that I see in https://developers.google.com/web/fundamentals/media/capturing-images.
so I think it would be nice if I override the template in my child theme and edit it there directly. If this is possible, could you tell me which template to edit for the additional fields of the vendor record?
it works perfectly, I really appreciate it. I hope you have an excellent day !!
Forum: Themes and Templates
In reply to: [Astra] menu text in header popup flyerperfect, it works great and also taught me something new I did not know that you could add text with css. Have a great day!!!
hello, it works perfectly for me. Show me the seller’s publications on the page where your product is. I took it from a code of yourselves.
but my question is another, it happens that I need to show a title above this shortcode and it is the h2 that I show,
here instead of writing as title “more publications of the seller”, I want to change the text “of the seller” by a code that shows me the name of each seller, understand?
for example: if the seller is called JUAN WCFM, I want my h2 title to say: “More publications of JUAN WCFM”
Hello, I see that my problem is that I do not even know how to obtain data or metadata from fields, in this case custom fields. I will have to learn that, but could you give me for this whatsapp code what I am missing please?
thank you for your answer.
I have this code:
add_action (‘woocommerce_after_single_product_summary’, ‘action_woocommerce_after_main_content’, 10);
function action_woocommerce_after_main_content () {
echo ‘<h2 id = more-posts> More posts from the seller </h2>’;
do_shortcode (‘[wcfm_store_related_products id = ”VENDOR ID”]’);
}and I want to show it right where it says “FROM THE SELLER”, that is, I want to change the phrase of the seller to the name of the store but it is in an h2 and I don’t know how to do it, sorry. I hope I was clear. I show you a picture:
or maybe you should do it after h2:
Echo '<h2> More posts from </h2> *********';
I hope it is understood. Thank you
- This reply was modified 3 years, 7 months ago by Steven Stern (sterndata).