imcobarn
Forum Replies Created
-
Thank you, I already purchased the Pro version to get cross site tracking addon.
On the cross site tracking page it is confusing because it says you install SliceWP on “e-Commerce website, but then what is installed on “Marketing website?
I thought Marketing site would have SliceWP and other site has e-commerce installed?
Or do both websites need to have SliceWP installed?
Link: https://slicewp.com/products/cross-site-tracking/
After posting that I came across the page mentioning Cross Domain tracking so Pro version seems to have that.
Another question is we do not use Woocommerce on second website but WPForms with Stripe payments. How far does tracking go? will it record Conversions somehow? Using ” Marketing” website(SliceWP installed) for main affiliate hub but promote links on second website (WPForms and Stripe), how do we set to track conversions? Thank you!
Forum: Plugins
In reply to: [WooCommerce] Dissable new brand attributeJust tested another workaround, depending on your setup – using code snippet above then going changing permalink of Brands in WP-Settings. If code was applied it will remove Brands in permalinks but saving settings it removed it for me.
Hope it helps someone.
- This reply was modified 1 year, 1 month ago by imcobarn.
Forum: Plugins
In reply to: [Inventory Sync for WooCommerce] This Forum is for the Free Version OnlySo if it is only 1 store what do you connect it to? Should be with another store correct? What are we syncing then?
Maybe I’m not understanding but are you saying we can connect 1 main store with 1 other store? That means 2 stores connected together am I thinking correctly here?
Forum: Plugins
In reply to: [Inventory Sync for WooCommerce] This Forum is for the Free Version OnlyHow many stores you can connect with Free version?
Hello,
Thanks for reply.
I did disable and flush all caches but what was most telling is that when I add IP address then it works but without Allow IP set it does not work. I without being registered user on need to allow anyone with password to view site without being registered user on the site.
I have settings like this:
Allow Administrators YES, Allow Logged In Users NO, Allow RSS Feeds NO, Allow REST API YES but still only works when I add my IP address.
- This reply was modified 1 year, 7 months ago by imcobarn.
It seems like if I add IP address then it works but without Allow IP set it does not work.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Pre Sale questionAlso just wondering if Theme/software allows payments by check? I would assume the Woo Plugin would allow it as Woocommerce has check as a payment method.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce css has hard coded /plugins/ path@mikestraw yes that is exactly how they are set:
define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/core-content' ); define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/core-content/modules' ); define( 'WP_CONTENT_URL', 'https://myshop.com/core-content' ); define( 'WP_PLUGIN_URL', 'https://myshop.com/core-content/modules' );Thanks for looking into this.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce css has hard coded /plugins/ pathHi,
Looking in source code via browser developer tools.
Console shows error “Failed to load resource: the server responded with a status of 404 (Not Found) – WooCommerce.woff:1 ”Then in “sources” tab looking at woocommerce.min.css shows this:
“@charset “UTF-8″;@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(../../../../../../../plugins/woocommerce/assets/fonts/star.eot);”Just looked at the css file itself and it is not hard coded but it is like this:
“@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format(“embedded-opentype”),url(../fonts/star.woff)”So src:url(../fonts looks in /plugins/fonts directory and ignores constants defined in wp-config I guess?
In Firefox I get “downloadable font: download failed (font-family: “WooCommerce” style:normal weight:400 stretch:100 src index:1): status=2147746065 source: https://mywebsite.com/custom-content/plugins/woocommerce/assets/fonts/WooCommerce.woff”
It is interesting as I also use “WP_CONTENT_URL” and “WP_CONTENT_DIR” constant set to “custom-content” so it recognizes that apparently but not plugins URL/DIR.Thanks.
- This reply was modified 5 years, 7 months ago by imcobarn.
Forum: Plugins
In reply to: [WC Pickup Store] Need help with the map columnHello,
Tried pasting iframe embed code but the field value does not save when published.
Where can we read more detailed instructions on plugin settings and what they do?
Thanks.
- This reply was modified 6 years ago by imcobarn.
Hello,
Is this something specific to the Authorize account so you can’t share how it was resolved?
In case someone else has same issue.Thanks.
Forum: Plugins
In reply to: [Premmerce Brands for WooCommerce] Filter brands shortcodeDo we need to try make our own shortcode?
I’d rather use built in.Thanks.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] NinjaFormsFigured it out, needed to add a checkbox field to the form not just action.
Didn’t see any instructions on this but maybe I missed it.
Thanks again.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] NinjaFormsThanks for getting back with me.
As I said no errors, it is empty “– Nothing here. Which means there are no errors!”
I have opt in selected both in mailchimp and in the form mailchimp action.
Thanks.