Jump to content

Search the Community

Showing results for tags 'cubecart v6'.

  • 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. do you have any recommendations for an shipping mod that is product specific? We have items that typically don't weigh a lot but are high dollar and need to be insured. We want to factor that in automatically, any thoughts? We have a large contrast some items cost $1200 and some $2.50 so I want to make sure shipping cost and item insurance is accounted four.
  2. I am developing a sequential order number solution and it seems like the right thing to do to create it as a plug-in so it can be shared if it gets off the ground. i have requested a hook at the appropriate place throug github, but until that materialises (probably the wrong word for software) I would like to add a custom hook so I can enjoy the whole developer experience. Is it enough to copy a nearby hook,then paste it with an adjusted name into the appropriate place? Is there any other declaration required on the provider side? I have read that the hooks.xml file is an info-only document, so I believe I don’t have to update that for a personal hook. Gotta say the whole hook/plug-in/snippet caper is a work of inspired genius, probably just one rung below the recent synchronised Falcon 9 Heavy booster landings. Full accolades to the perpetrators. I plan to use it for all my mods. Russ
  3. Under each product in a category list in the Foundation Skin, there is a grey bar. Does this have a function (as in under certain circumstances, stuff appears in it) or is it a decorative element?
  4. My existing store uses sequential order numbers. The coding for this is relatively trivial. I would like a code hook added to the createOrderId method of order_class. How does one go about requesting such things? I am thinking of something along these lines: -----------------------------------------8<----------------------------------------- public function createOrderId($return = false, $set_basket = true) { // Self-explainitory really... $this->_order_id = ""; <!-- Call hook here --> if ($this->_order_id == "") $this->_order_id = date('ymd-His-').rand(1000, 9999); if ($set_basket) { $this->_basket['cart_order_id'] = $this->_order_id; /* fix for admin generated orders */ if (method_exists($GLOBALS['cart'], 'save')) { $GLOBALS['cart']->save(); } } return ($return) ? $this->_order_id : true; } -----------------------------------------8<----------------------------------------- And while we are in there, we can fix the spelling of "explanatory". Kill two birds with one check-in...
  5. Hello everyone! I'm having some trouble inserting the products unit price when printing the order "orders.print.php" under admin/skins/default/template I've tried : {$item.price_unit} {$item.price_each} how can I place it there? --- code --- <div class="info"> <span class="orderid"><strong>{$LANG.common.order_id}</strong> &nbsp; {$order.cart_order_id}</span> <strong>{$LANG.orders.title_receipt_for}</strong> {$order.order_date} </div> <div class="product"> <span class="price">{$LANG.common.price}</span> <strong>{$LANG.common.product}</strong> </div> {foreach from=$order.items item=item} <div class="product"> <span class="price">{$item.price}</span>{$item.quantity} &times; {$item.name} {if !empty($item.product_code)}({$item.product_code}) {/if} ..... INSERT UNIT PRICE HERE {if isset($item.options)} <ul> {foreach from=$item.options item=option} <li>{$option}</li> {/foreach} </ul> {/if} </div> {/foreach} <div id="totals"> <div class="total">{$LANG.basket.total_sub} <strong>{$order.subtotal}</strong></div> <div class="total">{$LANG.basket.total_discount} {if !empty($order.percent)}({$order.percent}){/if} <strong>{$order.discount}</strong></div> <div class="total">{$LANG.basket.shipping} <strong>{$order.shipping}</strong></div> {if isset($order.taxes)} {foreach from=$order.taxes item=tax} <div class="total">{$tax.name} <strong>{$tax.value}</strong></div> {/foreach}{/if} <br> --- code --- Thank you in advance. Carlos
  6. Hi, I am looking at adding an affiliate tracker to our website. Has anyone got any experience or recommendations to make on the ones currently available as extensions https://www.cubecart.com/extensions/affiliate-trackers, ie: iDevAffiliate , clixGalore , JROX , TradeDoubler , etc Thanks S.
  7. I just got my site set up and created a test account and added an item to the cart. It shows up in the cart but when I click on Checkout it goes to the Add Address registration screen even though I have logged in with the account. There are no errors reported. Anyone have any ideas? Technical Details CubeCart Version 6.1.13 PHP Version (5.6 Recommended) 5.6.31 MySQL Version 5.5.5-10.2.11-MariaDB-log Image folder size 323.22 KB Download folder size 0.00 KB Max. Upload filesize 128M Browser user-agent Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 Server Software Apache
  8. I have been adding new products to my cart. Images that I added within the last two weeks have disappeared with image area displaying "No Image Available". If I try to add the images again or add a new image to any new product it appears to upload ok but it does not display on the live web page as per the attached screen grab. Any ideas whyat is going on? Thanks
  9. Hi, How do I edit the path for {$DATA.link} ours sends the link to the customer with like this which is a dead end https://wonderland-fancy-dress.com.au/store/modules/gateway/UPG/index.php?_a=vieworder&cart_order_id=WONAU-180205-092732-6908
  10. Hi I cleared the cache and image cache and now I'm getting a blank screen on the desktop version of site. The mobile version is still working though. I tried upgrading to version 6.13, but still no joy. I tryed checking the error log but it keeps showing a spinning circle and not allowing me to access "admin error log" or "system error log" The "system error log" is showing that there's a number of errors but as I said I can't access it
  11. Hello, what for my store not return a 404 (not found) error for some of pages for eg : www.domainname.com/*.php or www.domainname.com/*.jpg thanks
  12. Is there a "Exclusion Filter" anywhere in CubeCart? Google is not finding my analytics Thanks, -Harvey
  13. I installed cubecart on my localhost and when I open the store and click on the test product I get this error: The requested URL /cubecart/test-category/test-product.html was not found on this server. I also don't see the other product I created in the store. JT
  14. Hi everyone! I'm having trouble editing the "order_date" field ...what format is this? "1517740505" is listed on Admin > Costumers >Orders as "Today, 10:35" , how?? I need to create Order via Admin panel with specific dates other than the current date/time, how can I do it? Thanks in advance, Carlos
  15. Hello, Thank you for your previous and quick help. I am still learning. I do sell some digital products as well as hard goods. Can I use Filezilla to upload those digital files or do each one at a time in filemanager? Thank you.
  16. Hi, somehow customers are able to add blank products to the shipping basket for example 1 x Police Helmet. Hard Plastic (Hats) - Male - One Size - BH031 ($2.68) $2.68 1 x Glitter Black Toppers, Plastic (Hats) - Unisex - One Size - BH084 ($1.47) $1.47 1 x - ($0.00) $0.00 1 x - ($0.00) $0.00 Subtotal:$4.15 Total Discount :$0.00 Shipping:$8.55 Total Tax:$0.00 Total:$12.70 any ideas how? Looking at the db they have a product id of "0"
  17. Hi All, I have a client who is using the Mican template however they want to add another menu that is the same as the vertical menu but they want an extra horizontal menu across the page with categories having their drop-downs if subcategories exist. The horizontal menu would be between the search and currency cart boxes. Has anybody done this and if so then could you please point me in the right direction as to what I have to change or insert to achieve the desired result Thankyou for any assistance best Regards, Peterp
  18. I am coming up to speed on the runtime solution for CC.6. I have read the “literature” for developers regarding extensions and plug-ins, installed the example and visitor stats demos and it all makes sense. Snippets are nice. But... (you were waiting for that...) is there a solution for templates that mirrors the hooks for PHP? Is manual intervention the only solution? Thanks, as always, for your help. Russ
  19. Hi, I've recently run into an issue where I set the product options matrix to a certain amount and the shopping cart is allowing items to be sold into the negatives. The option that says allow out of stock purchases is not selected. Any suggestions?
  20. Hi, I've been trying to remove state/county from checkout form page, up until now all i had to do is change cubecart/validate.js file for state from true to false and it has been working fine, but when i change it now i get stuck on checkout page. When i hit the checkout button for few seconds it will redirect me to next page and jumps back. Also tried to hide it from checkout.confirm.php file but get same result. It would be really helpfull to resolve this, choosing from dropdown list makes customers not friendly experience at checkout. I'm using foundtation skin and also lookup address,county in UK is no longer required. Any advise will be appreciated.
  21. I all dear Cubecart Family. My store is located in Florida, USA. the issue is: when Foreign country customers place an order and they usually use his billing addres and the shipping address FLORIDA,USA so, the cubecart must add 7% TAX by Federal Law but, it uses Billing address for ADD TAX or NOT. Please let me know how can I use Shipping address a Taxable option. thanks for help Best regards Ernesto hdvparts.com
  22. Envisage, if you will, a CubeCart store that has a product with options. A customer opens the category, for example, Cats. A list of cat products are produced - Persian, Tom, Burmese, Mexican Hairless (yech) etc. I am in the midst of setting up a global criminal network, so naturally I select Persian and click its "Add to Cart". However, Persian cats come in colours, so there is a product option. The storekeeper angers the mighty criminal overlord by misrepresenting the function of the button. It is not going to "Add to cart" at all, well not yet. Clicking the button actually invites one to "Select product options". To pile insult upon insult, the product page opens with an angry red banner that effectively says "Hey bozo, you forgot to select the product option." To prevent all cat-monging CubeCat storekeepers from possible thermonuclear or biohazard retribution in the future, I propose that the button caption be changed, when appropriate, to Select Options, or if there is only one, which is probably the most likely case, "Select <optionname>" giving, in the kitty-case, "Select Colour" or for Western Pacific Coast types, "Select Color". Either solution will prepare the buyer for the upcoming option selection and obviate the need for the angry red banner. If the criminal overlord customer really is as dumb as a box of rocks, perhaps we could make the option selection field flash, pulsate or jump around to attract attention to itself rather than flash the red error sign. There is, of course, a language implication here, so the fancy version will require some thoughtful contemplation. "Select options then add to basket" is longish, but it creates an accurate expectation about the future. Of course, it does get one a multi-line button. I do like the idea of a custom "Select <whatever> and add to basket text though. Maybe a plug-in entrepreneur could provide this as a plug-in? Gotta say, though, the product options with option groups and stock level matrices is a damn fine thing.
  23. Is it necessary to define allowed zones with PayPal Payment Standard? If I leave it as is, all countries will be allowed zones?
  24. Hi, is there any way in the All in One Shipping Plugin to change the order of the rates something like the drop and drag in the admin category page. Also can an "edit all" feature be added? Thanks in advance, Claudia
  25. The Question: Is there an existing solution for tax-inclusive pricing throughout cubecart? Prompted by: In the downloadable 6.1.13 store, the test product is priced at $6.99, the subtotal is $6.99, and the total is $7.69. This is un-Australian. Update Found the "Tax inclusive" flag in the product definition Pricing page. Background: I have been running a heavily modded 4.3.4 for far too long, and it is time to update. My store is like walking into a Dickensian haberdashery, which is charming in its own way, but the kiddies today demand polish and sheen and html 5 and good phone behaviour, and we must deliver. God forbid that they should discover what real life is like... To my great surprise, when I search the Cubecart fora for "tax", I find nothing. Either CubeCart's tax handling is perfect, or we are all avoiding it (boom-tish!) Here in the civilised paradise of Australia, there is a law that says that if you hand over the price marked on a product, it is yours. None of this "How much is it?" "Five pounds, guv." "Excellent, my man, I'll take it." "That'll be five pounds anna 'arf, guv" nonsense. We feed people to their worst nightmare out of sharks, spiders, snakes or murderous outback hitchhikers for that kind of behaviour. There were, in fact, actual riots about it when the government (which promised at the election before the election before the tax was proposed "We will never, ever introduce a GST" but explained after the more recent election that everyone, ob-viously knew that this meant "never, ever within this current term" - true!) surprised us all with the concept. We didn't really care how much we paid. We just really, really cared that we knew how much it would be. All retailers that turn over more than pittance must, by law, list tax inclusive prices everywhere that Joe Public and Mrs might see them, and also point out that $x.yx of GST is included in the total value of the invoice. Joe and Mrs accepted this as a fair compromise, furled up their banners, drank their Molotov cocktails and retired to the beer garden for some not-yet-craft beer. Anyhow, I sorted all this out in the 4.3.4 store by declaring that prices included tax all the way through the food chain. In the cart, export orders (i.e. for delivery abroad) had the tax shaved off all prices and the total. The scope of the change was limited to the cart itself - the tax is x/(100+x) (i.e. 1/11th) of the invoice total, and for export orders, all prices at 100/(100+x)th of the quoted price. Because of this tax-inc display, we calculate the tax-inc price then round it to the most appealing number (so naturally, the Test Product above will be rounded to .. $7.49? Nah, make it 7.99! However the tax is still 1/11 of the displayed price.) In a perfect world, customers that log in with an account that has an export delivery address by default should probably see tax free prices through-out, but if they don't want to live in the land of sunshine, surf and sharks then they can just be pleasantly surprised by the lower prices at the end. Has this sort of thing made it into cubecart these 8 years hence? I cannot see a setting labeled "Prices are tax inclusive", but it may be labelled something else.
×
×
  • Create New...