Search found 24 matches

by voir
Fri Apr 10, 2009 1:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: from 7.0 b10125 to 7.0.2 b11659 patch problems
Replies: 1
Views: 2122

from 7.0 b10125 to 7.0.2 b11659 patch problems

It's not a typo, b10125 not 10152 like the documents say ... I must be so lucky anyway I downloaded the patch AC70_B9879_TO_B11659_PATCH and started the upgrade process, my first sign of trouble was the version is listed as 7.0.0 but the build is 11659 like it should be... since my previous build nu...
by voir
Thu Feb 26, 2009 4:31 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Reversing UseShipping and UseBilling address radio btns
Replies: 0
Views: 2209

Reversing UseShipping and UseBilling address radio btns

Depending on the contents of the cart I need to change the default checked button when selecting between Use Billing and Use Shipping address on checkout. When I tried it seemed to work but then checkout halts at the point someone enters their gift card number or credit card number, being redirected...
by voir
Mon Nov 03, 2008 4:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: OnePageCheckout with Safari, endless update
Replies: 2
Views: 1944

OnePageCheckout with Safari, endless update

It seems checking out with Safari caused one of the updatepanels in ConLib\OnePageCheckout to go into an endless loop. I fixed this by removing both panels, probably would work just by removing one of them, but I don't have time right now to mess with it. Since other pages have updatepanels I'm gues...
by voir
Thu Oct 23, 2008 5:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: nVelocity access to Order.item.Product.Category.Name
Replies: 6
Views: 4467

Re: nVelocity access to Order.item.Product.Category.Name

Update:My goal was to use Category.Summary to hold important messages per category to be displayed in the confirmation email, on the recieptpage, viewmyorder and printmyorder For example Handcrafted items from peru take 8-10 weeks for delivery ... the conlib locations were easy I created a control G...
by voir
Thu Oct 16, 2008 10:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: manage inventory issue?
Replies: 14
Views: 11741

Re: manage inventory issue??

Was there any resolution to this? I'm having this problem when using the Copy button on the second page of Product Templates. Perhaps my problem is different enough to be a different bug, but the code error has to be very similar. I am unable to reproduce it, what is your application version? For m...
by voir
Wed Sep 17, 2008 9:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Displaying Communication Preferences in Order Admin Default
Replies: 2
Views: 1983

Re: Displaying Communication Preferences in Order Admin Default

It would be lot more helpful if you post the complete code here. Ah, I figured it out :oops: I moved away from <%@ Register Src="~/ConLib/CommunicationPreferencesByUserSection.ascx" TagName="CommunicationPreferencesByUserSection" TagPrefix="uc" %> since all I really want to do is create the control...
by voir
Tue Sep 16, 2008 12:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Displaying Communication Preferences in Order Admin Default
Replies: 2
Views: 1983

Displaying Communication Preferences in Order Admin Default

I was semi successful in displaying Communication Preferences in Order Admin Default.aspx, but I run into a problem once the Search button is clicked... my UserControl with the communication preference data disappears. I created a email list "Do not trade/share my information with other organization...
by voir
Tue Sep 16, 2008 11:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: manage inventory issue?
Replies: 14
Views: 11741

Re: manage inventory issue??

PLATFORM: ASP.NET
VERSION: 7.0
BUILD: 10125
by voir
Tue Sep 09, 2008 11:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Making Customer Fields Required for Product Template?
Replies: 13
Views: 22213

Re: Making Customer Fields Required for Product Template?

It seems that Merchant Fields show up in the darndest place and perhaps RequiredFieldsList should be eliminated... So in ~/ConLib/Utility/OrderItemDetail.aspx.cs and (for me) in ~/Admin/UserControls/OrderItemDetail.aspx.cs Above OrderItem _OrderItem; I Added OrderItemInputCollection _oiic = new Orde...
by voir
Mon Sep 08, 2008 2:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: manage inventory issue?
Replies: 14
Views: 11741

Re:

compunerdy wrote:I will bug report it
Was there any resolution to this? I'm having this problem when using the Copy button on the second page of Product Templates. Perhaps my problem is different enough to be a different bug, but the code error has to be very similar.
by voir
Wed Sep 03, 2008 9:43 am
Forum: Feature Requests
Topic: Admin > Orders > Search > KeywordSearch >> Product.Name???
Replies: 4
Views: 4719

Re: Admin > Orders > Search > KeywordSearch >> Product.Name???

