sir can you please help me to find this page that i have attached?
I want to edit some content that is marked on the screenshot of that page, Please help
thank you
This topic has 12 replies, 2 voices, and was last updated 2 months, 2 weeks ago ago by Jack Richardson
sir can you please help me to find this page that i have attached?
I want to edit some content that is marked on the screenshot of that page, Please help
thank you
Sir, Please provide me a solution.
Dear @Amit R,
We hope this message finds you well.
The text in question is set by the WooCommerce gateway within their code, as shown in the following screenshot: https://prnt.sc/uT5lNnbYj5b4. If you wish to modify this text, we recommend installing the Loco Translate plugin, which can be found here: https://wordpress.org/plugins/loco-translate/.
Using this plugin, you can edit the relevant WooCommerce plugin strings to locate and update the desired text. Once the configuration is complete, you may safely remove the Loco Translate plugin from your website, as the translated strings will remain active.
Should you have any further questions or require assistance, please do not hesitate to reach out.
Best regards,
Jack Richardson
The 8Theme Team
No, sir the mentioned content is not what I have sent to you. With your guide, I applied the change, but it is not changing where I want to change.
can you please locate that for me?
if you need access, i will give you.
Dear @Amit R,
We hope this message finds you well.
If you would like to modify the content of the specified page, you can follow the steps below:
1. Navigate to the following path:
xstore/woocommerce/checkout/thankyou-advanced.php
2. Copy the file to the child theme directory:
xstore-child/woocommerce/checkout/thankyou-advanced.php
3. Implement your desired changes within the copied file.
Should you have any questions or require further assistance, please do not hesitate to reach out.
Best regards,
Jack Richardson
The 8Theme Team
sir i have go through your guidance but their also no any content of thank you content to edit that is showing in the website’s thank you page.
see the attachment
Dear @Amit R,
We hope this message finds you well.
Please note that the file in question contains a preloaded template where the string you are attempting to modify is already defined. If you would like to override this and set a custom text for the title on Thank you page shown on your screenshot, you can use the following code snippet. Simply add it to your child-theme/functions.php
file:
add_filter('woocommerce_thankyou_order_received_text', function($text) {
return 'Custom string on thank you page';
}, 100, 1);
Should you require further assistance or have any additional questions, please do not hesitate to reach out.
Best regards,
Jack Richardson
The 8Theme Team
The issue is solved, sir; it is working now.
thank you
but sir i need extra assistance with customizing the wishlist page
When I am customizing the wishlist page in XTORE customization, their are not many options to customize like I want. I have shared screenshots of the problem that when I am going to click on the “add to cart button,” then after showing for are you sure conformation, and after clicking the “ok” button, it just fails by saying sorry, their are not any products for this action. I think the button is not connected or commanded to jump on the cart page and then after the checkout page.
Also, on clicking get estimate button to be actual work as sum of all the added wishlist products, currently it is opening to edit the content.
can you help me with that?
Dear @Amit R,
Thank you for reaching out.
Regarding the “Add to Cart” button action, an alert is displayed when only variable products are selected for addition to the cart. As shown in your screenshot, the button next to the selected product displays the text “Select options.” This indicates that the product in the table is a variable product, which requires a variation to be selected before it can be added to the cart.
Regarding the “Estimated Popup,” you can configure its content in the Wishlist settings under the Theme Options section. For further details, please refer to the documentation available at the following link: https://www.8theme.com/documentation/xstore/xstore-features/how-to-create-and-manage-wishlists-in-xstore/.
Should you require any further assistance, please do not hesitate to contact us.
Best regards,
Jack Richardson
8Theme Team
can you tell me that how to edit action buttons as shown in the attachments, like where is “select option”? i want to action it with “add to cart.” Also, quality choosing options
Dear @Amit R,
Thank you for reaching out to us.
We would like to inform you that it is not possible to edit the text on such buttons. However, the functionality works as follows:
– If a variable product is added to the wishlist, the button will display the text “Select options.”
– If a specific variation of the product or simple one is added to the wishlist, the customer will have the option to add that product directly to the cart.
You can enable these settings by navigating to Theme Options -> Speed Optimization. For your reference, please see the following screenshot: https://prnt.sc/8Br2g9GiEMFQ.
Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up