Jump to content

techmistress

Member
  • Posts

    46
  • Joined

  • Last visited

Everything posted by techmistress

  1. Well, yes - that's why I'm here. However, the gateway DOES exist, just on on CubeCart. Apparently all of the big shopping cart companies have it integrated (Shopify, X-Cart, Miva, BigCommerce, etc.). I would like someone to integrate it into CubeCart. Where is the Quickbooks connector for POS extension? Let me know if anyone can!
  2. Has anyone integrated the Quickbooks Payments / Intuit Gateway into CubeCart yet? The gateway is here. My client uses this gateway already live in his store and would like to keep the same one for his soon to be online store. Problem is... I want to use ONLY CubeCart! Any ideas?
  3. Great to know, thanks. Not too worried about it for the current upgrade of a site, just wondered if there was a change. It helps when I am telling people what type of hosting parameters they'll need to have or have access to when using CubeCart.
  4. Looking at upgrading to version 6 and just wanted to know if the newest version still passed data the same way and if I'll still need to worry about the max_input_vars limit or not. Thanks for the info!
  5. Well there you go. Opened the "Default Newsletter" template (from within admin) and added <base href="{$STORE_URL}" /> to the head of the html source code. Sometimes things are that simple. Thanks for the time and effort. SOLVED!
  6. Alright I will try to find it in the image dialogue box, then. The editor files are a bit different because they are configured for CC. The file to edit is: /includes/ckeditor/plugins/image/dialogs/image.js Once I figure the exact line to edit, I'll post.
  7. Ok, now I see. You are not understanding my question. I know where to make a template (skeleton code) and I know where to create a newsletter (Newsletters). The issue I'm speaking of is the insert images function of the editor itself. When using that button to insert an image into the newsletter or an email, it gets mailed off using the relative path (/images/mypic.jpg) and therefore is not visible when a user opens the email. I need to figure out where I can change that function to include the full server path, so the images show in the email. I realize I can do this manually on each image after it's inserted, but I'm trying to make it easy for my client. I hope that makes sense.
  8. What file would I do this in? I don't want to do it every time I create a newsletter or an email. I tried editing various files from the CKEditor, but no luck. There is no place to do this in the email templates. Forgive me if I'm not understanding the instructions.
  9. Yes, if I insert an image, and the use the source or just click the edit image button, I can add on the full url. I was just wondering where I can program it in hard code. It's a real pain to do it if my client has a newsletter with a buch of images.
  10. I am trying to use the Newsletter feature. When I add images, they only include the relative url path (/images/myimage.jpg). Where in the editor, template, cubecart, etc. can I set the path to be the full url. Without the full url, the images break in the email. I've searched for hours and can't find where to put the full url. Thanks!
  11. Alright, using the templates only, I got the option selectors to look like this: Blue (5) Red (5) Green (5) However, once the stock reduces on an option, then it shows a range display, rather than reducing that particular one: Blue (4-5) Red (4-5) Green (4-5) Anyone have a clue where to modify this? My code on the content.product template: {if $PRODUCT.stock_level && is_array($OPTIONS)} <p></p> {else} <p>{$LANG.catalogue.stock_level}: {$PRODUCT.stock_level}</p> {/if} {if is_array($OPTIONS)} <div class="options"> {foreach from=$OPTIONS item=option} {if $option.type == '0'} <div> <label for="option_{$option.option_id}" class="return">{$option.option_name}{if $option.price} ({$option.symbol}{$option.price}){/if}{if $option.required} *{/if}</label> <span><select name="productOptions[{$option.option_id}]" id="option_{$option.option_id}" class="textbox {if $option.required}required{/if}" style="width:150px;"> <option value="">{$LANG.form.please_select}</option> {foreach from=$option.values item=value} <option value="{$value.assign_id}">{$value.value_name}{if $value.price} ({$value.symbol}{$value.price}){/if} ({$PRODUCT.stock_level})</option> {/foreach} </select> </span> </div>
  12. Very sorry - I didn't communicate this right. I do not have combinations. I was trying to make my post easier, and I complicated it. I simply have single options. They are date options for classes, so it would be good to see how many "seats" are left in each class date I am using a modified stock Cubecart Skin So what I want to do is add the number available of the option next to the option in the selector itself, not above it. I want them to see it before trying to add it to the cart. Thanks again.
  13. Is there a way to display the available stock in the options dropdown/area rather than in the normal stock area? On the front end display it just says "Stock Level: 4 - 15", giving the lowest to the highest of the stock levels. It would be nice if it would show next to the option itself, like this: Large, Blue (22) This would let the customer know how many of each item is available, rather than guessing. If one of stock options is at 0, then it says Stock Level: 0-15. Thanks for the help! Using Version 5.2.1
  14. You know, I REALLY hate when I blindly miss something after searching so hard for it! I was so busy looking for gift certificates in products, I didn't even see it in settings. It's like I just started using the internet yesterday! Thanks for the very thorough answer. I'm looking forward to further development on this, but am happy with what's there now!
  15. Can someone please explain or give me a link to instructions on creating a gift certificate? In the store, there is simply a list of existing ones under coupons. The documentation files merely explain what you see on the page, not how to create one. Thanks!
  16. Great, thanks! I was worried I HAD to choose the category as well. Mark as resolved!
  17. Version 5+ I want to use the Assign to Category to update a bunch of prices. Can I do this without choosing any categories below or will that mess it up? I'm hoping it will leave the the products in the categories where they already are and just update the prices. Thanks!
  18. Ha! You must've known where I was going. I was just looking at that exact line and figuring I needed to update JQuery. I'm hoping nothing will break between 5.0.8 to 5.2. We'll see. Thanks for the help on this one Sir William... nice to go back with you since version 3! (How to mark resolved?)
  19. Sorry for not posting version (I know better!). I did see the previous post you mentioned, but the browser does not seem to be the issue. This is across all browsers and even on mobile devices. Just the loading... I wondered if it had to do with the recent announcement in the media about java being vulnerable. If anyone has an idea or has encountered this, please help. We've tried everything and don't know what to do at this point. It started yesterday and no updates or script changes were made. Version 5.0.8
  20. Not sure what my client did, but I can log in and click everywhere, but the loading gif appears on all pages. Debug shows no errors. The log shows many instances of these errors, however they were present before this odd problem started: Call to a member function select() on a non-object in /home/***/public_html/classes/seo.class.php on line 225 PHP Warning: Invalid argument supplied for foreach() in /home/***/public_html/modules/plugins/GWorks_Product_Tabs/hooks/admin.product.save.post_process.php(1) :eval()'d code(1) : eval()'d code(1) : eval()'d code on line 18 Any idea what would cause this? When you look at the page source, the page is the correct page, the titles and tabs all change, it's just the center area where the content for that page would be that shows the loading image and nothing else. Thanks!
  21. Thanks for the tip! I looked into the css a bit more and decided to just create an entire menu stylesheet for my horizontal menu. It's working pretty well.
  22. CubeCart 5.1.5 I would like to have a horizontal menu of the top categories (no drop-down) at the top of my page. Is this manipulated throught the navigation template or entirely through the css? I wasn't sure where to look for this. Thanks!
  23. Now that PayPal has changed their services to Standard, Advanced and Pro, they inform me that they handle the gateway completely different on these new products than they do on the 'Website Payments Pro' accounts, so we need a new gateway. According to paypal, it shows in a pop up, rather than leaving the page or using the standard form. Has anyone been working on it? These are now the choices PayPal offers: https://www.paypal.c...ps/mpp/merchant This is the documentation for "partners" on configuring it: https://www.x.com/si...or_partners.pdf I'm guessing this will have to be a part of the next generation of CC, since the "old" paypal system is going to disappear. I have posted this in 'gateway support', but since this would be a core change, I thought I would post it here as well.
  24. Now that PayPal has changed their services to Standard, Advanced and Pro, they inform me that they handle the gateway completely different on these new products than the do on the 'Website Payments Pro' accounts, so we need a new gateway (it pops up, rather than uses your form, apparently). Has anyone been working on it? These are now the choices PayPal offers: https://www.paypal.com/webapps/mpp/merchant This is the documentation for "partners" on configuring it: https://www.x.com/sites/default/files/paypal_payments_advanced_configuration_for_partners.pdf I'm guessing this will have to be a part of the next generation of CC, since the "old" paypal system is going to disappear.
  25. Hi Cubesters... I upgraded from 5.0.7 to 5.0.8 and now all of the orders are adding a tax line, regardless of the state the order is going to - in addition to showing the tax, it's not even charging for it! So I'll have a subtotal, shipping and tax - but the grand total is just the subtotal and shipping. It's good they're not being charged, but why is it showing? Anyone else having this issue or did I muck up my upgrade? Thanks!
×
×
  • Create New...