Custom fields that are created for posts or products are often only relevant to a specific category.
Add a way to be able to hide / show custom fields when posts or products belong to a category.
scott_mcnaught
@scott_mcnaught
Best posts made by scott_mcnaught
-
Custom Fields - Restrict to Categories
-
[Done] Sales - editing invoices
A feature that has been requested a lot is the ability to edit an invoice / order after it has been created.
This has now been released. -
Posts - Ability to Schedule
Add the ability to schedule the publishing of blog posts. This is possible at the moment with a custom datafilter, but it's not the most elegant solution.
Latest posts made by scott_mcnaught
-
RE: Problems editing marketing email - formatting goes awry
Hi @iain
I just checked your site and it looks like you got your email campaign sent off.
I think what was happening there is you've pasted in a table from an email signature in Outlook or another system.
That table has no borders so it is somewhat 'invisible'. When you are pressing Delete it is shifting the table to be on the same line as the "Read More" text.A little tip - you can press Control + Shift + V in Chrome to "Paste as Text". This ensures that any tables and other formatting elements are removed when you paste.
-
Payment Methods - Google Pay and Apple Pay
Add support for Google Pay and Apple Pay as e-commerce payment methods.
-
Integration - Facebook Leads
It has been commonly requested to have facebook lead forms automatically pull into the contact database.
Ideally, this would create a new entry in 'forms' as well as a contact. -
Contacts - Activity Feed Filters
In the Activity Feed of a contact, sometimes users have a lot of 'marketing information' in their profile.
Eg - many website visits and email campaigns.This makes it hard to see important information such as Notes and Emails manually sent.
The issue is partially solved by Pinning admin notes, but this is not always suitable.Without cluttering the UI, add the ability to filter by sets of information so that you can get a concise 'CRM view'.
-
Posts - Ability to Schedule
Add the ability to schedule the publishing of blog posts. This is possible at the moment with a custom datafilter, but it's not the most elegant solution.
-
RE: Discounts: buy 1 get the second 1 half price
We've had another request specifically for X products ordered within a "Product Category".
It highlights the importance of needing to be able to select: individual products, brands, or categories of what it's applicable to. -
RE: Discounts: buy 1 get the second 1 half price
Thanks for this feedback. I think this comes under the umbrella of having 'tiered pricing discounts'.
Where once you buy a certain quantity, the price is reduced.
This is certainly on our radar to develop as we have had it requested many times over the past few years. -
RE: Cascading masonry gallery styling
Hey Ben,
Currently we've been holding off implementing this until there is greater CSS support amongst browsers for masonry layouts.
But unfortunately, there has been politics in the browser space as to how this will be implemented. A debate that has gone on for years now.Safari and Firefox have implemented a version which hangs off 'CSS grid' using
grid-template-rows: masonry;
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Masonry_layoutChrome wants to implement the same feature using
display: masonry
.
https://developer.chrome.com/blog/masonryAnother reference:
https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/#the-debateOnce it is implemented in a stable manner across browsers, we will add support to the native gallery for it.
Until then, Oncord's gallery won't support masonry layouts and you would need to use an external JS solution for it. -
RE: [Done] Sales - editing invoices
@dhondup I agree this should be more clear. We still need to make changes to how end-users can change their plans (upgrade/download from lite etc).
There will be improvements around the communications of billing in the coming months! -
[Done] Sales - editing invoices
A feature that has been requested a lot is the ability to edit an invoice / order after it has been created.
This has now been released.