Jump to content

Search the Community

Showing results for tags 'Question'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

  1. When I go to manually input an order I see a section for like additional charges, anything really.. It's a drop down menu, but I can't seem to find where I would actually put something there .. Ideas?
  2. Under the order information in the tab (Notes) it has a section for client notes that are viewed by them. I can't seem to get this to work.. It doesn't send an email stating there is communication to the client, nor does it show anything to them when they login or directly viewing the order.. How do I get this feature to work?
  3. Hello Cubecart Forums, I am tweaking our latest upgraded CC6 store, I have stumbled across something I am not certain about. I have had a few checkers flag issues with the rel='canonical' tags that appear on main.php / every page. Here is an example of the issue; Homepage is www.example.com which itself contains .... <link href="http://www.example.com" rel="canonical"> Logically this means that www.example.com is not the preferred url for this page ... please use www.example.com .. which is not the preffered url use www.example.com...... Can we structure a query to check if the url already equals the canonical url , or is this just an oversight on my part and given the SEO rewrite rules this is required to not index all the non seo urls and iterations of the url? Cheers Kealan
  4. i was logged in to admin page yestoday and it seems find after installed a new cubecart. and today I try to login to admin with chrom browser and firefox. firefox is find to login but chrome can no .it shows up the message as Security alerts: possible cross-site request forgery(CSRF),or broswer back button used. i've readed all the comments and i cant find a very well answer to fix this problem, and i dont thing its a good way to clear the cookies(i've tried doesnt work) and try login again. cos i dont want to clear the cookies everytime before i login to the admin page. it must have some other way to fix this. thank you very much!!! Security Alert: Possible Cross-Site RequSecurity Alert: Possible Cross-Site Request Forgery (CSRF) or browser back button used.est Forgery (CSRF) or browser back button used.Security Alert: Possible Cross-Site Request Forgery (CSRF) or browser back button used.
  5. FireFox has started providing a way to use Reader View, and my Kindle of course has this capability. What would have to be done to the code for the Product Description so it would show up in Reader View? My Documents already show in Reader View.
  6. I am running CubeCart v6, and have been writing a payment gateway module to interface with Paypal's Payflow Link website. Payflow Link is simply an external web page that takes an HTTP POST with various variables like a transaction value, merchant details, or any other values I choose sent to it from CubeCart, and presents fields to accept the user's credit card details. On completion of processing on the Payflow Link website, Payflow Link can be configured to perform either an HTTP GET or HTTP POST back to a URL on the CubeCart website with an AUTHCODE value (0 = success, >0 means failure). Payflow Link can also be configured to return any of the values that were sent to it by CubeCart for that transaction (eg: CubeCart order ID, or anything else you want to have returned back to you that originally came from CubeCart). Currently, I have managed to get this payment gateway working, up to the point that Payflow Link sends back an HTTP POST to CubeCart with the transaction details, including the original CubeCart order ID, to a separate PHP script I have created that currently just redirects to CubeCart at /index.php?_a=complete&cart_order_id=$cart_order_id". This successfully clears the user's cart, and displays a nice page saying that the order is pending, which is all well and good, as the order is in the system with a PENDING status. The problem I have been stuck on is how to change the order status from PENDING to either PROCESSING or DECLINED, depending on the AUTHCODE variable and CubeCart order ID that is sent back from the Payflow Link website. If this could be done with a simple HTTP POST to index.php, or some other module, that would be nice and simple. At present, the current setup would require the admin to manually check the Payflow reports and reconcile the CubeCart order ID with the Payflow transaction log, and manually change the order status in CubeCart according to whether the credit card transaction is listed as successful or not. Note that I am a novice with PHP and CubeCart, having never programmed in this language before (or any language for the last 20 years for that matter), so I'm pretty pleased to have made it this far! I have tried using pieces of code that I have found in other modules, without luck, as there appears to be classes and functions that are available in calling modules that are not available when a module is run directly from an HTTP POST. I have tried including the order.class.php module and then call the function orderStatus that I believe should be able to modify the status, but I get "Call to member function get() on a non-object in /order.class.php" errors in the error.log file (this is where my understanding of how PHP works begins to break down). If there is not an HTTP POST method to change the order status (when I have the CubeCart order ID as a variable), could someone assist with some code that could allow my PHP module to change the order status when all I have are variable values like order ID? Note that I can pass anything I like to Payflow and get it echoed back to my module through an HTTP POST from Payflow in the return URL. Alternatively, is there a better way of doing this, either with HTTP GET or HTTP POST from Payflow?
  7. I have just signed up for Braintree's sandbox, and installed the braintree extension, but I have a few questions. -Is there any way to get rid of the Choose Payment Gateway section when I start the checkout process? I only have one payment extension installed. -When I go to check out (in sandbox with fake credit card provided by Braintree) the security lock doesn't show up in the browser. Is there a way for this to show up? -When I click check out it shows a pending order in my admin view, but it takes me back to the checkout form without any verification that the transaction took place. Is there any way to get some sort of feedback/receipt here? I have tried searching for these items, but haven't had any success Any help would be appreciated, also if someone would recommend a different CC processor that works well with CubeCart I would gladly take that recommendation. Ideally I would like no monthly fees, and low ongoing fees.
  8. I tried UPDATE `CubeCart_inventory` SET description_short=seo_meta_description but it did not work. I use long detailed descriptions on our estates collectibles, but I already have a fairly short meta description. I would like to copy the meta description to the short description. I'll still want to do some editing to short, but it will be easier if I have a starting point with the meta description.
  9. Is there any way to change all buttons in Foundation to rounded, without having to edit every file with a button individually? I'm not even sure I would like it, but would love to try it and be able to easily revert if I don't like it.
  10. Hi. I am a new Cubecart user, and not much of a code adjuster. I am looking for a way to keep my main page fresh rather than having the "latest products" showing. This is of course fine while I am adding products, but I would rather have a mix of items showing. I am aware I can somewhat do this by controlling the products that have "latest" ticked, but have already run into the problem of not being able to isolate easily from admin which products have currently got "latest" ticked. So my questions are... First of all is there an easy way to search for products in my shop that are currently ticked as "latest products" so I can untick some of them?. I have come across "fusion" being mentioned a few times on the forum, but also understand it is no longer available for download. I also understand this plugin may have been able to give me the functionality I am looking for. So my second question ....Is there another way I could have a mix of "latest products, featured product and sale items showing in the main content? I am using a slightly modified version of the Foundation skin. My website is https://knicknacs.com.au Thanks in advance
  11. I used to use a Wordpress Contact Form on our free toy search service site that allowed attachments to be included with the customer's email to us. Is there a way to add that code to the Contact form here on CC? I do NOT need to database the uploads. On the other site they were saved in a tmp directory at the root.
  12. Hello everybody Is there anybody to be so kind and explain me (very dummy) step by step on which files I have to work, and in which way, to translate my store in italien? Thank you very much in advance!!
  13. Is there a way to adjust pricing based on a specific customer profile? I would like certain customers to receive different prices after they log in to their account. Lets just say 10% less that retail or 25% more than cost. Is this possible to do on a per customer basis? Thank you
  14. hi I want to add a custom option on payment methods. this option will let customers to pay cash to our staff when the products delivered to them, how can i do that?
  15. Hello All, I have been scratching my head for a few hours on this one now, so any help would be fantastic! I want to be able to edit or remove the down arrows in the main category navigation bar ( cats with sub cats ) but cannot for love nor money find where or how they are being called. Please see attached screenshot. K
  16. I absolutely LOVE the estimated s/h addition on 6.0.5. Since it only shows on the full page Shopping Basket - would it be possible to take the link to Secure Checkout OFF the mini-basket completely for ALL customers, logged in, registered, or not?
  17. Installed CC6, I am already familiar with version 4 and 5 I'm having an issue with store not sending out email when a purchase is made, I've checked with my provider Fasthosts, they have confirm port 25 is not blocked plus I have another installation on the same server running ver 4 OK. I tried switching to SMTP setting using a functional SMTP server, but when I do a test I get the following error SMTP -> ERROR: Failed to connect to server: Connection timed out (110) SMTP connect() failed. I then resulted to Gmail's SMTP,on port 25 & 465 that still fails Help what I'm I doing wrong
  18. I would like to know how I can add an additional link to the header for all pages in CubeCart. The way my site is set up I have a WordPress blog as the "Front End" with a blog, and more. That links to the Cube Cart Shop. I would like to have two links for "Home" One labeled "Store Home" and the other labeled "Site Home" Or possibly when someone clicks on the site logo they are taken to the site home. And I could also have a Text link that says "Shop Home" Thank You in Advance! Allen
  19. I have been reading posts and searching on google to get info on this question, but so far have not found the info. Is there a way for customers to see shipping rates without their being logged in. Yes, I understand in order to get the rates the shipping companies need to know the starting address/zip code, and the delivery address/zip code. I did not see a plugin that will let the customer add in their address or zip code and country and get a shipping rate. Is there such a plugin? Also, is it possible for me to change the message " The following errors were detected: "Unfortunately there are no suitable shipping methods available for your order. This may be because the total weight of your order is too high or we cannot ship to your country. Please contact a member of our staff for any further inquiries." Which is in my opinion unfriendly to the customer. If I could change it to something like "You must be logged in to get accurate shipping rates" What I did was add some products to a shopping basket, without logging in, then I clicked on the basket and got the message " The following errors were detected: "Unfortunately there are no suitable shipping methods available for your order. This may be because the total weight of your order is too high or we cannot ship to your country. Please contact a member of our staff for any further inquiries." If I was a customer and saw that message when looking to see what is in my shopping basket, I would just leave the site. How can I: Stop that message from appearing when someone is checking their basket without being logged inChange the message if I wantAllow a customer to check out without having/creating an account or logging in.I am a new user, and must say, everything is layed out excellent! Easy to upload products, price them, and lots of options. It's just some small stuff with shipping that is giving me some issues. Thanks in advance for your reply
  20. Hello, the other day I reported issues with the shopping cart loading and refreshing. A friend tested my shopping cart and reported the following on www.harrisorganicwine.com.au/shop : "Actually there is a basket bug. " Moving between pages using the back button and the basket is not consistent. This can be fixed with asynchronous updates like 'ajax'. It's what I've used here (quepasa) to get the price update as the client types. Also not top of page time displayed from clients computer not from server. These are done without refreshes or reloads. Does the documentation or forums talk about level of Ajax utility on the cart? Any thoughts, fix or comments please?
  21. I'm new to CubeCart. I installed and set up the USPS shipping module, and would like to know if there is a way to let the customer choose to have signature required and/or insurance to be calculated into the USPS price. If there is not a way currently, it would be a great enhancement as the vast majority of our shipments go out with signature required and insurance. In our current cart (which we are getting rid of), we can select if these are mandatory. It would be really helpful if we can tick a box that says mandatory and then add a price level where the calculations start. And also have a box we can tick that would let the customer opt to purchase signature confirmation and extra insurance. Does this currently exist? Thanks in advance for your replies!
  22. You are subscribed to recieve to our newsletter! Can you see the spelling mistake? Please tell me how to change the wording in the footer of the foundation skin? regards Duncan
  23. It looks like the Advance Search page is there i Foundation, based on content.search.php - but what is the url for it? I'd like to add the link to it. Also, I have a stray link on the Search Results page that I cannot for the life of me find the source of. There is a link to our Security-Privacy page there, right above the Sort By choices that I need to get rid of.
  24. Hi, Cubecart V6.0.2 There appears to be a bug in the product display price (id="ptp") when using negative values for product options. The final price is calculated correctly at the cart but the option value is added to the display price rather than subtracted. For example; if I have a product with a price of £10 and I then create a dropdown list of size options with the smallest sizes having a product option value of negative £2 and the largest sizes having a product option value of £2, BOTH will be displayed as £12 rather than £8 when selecting the smaller option and £12 for the large. I hope I've explained it clearly enough. Any help or advice would be much appreciated. T
×
×
  • Create New...