Jump to content

techmistress

Member
  • Posts

    46
  • Joined

  • Last visited

Posts posted by techmistress

  1. 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.

  2. 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>
    
  3. 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.

  4. 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

  5. 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!

  6. 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

  7. 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!

     

     

     

     

  8. 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.

  9. 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.

  10. 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...