Thank you for looking at this, looks like I will need to add this code to /conlib/receiptPage.ascx.cs:Page_Init foreach (OrderItem oi in _Order.Items) { bool containsItemName = false; foreach (OrderNote onote in _Order.Notes) { if (!containsItemName) { if (onote.Comment==oi.Name) { containsItemName ...
by voir
Tue Sep 02, 2008 4:35 pm
Forum: Feature Requests
Topic: Admin > Orders > Search > KeywordSearch >> Product.Name???
Replies: 4
Views: 4719

Admin > Orders > Search > KeywordSearch >> Product.Name???

Is this possible? How do I add product information to the order search? I see ordernotes there and considered creating a note when an item is ordered to include the product name category name etc, but I'd rather use builtin keywords if they exist. Basically the order processing people will need to b...
by voir
Tue Sep 02, 2008 3:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: nVelocity access to Order.item.Product.Category.Name
Replies: 6
Views: 4467

Re: nVelocity access to Order.item.Product.Category.Name

:D Cool beans! UR awesome Mazhar, much thanks
by voir
Thu Aug 28, 2008 4:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: nVelocity access to Order.item.Product.Category.Name
Replies: 6
Views: 4467

nVelocity access to Order.item.Product.Category.Name

I need to access the Category a product was purchased from in order emails and Receipt page(s)
I tried

Code: Select all

foo
...
#foreach($orderItem in $order.Items)
#foreach($itemCategory in $orderItem.Product.Categories)
$itemCategory.Name
...
blah
but it didn't work, is there an easier way?
by voir
Thu Aug 28, 2008 4:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Gift Card Vendor Recommendations request
Replies: 1
Views: 2028

Re: Gift Card Vendor Recommendations request

Is there Anyone out there using the built in gift card system that can reccomend a vendor and/or equipment for creating/using physical cards? I was looking at Plug N Pay to process cards but I'm not sure I want to invest the time in implementing a new gateway, I saw that NC had something that inclu...
by voir
Thu Aug 28, 2008 4:45 pm
Forum: Feature Requests
Topic: Please Post New Payment Processors Requests Here
Replies: 28
Views: 65026

Re: Please Post New Payment Processors Requests Here

voir wrote:I would like to see Plug N Pay for gift cards if at all possible... if anyone has already done the work ... care to share?
I have this done, both as a credit card processor (plugnpay) and piggy-backed on gift certificates (MercuryGiftCard via plugNpay)
by voir
Tue Aug 26, 2008 10:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Allow admin to access PrintMyOrder.aspx
Replies: 3
Views: 2859

Re: Allow admin to access PrintMyOrder.aspx

in /Admin/Orders/Default.aspx Find this: <asp:HyperLink ID="OrderId" runat="server" Text='<%# Eval("OrderId") %>' SkinID="Link" NavigateUrl='<%# Eval("OrderId", "ViewOrder.aspx?OrderId={0}") %>'></asp:HyperLink> Add this(don't replace the other line): <asp:HyperLink ID="PrintHyperLink1" runat="serve...
by voir
Mon Aug 25, 2008 7:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Allow admin to access PrintMyOrder.aspx
Replies: 3
Views: 2859

Re: Allow admin to access PrintMyOrder.aspx

Could the PrintMyOrder.ascx.cs file be modified so anyone with admin privileges could access PrintMyOrder.aspx on the web and print the same thing the customer can? Changing this line: if (_Order.UserId != Token.Instance.UserId) Response.Redirect(NavigationHelper.GetStoreUrl(this.Page, "Members/MyA...
by voir
Mon Aug 25, 2008 1:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Making Customer Fields Required for Product Template?
Replies: 13
Views: 22213

Re: Making Customer Fields Required for Product Template?

(example usage: Create a Product Template name ExReq in Merchant Fields add Name=RequiredFieldsList Type=Check Box List Next to add choices Name=BuildNumber Value="" (blank) selected=Checked Name=BuildDate Value="" (blank) selected= In Customer Fields add Name=BuildNumber Type=Textbox Name=BuildDate...
by voir
Mon Aug 25, 2008 11:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Making Customer Fields Required for Product Template?
Replies: 13
Views: 22213

Re: Making Customer Fields Required for Product Template?

I was wondering how hard it would be to modify the code where the Product Templates are set up to indicate if the items is required or not and then have this information passed to this subroutine? Thanks for any help. After some trial and error: Create a Merchant field named RequiredFieldsList of t...
by voir
Thu Jun 26, 2008 2:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Gift Card Vendor Recommendations request
Replies: 1
Views: 2028

Gift Card Vendor Recommendations request

Is there Anyone out there using the built in gift card system that can reccomend a vendor and/or equipment for creating/using physical cards? I was looking at Plug N Pay to process cards but I'm not sure I want to invest the time in implementing a new gateway, I saw that NC had something that includ...
by voir
Wed Jun 25, 2008 4:51 pm
Forum: Feature Requests
Topic: Please Post New Payment Processors Requests Here
Replies: 28
Views: 65026

Re: Please Post New Payment Processors Requests Here

I would like to see Plug N Pay for gift cards if at all possible... if anyone has already done the work ... care to share?
by voir
Mon Jun 09, 2008 5:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recipt Page OrderID
Replies: 1
Views: 1880

Re: Recipt Page OrderID

:D I get it, the conlib folder has the controls code! Too cool!
by voir
Mon Jun 09, 2008 4:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recipt Page OrderID
Replies: 1
Views: 1880

Recipt Page OrderID

:shock: I need access to the order id on the receipt page of all places :wink: the receipt page content is only a conlib widget:
[[ConLib:ReceiptPage]]

If I try adding $order.OrderId, it doesn't resolve to the order id ... any hint tips or tricks?