<?xml version="1.0" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">

	<channel>
		<title>Revindex Revindex Storefront</title>
		<link>https://www.revindex.com/Support/Forum/aff/2/afv/topicsview</link>
		<description></description>
		<language>en-US</language>
		<generator>ActiveForums  5.0</generator>
		<copyright>Copyright [year] by Revindex Inc.</copyright>
		<lastBuildDate>Thu, 02 Apr 2026 10:14:49 GMT</lastBuildDate><image><url>http://www.revindex.com/Portals/0/Logo.png</url><title>Revindex Revindex Storefront</title><link>https://www.revindex.com/Support/Forum/aff/2/afv/topicsview</link></image>
		<item>
			<title>Booking a product that has 2 variant designs</title>
			<description>&lt;p&gt;HI, this place doesn&amp;#39;t look active at all but I&amp;#39;ll give it a shot.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Say I have a $5000 rental product with a quantity of 1&amp;nbsp;but the product has selectable branded themes as variants with a quantity of 5. If someone books a theme for 5 hours then obviously the other themes must be disabled for those 5 hours for that product. When I try to do this on our website the parent product that contains the variants is still bookable for those 5 hours because the other variant is still available! This has caused a bug where customers can double book the parent product which we only have one of.&lt;br /&gt;
Is there a way around this other than to show just 1 product with a custom field&amp;nbsp;instead of variants? If we add custom fields then the catalogue list will only show the main product instead of the 5 individual themes for that product.&lt;br /&gt;
I really don&amp;#39;t want to spend $20000&amp;nbsp;on 4 more rental items, ie, one for each theme.&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8167/afv/topic</link>
			<dc:creator>Ryan Richardson</dc:creator>
			<pubDate>Thu, 02 Apr 2026 10:14:49 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8167/afv/topic</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>calculate additional shipping cost for certain customers</title>
			<description>&lt;p&gt;Dear Stephen,&lt;/p&gt;

&lt;p&gt;Sometimes customers are located in a remote area.&lt;/p&gt;

&lt;p&gt;My carrier (DHL eCommerce) only calculates the actual shipping costs once the package arrives in the country of destination. These can be high amounts that I have to pay afterwards, or that I have to reclaim from the customer for additional costs.&lt;/p&gt;

&lt;p&gt;Is there a way I can flag these types of customers so they can see the actual shipping costs?&lt;/p&gt;

