Jump to content

mitchellds

Member
  • Posts

    40
  • Joined

  • Last visited

Everything posted by mitchellds

  1. Thank you very much for the information! I sincerely appreciate it!
  2. Thanks for the awesome ideas! OK, I think the best way to handle this is to create a pending order for a customer who wants to place a special order. You got it. That is exactly what I am trying to achieve!
  3. OK, I performed the 'hover' maneuver and I now know that a customer_id actually exists. Customers on my site submit special requests for particular items. I want to be able to post the status of all of the current special requests (in a document, native to CubeCart 5), but do so in an anonymous manner (i.e. via customer ID). Customers would need to know what their Customer ID is in order to look through the list and determine the status of their special order. Perhaps there is a smarter way to do this that is native to the platform?
  4. V: Cubecart 5.1.4 clean I am pretty sure that when a new customer registers, the CubeCart system assigns a unique customer ID. The actual term might not be "customer ID" but I think you get my drift... How can I get that unique customer ID to show up in my list of customers?
  5. V; CubeCart 5.1.4 with a couple of simple tweaks On my site at XebraParts.com, I offer a bunch of free, downloadable documents. So, here is the question: instead of the price for the free documents showing up as 0.00, is there a way for the price to show up as 'Free' ? Seems like a pretty simple and cool little tweak, yes?
  6. V: CubeCart 5.1.4 When you click on an individual order, at the bottom of the "Order Summary" in the "Shipping Information" section, there is a text box that reflects the Courier Tracking Code. Of course, this Courier Tracking Code is entered via the Delivery Tab of each order. It would be kinda cool if the Courier Tracking Code (on the Order Summary) was a hyperlink so all you would have to do is click it to be taken to the web page where you can view tracking information. Any ideas?
  7. V: CubeCart 5.1.4 Anyone have any idea on how to add a "Notes" tab to each product? This tab would not be available to customers - only admins. I would like to be able to enter information (for admin use only) regarding where a particular product was purchased, etc.
  8. SOLUTION! I opened a support ticket with CubeCart Support. Milos Homola, who worked my support ticket, uploaded to my site a new "module class file". The ticket was taken care of in less than one day! BAM! Everything works perfectly now! Thanks to everyone for the awesome help!!!
  9. Version: Cubecart 5.1.4, Fresh Install Since installation of 5.1.4, my USPS shipping module has worked perfectly. Today, unfortunately, it just quit working. The request below is for a package to be shipped from Georgia to Georgia. United States is selected in Store Settings, General Tab. Delivery address is Georgia and United States. Can anyone help me out? I checked out the Request Log and found the following: Request Sent - http://production.shippingapis.com/ShippingAPI.dllAPI=IntlRateV2&XML=<IntlRateV2Request USERID="238SECON5855"> <Package ID="0"> <Pounds>2</Pounds> <Ounces>8</Ounces> <Machinable>true</Machinable> <MailType>Package</MailType> <ValueOfContents>49.50</ValueOfContents> <Country>United States</Country> <Container>VARIABLE</Container> <Size>REGULAR</Size> <Width>18</Width> <Length>1</Length> <Height>12</Height> <Girth/> </Package> </IntlRateV2Request> Response received<?xml version="1.0"?> <IntlRateV2Response><Package ID="0"><Error><Number>-2147218040</Number><Source>IntlPostage;clsIntlPostage.GetCountryAndRestirctedServiceId;clsIntlPostage.CalcAllPostageDimensionsXML;IntlRateV2.ProcessRequest</Source><Description>The country name is a US Possession.</Description><HelpFile></HelpFile><HelpContext>1000440</HelpContext></Error></Package></IntlRateV2Response>
  10. Dirty Butler, Thank you very much for the help! Your simple modification worked perfectly! I made a couple of very light adjustments to your code: <!--added to show condition--> {if $PRODUCT.condition} <div style="text-transform: capitalize;"> {$LANG.catalogue.condition}: {$PRODUCT.condition}</div> {/if} <!--end-->
  11. I was able to get into the languages area of CubeCart 5.1.4. I had NO problem changing the wording there. It was super-simple! Thank you very much for your help!!!
  12. Version: CubeCart 5.1.4 OK, this may be super simple but I think the idea is super-logical. When you create a product, one of the attributes of a product is it's "Condition." For example, from the "Condition" drop-down list, you select "New," "Used," or "Refurbished." What I want to happen is to have this product "Condition" displayed on each product's page. Right now, each product displays the product price, the manufacturer, and the stock level like: $94.50 Manufacturer: Zap! Stock Level: 1 What I want to achieve is the following: $94.50 Condition: New Manufacturer: Zap! Stock Level: 1
  13. This little detail is driving me absolutely nuts. Most popular web sites here in the USA use the "Shopping Cart" to collect products that a customer wants to purchase. In CubeCart 5.1.4 (and maybe prior versions as well), the convention is the "Shopping Basket." There must be a super-simple way to globally change the word "Basket" to "Cart." Anyone have any ideas on how to do this?
  14. bsmither, First, thank you very much for your expertise! I sincerely appreciate it! Second, I followed your code change directions explicitly. Result = success! Again, thank you very much!
  15. Version: CubeCart 5.1.4 All product pricing information in my installation of CubeCart is displayed without the thousands separator (the comma). For example, if a product has a price of eleven thousand dollars, my CubeCart environment displays this as $11000.00 What I want is for my CubeCart environment to display $11,000.00 Anyone have an idea on how to get this problem fixed?
×
×
  • Create New...