XFA
Well-known member
Hi there,
is this GDPR compatible?
GPDR is vast, what are you exact concerns about GPDR here ?
Hi there,
is this GDPR compatible?
Corrected bugs:
- Purchases through other mean not displayed anymore in the dashboard
- Quantity not taken into account upon payment processing through paypal
Corrected bugs:
- Can't edit resource image when display on index is the only option active
Is it possible to make resource/service requests using this?
So what I need is someone to be able to request a service also. So people can both buy and sell services?Request ? What do you mean ?
Selling service yeah.
So what I need is someone to be able to request a service also. So people can both buy and sell services?
Yes, so say if I am looking to have a resource developed I can add it as something wanted not offered.I am not sure to understand what you mean by requesting, like asking for service as a created resource ?
Yes, so say if I am looking to have a resource developed I can add it as something wanted not offered.
Okay. That's fine. Is it possible to edit the phrase "add resource" on a service category to "add service" similar to how you can in the AMS article management system? It seems incorrectly phrased otherwise? It also has "resource description" where is should read "service description"So no the add-on does not do that.
Okay. That's fine. Is it possible to edit the phrase "add resource" on a service category to "add service" similar to how you can in the AMS article management system? It seems incorrectly phrased otherwise? It also has "resource description" where is should read "service description"
The grid display is somewhat broken for me. The prefix overlaps the text and the images are not pulled from the resource or the small icon if this has been used.
View attachment 226566
Is it possible to customise this? To read “resource” for resources and “service” for service? Which templates would I edit if this is not a phrase.Categories could be made of different type of resources, ie. physical, digital or service.
That's why I don't change the text that is shown on the button.
Would an if condition on a per category basis work for phrasing?That's core stuff from xF Resource Manager so it's not that simple.
Would an if condition on a per category basis work for phrasing?
It is not correct to say resource when talking about a service as it doesn't make sense.
@XFA could you put sale type before the resource type field as for physical product sales it removes the add file box - This should be done in the other order to avoid confusion. So the user can choose digital or physical product, if physical is chosen the upload file or link box does not display.View attachment 226718
We need to show sale options before upload options for a better UX.
Possibly or moving just the question on if they are selling physical or digital products to the first question you ask users, not the whole row, just tick if you would like to sell, then sale type, then the option to upload or not.You mean moving the whole sale data row ?
<xf:if is="$resource.external_url">
<xf:button href="{$resource.external_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_more_information') }}</xf:button>
</xf:if>
<xf:if is="$resource.alt_support_url AND $resource.Category.enable_support_url">
<xf:button href="{$resource.alt_support_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_get_support') }}</xf:button>
</xf:if>
Possibly or moving just the question on if they are selling physical or digital products to the first question you ask users, not the whole row, just tick if you would like to sell, then sale type, then the option to upload or not.
If someone uses it at present they have the option to make it a physical product after being able to upload an item which is confusing as they might not know they have to proceed past the upload a file question & ignore it to add a physical item.
@XFA - Is it possible to have the external links in the resource manager open in a new tab?
I have tried editing: xfrm_resource_view
However this didn't work (Line 235):
Code:<xf:if is="$resource.external_url"> <xf:button href="{$resource.external_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_more_information') }}</xf:button> </xf:if> <xf:if is="$resource.alt_support_url AND $resource.Category.enable_support_url"> <xf:button href="{$resource.alt_support_url}" class="button--link button--fullWidth" target="_blank">{{ phrase('xfrm_get_support') }}</xf:button> </xf:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.