BeoR4
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] OVerriding a profileI totally agree and understood, but meant something a little different and did not explain well. By a shipping rate in Woo, I merely mean a shipping rate that merely exists in Woo. Whether or not that shipping rate:class combo would be the actual Woo rate for a product in a specific order situation would be that separate issue that you are referring to (i.e. based on a totally different system to ebay).
So, for example:
– 2 shipping zones in Woo, each have two rate/methods
– In total, there are 4 shipping rates that exist, merely exist :i) USA Slow : $6
ii) USA Fast : $8
iii) NYC Local Slow : $4
iv) NYC Local Fast : $6Which one of these rates is actually used in a Woo order is arrived at by different Woo mechanics/algos, also depending on plugins, etc.. But that “how” problem wouldn’t matter for what I am thinking.
What I was meaning that one could select i) as the rate to be used in the ebay lister “First item cost” field. Then when the i rate in woo is changed, this would also cascade into ebay. It wouldn’t be a logical determination of correct shipping, merely a database relationship. Whether it’s the ‘correct’ rate is the admin user’s problem and it would depend on that admin user selection, thus negating the different systems problem.
What I am saying would of course only apply to flat rate shipping in woo in ebay.
Does that make more sense now? Whether it is do’able or sensible is a different point!
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] OVerriding a profileExactly, you got it. Although, even on the a single product with no profile setting, it would make sense to be alerted that an ebay profile may override fields.
On a related note, is it possible to somehow map shipping rates from Woo as a shortcode, snippet or someway reference them?
I know that the setups are very different, even before reading your good docs on it (which I just have read). But it would be extremely helpful to be able to make sure that a rate set in Woo can be used in an ebay lister (to keep things up to date and values in sync).
Ideally, it would need to be up so the user can manually select a Woo rate (ideally in a profile), maybe a drop down with the range of values that the admin has to select manually without depending on user geo? Otherwise the profiles are unmanagable in those shipping situations (without a zillion permutations) and it all comes down to setting per product ebay shipping raw values manually. Not synced or easy to maintain at scale as a shop.
I am making sense or being naive? I am new to this experiment.
Many thanks
Forum: Plugins
In reply to: [W3 Total Cache] Browser caching problem (images only)The URL only, I mean, for any conversation to then continue here.
Not one on one!
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] OVerriding a profileAhaa. I found the issue. It’s the concept of ebay “policies”, which are presumably downloaded presets from ebay. They override everything they touch and it wasn’t obvious to me.
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Definitions listMore than understand π
Forum: Plugins
In reply to: [W3 Total Cache] Browser caching problem (images only)Hi there, thank you for your mail. They are all enabled. The site is not public yet though. I’ll have to hold on a bit before sharing as a result. When I am allowed, can I share it directly?
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] OVerriding a profileMany thanks John.
So the product page override appears possible in those Amazon instructions, so I guess eBay too?
If so, I must be doing something wrong!
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Definitions listYour thinking makes sense. A good idea in an impractically perfect world that doesn’t exist LoL
But, thinking probabilistically, perhaps an alternative approach to “whitelisting” would be scoring? Less binary and would allow for this.
I am not familiar enough with what you see. Your instincts will be able to interpret and contextualise what I am thinking. Might be just as irrelevant.
Many thanks again
Forum: Plugins
In reply to: [W3 Total Cache] Browser caching problem (images only)Active modules:
I have no name!@d3a2c3ec81c6:/opt/bitnami/wordpress$ httpd -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_prefork_module (shared) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) socache_shmcb_module (shared) reqtimeout_module (shared) filter_module (shared) deflate_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) expires_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) proxy_module (shared) proxy_connect_module (shared) proxy_ftp_module (shared) proxy_http_module (shared) proxy_fcgi_module (shared) proxy_scgi_module (shared) proxy_uwsgi_module (shared) proxy_fdpass_module (shared) proxy_wstunnel_module (shared) proxy_ajp_module (shared) proxy_balancer_module (shared) proxy_express_module (shared) slotmem_shm_module (shared) ssl_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) negotiation_module (shared) dir_module (shared) alias_module (shared) rewrite_module (shared) php7_module (shared)Forum: Plugins
In reply to: [W3 Total Cache] Browser caching problem (images only)Many thanks indeed for any feedback anyone can give….
I was trying to replace another plugin set and it’s not going well and my hair is falling out!
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Definitions listAhaaa… I had the mental image of the plugin crowdsourcing MD5s of installed plugin versions and benchmarking individual installations against them to look for suspect plugins. I guess my mental image of the wordpress core comparison functionality is what made my mind make too many assumptions.
Many thanks for expanding the detail.
My mistake does sound like a good idea though! Pretty simple and bullet proof in what it would be limited to (esp as you already have a large install base according to this site).
Or am I missing something?
Thank you
I also just checked that the .htaccess entries have been generated successfully at the end of the file. All ok
Hi there,
Sorry for the delay – was in a car crash….
The extension is Visual Composer @ https://vc.wpbakery.com/
It really is the most widely used of its type, so I think it would be good for your plugin to ignore/exclude/account for their shortcodes.
Or perhaps maybe better just exclude anything inside square [ ] brackets as a general policy or as an option? If that is simpler? Might make sense, unless I am oversimplifying….
V best,
R
- This reply was modified 9 years, 5 months ago by BeoR4.
Hi there,
[vc_row][vc_column][vc_column_text] etc are in the actual post ‘body’ content to provide formatting etc. and other things for Visual Composer (a quick but heavy editor for the time deprived!).
There are times that have other shortcodes are in the content too/instead, which generate actual readable content from dynamic meta fields – like maybe a price. Or even to include static text that is shared in common across posts, etc.
Does that make sense?