&lt;p&gt;With regards, Ton&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8166/afv/topic</link>
			<dc:creator>Ton Hermes</dc:creator>
			<pubDate>Sat, 28 Mar 2026 02:48:36 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8166/afv/topic</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>Recurring Order Issue</title>
			<description>&lt;p&gt;We implemented Recurring Orders last year for memberships, and are working though issues as membership renewals are processing.&amp;nbsp; The Checkout action sets the order status to &amp;quot;Incomplete&amp;quot;, then&amp;nbsp;requires&amp;nbsp;responseCode = 1 and transactionType = 2 in order to set the order to &amp;quot;Completed&amp;quot;.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;For received recurring order failed payments, the order status reflects &amp;quot;Incomplete&amp;quot; as it should, however the item within the recurring order reflects &amp;quot;Ordered&amp;quot; and all the run actions (store order email notification, subscription user roles, etc.) that occur&amp;nbsp;with the purchase of this item are implemented.&amp;nbsp; It appears the item is ordered prior to the checkout process (which ensured payment is made prior to placing the order).&amp;nbsp; It appears that the &amp;quot;Place order&amp;quot; is out of sequence with the checkout process of paying / receiving confirmation of payment accepted prior.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Is this process configurable by the administrator, and where do we begin?&amp;nbsp; Thank you!&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;lt;xsl:transform version=&amp;quot;2.0&amp;quot; xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;xsl:template match=&amp;quot;/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;!-- Set order status to &amp;quot;incomplete&amp;quot;; then &amp;quot;completed&amp;quot;, payment status &amp;quot;paid&amp;quot;, if payment is received by verifying sales payment response code is 1--&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;out&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;setData&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;salesOrder&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;status&amp;gt;7&amp;lt;/status&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/salesOrder&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xsl:if test=&amp;quot;sum(/in/salesOrder/salesPayments/salesPayment&amp;#91;responseCode = 1 and transactionType = 2&amp;#93;/amount) &amp;amp;gt;= /in/salesOrder/totalAmount&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;salesOrder&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;status&amp;gt;4&amp;lt;/status&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;salesPaymentStatus&amp;gt;2&amp;lt;/salesPaymentStatus&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/salesOrder&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsl:if&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/setData&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;/out&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:transform&amp;gt;&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8164/afv/topic</link>
			<dc:creator>Dennis Fierstein</dc:creator>
			<pubDate>Mon, 08 Dec 2025 12:31:51 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8164/afv/topic</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>Unable to Add or Edit Credit/Debit Card in Payment Method</title>
			<description>Users are unable to add or edit Credit/Debit Card information in Payment Method module.&amp;nbsp; When the form is filled out and Credit/Debit Card is selected, the form does not expand to show all the Credit/Debit card fields.&amp;nbsp; Only the credit card number field is displayed, but it does not display the user&amp;#39;s credit card number, nor can it be edited.&amp;nbsp;&amp;nbsp;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8163/afv/topic</link>
			<dc:creator>Dennis Fierstein</dc:creator>
			<pubDate>Sat, 06 Dec 2025 14:54:04 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8163/afv/topic</guid>
			<slash:comments>4</slash:comments>
		</item>
		<item>
			<title>discount on a product afterwards</title>
			<description>&lt;p&gt;Hi Stephen,&lt;/p&gt;

&lt;p&gt;Is the following scenario possible:&lt;/p&gt;

&lt;p&gt;A customer makes an order with several products.&lt;br /&gt;
The order is not yet payed.&lt;br /&gt;
The I want to give the customer on one of the products a discount.&lt;br /&gt;
How to do this?&lt;/p&gt;

&lt;p&gt;Regards, Ton&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8165/afv/topic</link>
			<dc:creator>Ton Hermes</dc:creator>
			<pubDate>Wed, 17 Dec 2025 00:56:40 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8165/afv/topic</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Dotpay payment gateway update</title>
			<description>&lt;p&gt;On 11 Nov 2025 I&amp;#39;ve send following e-mail to support@revindex.com:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Hello Team,&lt;br /&gt;
&lt;br /&gt;
We previously sponsored the development of the Dotpay payment gateway integration that your team created for our system.&lt;br /&gt;
The Dotpay brand was fully replaced by Przelewy24 approximately two years ago. Consequently, we are looking to update our integration.&lt;br /&gt;
We are writing to ask if you would be able to develop a new Przelewy24 integration for us to replace the current Dotpay solution.&lt;br /&gt;
A key requirement for us is that the new integration must support recurring payments.&lt;br /&gt;
The Przelewy24 technical documentation is available here:&amp;nbsp;&lt;a data-auth=&quot;NotApplicable&quot; data-linkindex=&quot;2&quot; data-ogsc=&quot;&quot; href=&quot;https://www.przelewy24.pl/en/download&quot; title=&quot;https://www.przelewy24.pl/en/download&quot;&gt;https://www.przelewy24.pl/en/download&lt;/a&gt;&lt;br /&gt;
Could you please let us know if you are interested in taking on this project? If so, we would also appreciate a preliminary quote and an estimated timeline for completion.&lt;/em&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;

&lt;p&gt;There was a response on the same day:&lt;br /&gt;
&lt;em&gt;Yes, let me take a look at their technical documentation and get back to you.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;On 21 Nov 2025 I&amp;#39;ve send reminder:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I&amp;rsquo;d appreciate a quick update as soon as you know something.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Since then I&amp;#39;ve no information about this topic. Please provide me with an update about current progress.&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8162/afv/topic</link>
			<dc:creator>Kamil Maciaszek</dc:creator>
			<pubDate>Mon, 01 Dec 2025 05:10:32 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8162/afv/topic</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Issue with Components</title>
			<description>&lt;p&gt;We have a serious issue with components that to limiting our usage.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;When one of the components sells out. The nase product immediately becomes out of stock regardless of if the user has added that component.&lt;br /&gt;
&lt;br /&gt;
We use components so people can buy the relevant accessories. Only way a customer can order the base product is if we add stock to the component or delete the component that is out of stock.&lt;/p&gt;

&lt;p&gt;We have&amp;nbsp;v19.11.0.0 PROFESSIONAL PROFESSIONAL PROFESSIONAL Storefront&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8160/afv/topic</link>
			<dc:creator>Michael Tyson</dc:creator>
			<pubDate>Thu, 23 Oct 2025 23:27:40 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8160/afv/topic</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>Delete record or Undelete record in tables</title>
			<description>&lt;p&gt;Hi Stephen&lt;/p&gt;

&lt;p&gt;In the past there were products and variants in my shop database.&lt;br /&gt;
product:&lt;br /&gt;
SKU ML1286 Candle holder&lt;br /&gt;
ProductVariants:&amp;nbsp;&lt;br /&gt;
SKU EP1096&amp;nbsp;&lt;br /&gt;
SKU EP1097&lt;br /&gt;
SKU EP1098&lt;br /&gt;
They were discontinued and I (d) deleted these products, Productvariantgroup and variants.&lt;/p&gt;

&lt;p&gt;Then they came again in production and I wanted them (i) insert these products.&lt;br /&gt;
Insert the product ML1286 went OK.&lt;br /&gt;
However insert the productgroup and the productvariants gives and error.&lt;br /&gt;
(the message &amp;quot;cannot insert duplicate)&lt;/p&gt;

&lt;p&gt;Imported the productgroup and productvariant table and there were none records of these productsvariants.&lt;br /&gt;
When I went in the database on the website with the SQL console I see in the listing these records in the table of productgroup and productvariant.&lt;/p&gt;

&lt;p&gt;When I export those tables in the product section then those records are not included.&lt;/p&gt;

&lt;p&gt;I tried several options for example the update options of those tables.&lt;br /&gt;
I can see them in the sql console however they are not visable in the listings of products.&lt;br /&gt;
What to do? have you any advise?&lt;/p&gt;

&lt;p&gt;Regards, Ton&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8159/afv/topic</link>
			<dc:creator>Ton Hermes</dc:creator>
			<pubDate>Wed, 10 Sep 2025 07:47:23 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8159/afv/topic</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Charge Freight for certain items</title>
			<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;This is a issue we have been struggling with for a long time.&lt;/p&gt;

&lt;p&gt;We sell items where if the order is over $150 delivery is free and if the order is &amp;nbsp;under $150.00 its flat rate $9.95&lt;br /&gt;
Our shipping method work well for the above.&lt;/p&gt;

&lt;p&gt;We also have bulky items that we sell that cannot be shipped free. To make this work we make the bulky items really heavy in weight&amp;nbsp;so they not are calculated under the over $150 free delivery. While this works its a pain&amp;nbsp;to setup as each bulky item freight cost is different. Is there a simplier way to make a product force a set delivery cost when the overall order is over $150. Eg set a freight cost for thay item&lt;/p&gt;

&lt;p&gt;Thank yuo&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8158/afv/topic</link>
			<dc:creator>Michael Tyson</dc:creator>
			<pubDate>Mon, 07 Apr 2025 01:09:53 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8158/afv/topic</guid>
			<slash:comments>4</slash:comments>
		</item>
		<item>
			<title>CPU/Memory Issues on Upgrade</title>
			<description>I recently upgraded our site from SF 10 to SF19.&amp;nbsp; Immediately upon upgrade we began receiving both memory and CPU allotment issues, to the point where our site is now recycling every five minutes.&amp;nbsp; We moved to a more powerful web host that upped our memory allocation from 300Mb to 1 Gb, but are encountering the same issue.&amp;nbsp; Since Storefront is a key element of our site we are feeling a bit trapped.&amp;nbsp; I assume that the engineering of the newer version is requiring the additional resources.&amp;nbsp; Is there a path for downgrading versions so we can get back to a functioning site again?</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8134/afv/topic</link>
			<dc:creator>Tim Stevens</dc:creator>
			<pubDate>Fri, 12 Apr 2024 11:04:43 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8134/afv/topic</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>Invalid email address</title>
			<description>&lt;p&gt;Hi Stephe,&lt;/p&gt;

&lt;p&gt;A customer placed an order 244630.&lt;br /&gt;
The customer used an invalid email address.&lt;br /&gt;
The order is payed by&amp;nbsp;paypal.&lt;br /&gt;
I wanted to delete this order, however that is not possible.&lt;br /&gt;
Is there anyway I can fix this?&lt;/p&gt;

&lt;p&gt;Regards, Ton&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8156/afv/topic</link>
			<dc:creator>Ton Hermes</dc:creator>
			<pubDate>Wed, 18 Dec 2024 09:49:22 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8156/afv/topic</guid>
			<slash:comments>9</slash:comments>
		</item>
		<item>
			<title>Order receipt for user download</title>
			<description>&lt;p&gt;Hi, is there a way to allow a customer to download their order receipt as a PDF from the Manage Order template? Or if not, have it email them the receipt - a bit like the ability the Admin has when viewing orders via the admin area.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br /&gt;
Dan&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8154/afv/topic</link>
			<dc:creator>Dan Rice</dc:creator>
			<pubDate>Tue, 03 Dec 2024 05:00:42 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8154/afv/topic</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Rewards Process</title>
			<description>&lt;p&gt;We would like to setup rewards on certain items for defined periods. I see rewards can be set to certain items.&lt;/p&gt;

&lt;p&gt;We want to have promotion days a few times each year that enable customers to earn Reward Dollars that can be spent on future purchases&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;28th and 29th March customers spending certain amounts will earn Reward Dollars&lt;/p&gt;

&lt;p&gt;After the 29th March this reaward is no longer available but customers can claim their&amp;nbsp;reward dollars on future purchases.&lt;/p&gt;

&lt;p&gt;Is this possible&amp;nbsp;&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8155/afv/topic</link>
			<dc:creator>Michael Tyson</dc:creator>
			<pubDate>Fri, 06 Dec 2024 18:55:24 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8155/afv/topic</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Google Merchant feed</title>
			<description>&lt;p&gt;Hi, is there a way to produce a feed in the correct format (XML) for use in Google Merchant?&lt;br /&gt;
https://support.google.com/merchants/answer/12631822?hl=en&lt;/p&gt;

&lt;p&gt;Thanks&lt;br /&gt;
Dan&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8153/afv/topic</link>
			<dc:creator>Dan Rice</dc:creator>
			<pubDate>Tue, 26 Nov 2024 09:55:18 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8153/afv/topic</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>Authorize.net ciphers/TLS versions updates</title>
			<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We received a notice from authorize.net regarding deadline to use TLS/SSL supported versions by Oct 30, 2024.&amp;nbsp; Can anyone verify if action is required ?&lt;br /&gt;
&lt;br /&gt;
Current DNN 9.1&lt;br /&gt;
Storefront version 11&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Dear&amp;nbsp;&lt;a href=&quot;http://authorize.net/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Authorize.net&lt;/a&gt;&amp;nbsp;Merchant,&lt;br /&gt;
&lt;br /&gt;
To ensure secure and up-to-date API transactions, we identified some merchants are still using unsupported ciphers/TLS versions when connecting to our API endpoints.&lt;br /&gt;
&lt;br /&gt;
All merchants must use our supported versions by October 30th, 2024.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Our records indicate that you may be using unsupported TLS/cipher versions that need to be updated. Please work with your developer or solution support to update to the correct versions.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
* For details on our supported TLS/cipher versions&amp;nbsp;&lt;a href=&quot;https://support.authorize.net/knowledgebase/Knowledgearticle/?code=000001526&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;please see our documentation here&lt;/a&gt;.&lt;br /&gt;
* A maintenance notice for this change&amp;nbsp;&lt;a href=&quot;https://status.authorize.net/incidents/m5nb3knny9gt&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;can be found on our status page&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Please note that if you continue to use an unsupported cipher after October 30, 2024, the connection will fail, and an error will be generated. This may result in you being unable to process payments.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
To stay updated on future notifications and upcoming maintenance notices, please&amp;nbsp;&lt;a href=&quot;https://chatgpt.trusted.visa.com/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;subscribe to our status page&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sincerely,&lt;br /&gt;
&lt;a href=&quot;http://authorize.net/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Authorize.net&lt;/a&gt;&amp;quot;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8150/afv/topic</link>
			<dc:creator>Andrea Macino</dc:creator>
			<pubDate>Mon, 14 Oct 2024 13:10:49 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8150/afv/topic</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>Free shipping option</title>
			<description>&lt;p&gt;Dear Stephen,&lt;/p&gt;

&lt;p&gt;I want to make a shipping methode &amp;quot;Free shipping above, for example, $100.-.&lt;/p&gt;

&lt;p&gt;For this all other methods must have a&amp;nbsp;lower maximum then $100.-.&lt;br /&gt;
When the customer reach the requirend $100.-, then the free shipping will be visable and the others invisable.&lt;/p&gt;

&lt;p&gt;I like to to have the free shipping always visable to notice the customer that this is also an option.&lt;br /&gt;
The customer cannot choose this action if the amount is below the $100.-&amp;nbsp;&amp;nbsp;to qualify for this.&lt;/p&gt;

&lt;p&gt;Do you have a suggestion to notify&amp;nbsp;the customer with a message or to grey this option and make it active when there is $100 in the cart?&lt;/p&gt;

&lt;p&gt;Regards, Ton&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8149/afv/topic</link>
			<dc:creator>Ton Hermes</dc:creator>
			<pubDate>Wed, 21 Aug 2024 01:24:12 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8149/afv/topic</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Charge Credit Card Fee to Order</title>
			<description>&lt;p&gt;As you know Banks charge a Mechant Fee on the total order value when payment is made with a credit card.&lt;/p&gt;

&lt;p&gt;It is becoming quite common in the Bunsiness to Business sector to pass this charge on to the buyer / customer.&lt;/p&gt;

&lt;p&gt;In revindex can we add a Charge for this credit card fee automaticaly when payment is made by credit card.&lt;/p&gt;

&lt;p&gt;Eg Order Total = $200.00 add a credit card fee of 1.65%&amp;nbsp; &amp;nbsp;$3.30 Total with Fee $203.30&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8139/afv/topic</link>
			<dc:creator>Michael Tyson</dc:creator>
			<pubDate>Tue, 04 Jun 2024 21:10:51 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8139/afv/topic</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>UPS New Shipping API and Authentication</title>
			<description>&lt;p&gt;A major customer emailed today to ask if upcoming changes to the UPS Shipping API will affect them.&amp;nbsp; Here is the notice and migration guide from UPS:&lt;/p&gt;

&lt;p&gt;https://eng2e.seismic.com/i/___J___EwPz___IVsQNe4PqjhfY8PUoQ4hEye5S124kDN9qcb7CNMRkMLpaokUAuxigQrd91______l6g___tpPLUSSIGN___tAGHSyXSXJCgPLUSSIGNeUxAcisPLUSSIGNv0x___eCPqKXUqEw6yxfdQIg4XQmH9aAfxxpFp93iiPoY0wRMGRBLDmPLUSSIGNKjQivovSFPx1vf3PLUSSIGNQBGwEQUALSIGN&lt;/p&gt;

&lt;p&gt;The highlights are:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;Beginning June 3 2024, access keys will no longer be supported for authentication&lt;/li&gt;
 &lt;li&gt;API integration owners must obtain new API credentials from the UPS Developer Portal and update their application interface to use the OAuth 2.0 security model.&lt;/li&gt;
 &lt;li&gt;Any legacy UPS API integrations using XML, SOAP, or legacy JSON payloads will also be required to convert to the RESTful API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I checked our Revindex 18.8.0 / DNN 9.12.0 Shipping configuration for UPS Ground, etc., and see an &amp;quot;Access key&amp;quot; and no options for OAuth.&lt;/p&gt;

&lt;p&gt;Will you be releasing an update, and when?&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8128/afv/topic</link>
			<dc:creator>Lee Drake</dc:creator>
			<pubDate>Wed, 20 Mar 2024 12:52:31 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8128/afv/topic</guid>
			<slash:comments>8</slash:comments>
		</item>
		<item>
			<title>Creating sales promotion in database and refreshing RevIndex.</title>
			<description>&lt;p&gt;Our DNN+RevIndex setup is integrated with our custom software solution. There is a business process where on certain circumstances new Sales Promotion with XSLT rule is created and inserted into&amp;nbsp;dbo.Revindex_Storefront_SalesPromotion table.&lt;/p&gt;

&lt;p&gt;Created rule doesn&amp;#39;t work unless we invoke manually Configuration-&amp;gt;General-&amp;gt;Clear cache. After Clear cache the promotion rule works.&lt;/p&gt;

&lt;p&gt;What should we do to &amp;#39;refresh&amp;#39; Revindex data to apply newly created SalesPromotion?&lt;/p&gt;

&lt;p&gt;Is there a way to invoke &amp;#39;Clear cache&amp;#39; programatically through some API/stored procedure on SQLServer/TaskScheduler?&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8138/afv/topic</link>
			<dc:creator>Kamil Maciaszek</dc:creator>
			<pubDate>Wed, 15 May 2024 06:21:36 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8138/afv/topic</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>Place Order Action Rule and setting SalesOrderDetails data problem.</title>
			<description>&lt;p&gt;I&amp;#39;ve defined a&amp;nbsp;Place Order Action Rule for my product. I want it o set order status and all sales order detail statuses for following values:&lt;/p&gt;

&lt;p&gt;&amp;lt;xsl:transform version=&amp;quot;2.0&amp;quot; xmlns:xsl = &amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;xsl:template match=&amp;quot;/&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;out&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;setData&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;salesOrder&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;status&amp;gt;4&amp;lt;/status&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;salesPaymentStatus&amp;gt;2&amp;lt;/salesPaymentStatus&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;shippingStatus&amp;gt;3&amp;lt;/shippingStatus&amp;gt;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/salesOrder&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/setData&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;xsl:for-each select=&amp;quot;/in/salesOrder/salesOrderDetails/salesOrderDetail&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;setData&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;salesOrderDetail&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;status&amp;gt;4&amp;lt;/status&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;shippingStatus&amp;gt;3&amp;lt;/shippingStatus&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/salesOrderDetail&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/setData&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/xsl:for-each&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;/out&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:transform&amp;gt;&lt;/p&gt;

&lt;p&gt;Setting SalesOrder values works. But for SalesOrderDetails I got following error:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Message:&lt;/strong&gt;Object reference not set to an instance of an object.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;StackTrace:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;at Revindex.Business.Revindex.Revindex.Storefront.ProductVariantController.&amp;lt;&amp;gt;c__DisplayClass68_0.&amp;lt;PlaceOrderAction&amp;gt;b__0(SalesOrderDetail sod) at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.FirstOrDefault&amp;#91;TSource&amp;#93;(IEnumerable`1 source) at Revindex.Business.Revindex.Revindex.Storefront.ProductVariantController.PlaceOrderAction(SalesOrderDetail effectiveSalesOrderDetail, SalesOrder salesOrder, List`1 salesPayments, ProductVariant variant, UserInfo user, String userHostAddress, Int32 portalID)&lt;/p&gt;

&lt;p&gt;Also I wanted to achieve a situation where after invoking Place Order Action Rule and changing SalesOrderStatus to Paid the Issue Rights mechanism will work - but it doesn&amp;#39;t.&lt;/p&gt;</description>
			<link>https://www.revindex.com/Support/Forum/aff/2/aft/8135/afv/topic</link>
			<dc:creator>Kamil Maciaszek</dc:creator>
			<pubDate>Mon, 15 Apr 2024 04:31:03 GMT</pubDate>
			<guid>https://www.revindex.com/Support/Forum/aff/2/aft/8135/afv/topic</guid>
			<slash:comments>3</slash:comments>
		</item><atom:link href="http://www.revindex.com/DesktopModules/ActiveForums/feeds.aspx?portalid=0&amp;forumid=2&amp;tabid=132&amp;moduleid=786" rel="self" type="application/rss+xml" />
	</channel></rss>