Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • lygiafoster

    (@lygiafoster)

    mufasa, 5 months ago you said: “We’ll take a look :)” but the RSS of WP e-commerce are still not working properly. So you guys at Instinct dont like RSS?

    I am using Version 3.7.5.3 and still the RSS is not working for me. I am getting a blank screen when I try to access my feed>:

    http://corrupiola.com.br/index.php?rss=true&action=product_list

    And feedburner is giving this:

    “The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 17: The entity “agrave” was referenced, but not declared.”

    Any idea?

    Thread Starter lygiafoster

    (@lygiafoster)

    Anyone?

    Thread Starter lygiafoster

    (@lygiafoster)

    Between lines 217-235 in products_page.php located in WP Shopping Cart default theme there is a code that I think is the key for what I want. Any idea how can I modify this code to achieve what I need?

    <!-- END OF QUANTITY OPTION -->
    <?php if((get_option('hide_addtocart_button') == 0) &&  (get_option('addtocart_or_buynow') !='1')) : ?>
    	<?php if(wpsc_product_has_stock()) : ?>
    		<div class='wpsc_buy_button_container'>
    				<?php if(wpsc_product_external_link(wpsc_the_product_id()) != '') : ?>
    				<?php 	$action =  wpsc_product_external_link(wpsc_the_product_id()); ?>
    				<input class="wpsc_buy_button" type='button' value='<?php echo TXT_WPSC_BUYNOW; ?>' onclick='gotoexternallink("<?php echo $action; ?>")'>
    				<?php else: ?>
    			<input type="submit" value="<?php echo TXT_WPSC_ADDTOCART; ?>" name="Buy" class="wpsc_buy_button" id="product_<?php echo wpsc_the_product_id(); ?>_submit_button"/>
    				<?php endif; ?>
    			<div class='wpsc_loading_animation'>
    				<img title="Loading" alt="Loading" src="<?php echo WPSC_URL; ?>/images/indicator.gif" class="loadingimage"/>
    				<?php echo TXT_WPSC_UPDATING_CART; ?>
    			</div>
    		</div>
    	<?php else : ?>
    		<p class='soldout'><?php echo TXT_WPSC_PRODUCTSOLDOUT; ?></p>
    	<?php endif ; ?>
    <?php endif ; ?>
Viewing 3 replies - 1 through 3 (of 3 total)