mansary
Forum Replies Created
-
Hi @lukaskinsel
Thanks for reaching us.
If the product images are added in different fields in your website, getting the image url from alternative image fields in possible with dynamic attribute but we are not offering dynamic attribute feature in the free version of our plugin.
To know more, you can reach us from here.
Best regards,
Dear @fcbaena
Thanks for reaching us.
To create the feed with correct shipping value format, kindly use “Shipping(Google format)” as the shipping attribute value and regenerated the feed. Once regenerated, check if the feed is getting the shipping information with the format as needed.
Once the feed is regenerate with the correct format, go to MMC and update the data source again. Hopefully, following the above will solve the issue.
Best regards,
Hi @ogn095
The link is inaccessible. Kindly share with google docs if you can’t paste the status here.
Thank you,
Dear @ogn095
Thanks for reaching us.
To investigate the issue, we need to see the system status. Please go to CTX Feed > Status > Copy the status and share it here.
Best regards,
Hi @hellojan26
It’s caching. Please go to CTX Feed > Make feed > Clear the cache here – https://prnt.sc/pjjolRJm0qDC
Once the cache is cleared you should get the category mapping added to the attribute list.
Thank you,
Dear @hellojan26
As long is the feed is getting the correct regular and sale price, google should get the same price as well. However, to update the values on GMC, go to GMC > Data source and update the data source.
After updating the data source, google may take a while to update old data.
Thank you,
Dear @hellojan26
Thank you for reaching out to us.
In a product feed, you can add both the Product Type and Google Product Category attributes.
The Product Type attribute is used to include your store categories, which can help you segment and organize your products more effectively in Google Ads.
To provide Google with the correct product classification, you should use the Google Product Category attribute. This attribute requires a category code that is officially recognized by Google.
You can see how to add the Google Product Category attribute to your feed here:
https://prnt.sc/ZVi-47ol3tYBIn the example, we used a single static category code for all products in the feed. However, you can also map your store categories to Google categories by using the Category Mapping feature available in our plugin.
You can find detailed instructions on how to map your store categories with Google categories and use that mapping as the value for the Google Product Category attribute here:
https://webappick.com/docs/ctx-feed/configuration/how-to-map-store-category-with-merchant-category/You may also find this video tutorial helpful:
https://youtu.be/gsuzBfJ1Z7YI hope the above information helps you correctly map your store categories to the appropriate Google categories and add them to your feed successfully.
Please feel free to contact us again if you have any further questions or need assistance with category mapping.
Best regards,
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce – Challan] cant load invoicesDear @nofearmydear
Thanks for reaching out to us.
We’ll be happy to assist you in resolving the issue with our plugin. However, the information provided does not include enough details for us to identify the exact cause. There are a few common reasons that may lead to this issue, and we kindly request you to try the following troubleshooting steps:
- Please make sure that your PHP memory limit is not being exhausted. Kindly check your website error log for any memory-related errors. If you find any, please increase the PHP memory limit and maximum execution time on your server.
- The issue may also be caused by a plugin conflict. On your staging site, please disable all plugins except WooCommerce and then try generating the invoice again.
- You may also enable WP_DEBUG mode and review both the website error log and server log. If you notice any specific errors, feel free to share the logs with us so we can investigate further.
- Lastly, you can try deactivating and deleting the plugin completely, then reinstalling and activating it again.
If none of the above steps resolve the issue, please reach out to us here so we can investigate the matter further.
Best regards,
Dear @vaidyamanishjoshi
Thank you for reaching out to us, and we apologize for the delayed response.
You can add additional columns to the product row from the settings here. However, please note that this feature is currently available only in the Pro version of our plugin.
If you would like to learn more about adding extra details to the product row, please feel free to contact our support team here.
You can also see an example of how to add the sale price column to the invoice here:
https://prnt.sc/hjlDe92QA9ANBest regards,
- This reply was modified 2 weeks, 5 days ago by mansary.
Dear @mowsteadily
We hope you are doing well.
Unfortunately, the issue we were able to recreate on our site is slightly different from the one you are experiencing. Therefore, we kindly request you to contact us through the following link so we can assist you directly on your site and help resolve the issue.
We look forward to hearing from you.
Best regards,
Dear @mowsteadily
Thank you for reporting this issue and for sharing the detailed log information.
We have escalated the issue to our development team for further investigation. A fix is currently being prepared and will be included in an upcoming release of the plugin.
We truly appreciate your help in bringing this to our attention. We will make sure to release a new version soon with the appropriate solution.
If you notice anything else in the meantime, please feel free to let us know.
Best regards,
Hi,
Thanks for reaching out.
Currently, our plugin does not have a built-in option to set different auto-update intervals for individual feeds. However, you can achieve this using cPanel cron jobs by following the steps below:
1. Disable WordPress CronAdd the following line to your
wp-config.phpfile:define('DISABLE_WP_CRON', true);2. Add a Secure Token
Add the following line in the same
wp-config.phpfile:define('CTX_FEED_REGEN_TOKEN', 'your-secret-token-here');Replace
your-secret-token-herewith your own secure random string.
3. Create Cron Jobs in cPanelGo to: cPanel → Cron Jobs
Then add separate cron jobs for each feed based on your preferred update interval.Example: Update Feed Every 24 Hours
0 0 * * * wget -q -O - "https://yourdomain.com/?ctx_regenerate_feed=testcdata&ctx_feed_token=your-secret-token-here" > /dev/null 2>&1Example: Update Feed Every 7 Days
0 0 * * 0 wget -q -O - "https://yourdomain.com/?ctx_regenerate_feed=testcdata&ctx_feed_token=your-secret-token-here" > /dev/null 2>&1Important Notes
- Replace
yourdomain.comwith your actual domain. - Replace
your-secret-token-herewith the same token used in Step 2. - Replace the feed slugs (
testcdata,test) with your actual feed names/slugs. You can use the Advanced Cron Manager plugin to see the cron events. You can find the cron events and slug here – https://prnt.sc/5gUCvq9ikNYE, which should replace ctx_regenerate_feed=testcdata.
Once configured, each feed should automatically based on its assigned schedule.
However, it’s a possible solution which is not completely tested.
For further discussion on this topic, kindly reach out to us from here as we may have to investigate further on your site.
Best regards,
Dear @markosf1
Thanks for reaching us.
Currently, we are not offering option to setup different auto update interval for different feeds. However we have forwarded this to our devs team to confirm if it’s possible to setup different update intervals while using real cron/CPanel.
We will get back to you soon after hearing back from the devs team.
Best regards,
Hi,
Hope your doing well.
As we have discussed this issue through our support channel, we are marking this topic as resolved. Please feel free to start a new topic if you need any further assistnace.
Best regards,